Searched refs:AP (Results 1 – 9 of 9) sorted by relevance
1130 AP="${AC}"1131 AT="${AP}"1154 AP="${AT}"1158 AC="${AP}"1173 AP="${AT}"1177 AC="${AP}"1189 AP="${AT}"1193 AC="${AP}"1211 AP="${AT}"1215 AC="${AP}"[all …]
41 #define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v) macro44 #define AP(v) (php_apache_info.v) macro
56 AP(in_request) = 0; in apache_php_module_main()
331 if (AP(in_request)) { in php_apache_request_shutdown()332 AP(in_request) = 0; in php_apache_request_shutdown()359 AP(in_request)=1; in php_apache_sapi_activate()602 if (AP(in_request)) { in send_php()631 if (!AP(engine)) { in send_php()652 if (AP(last_modified)) { in send_php()906 if(!AP(xbithack)) { in php_xbithack_handler()
297 if (AP(terminate_child)) { in PHP_FUNCTION()
54 #define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v) macro57 #define AP(v) (php_apache_info.v) macro
55 AP(in_request) = 0; in apache_php_module_main()72 if(AP(current_hook) == AP_RESPONSE) { in apache_php_module_hook()117 AP(in_request) = 0; in apache_php_module_hook()
460 AP(in_request) = 0; in php_apache_request_shutdown()461 if(AP(setup_env)) { in php_apache_request_shutdown()462 AP(setup_env) = 0; in php_apache_request_shutdown()465 AP(headers_sent) = 0; in php_apache_request_shutdown()485 AP(in_request)=1; in php_apache_sapi_activate()651 if (AP(in_request)) { in send_php()678 if (!AP(engine)) { in send_php()724 if(!AP(setup_env)) { in send_php()725 AP(setup_env) = 1; in send_php()1191 if(!AP(xbithack)) { in php_xbithack_handler()[all …]
978 AP(headers_sent) = 1; in PHP_FUNCTION()995 AP(headers_sent) = 1; in PHP_FUNCTION()1012 AP(headers_sent) = 1; in PHP_FUNCTION()1029 AP(headers_sent) = 1; in PHP_FUNCTION()1284 AP(headers_sent) = 1; in PHP_FUNCTION()1534 if (AP(terminate_child)) { in PHP_FUNCTION()
Completed in 37 milliseconds