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()
336 if (AP(in_request)) { in php_apache_request_shutdown()337 AP(in_request) = 0; in php_apache_request_shutdown()364 AP(in_request)=1; in php_apache_sapi_activate()606 if (AP(in_request)) { in send_php()635 if (!AP(engine)) { in send_php()656 if (AP(last_modified)) { in send_php()910 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()121 AP(in_request) = 0; in apache_php_module_hook()
465 AP(in_request) = 0; in php_apache_request_shutdown()466 if(AP(setup_env)) { in php_apache_request_shutdown()467 AP(setup_env) = 0; in php_apache_request_shutdown()470 AP(headers_sent) = 0; in php_apache_request_shutdown()490 AP(in_request)=1; in php_apache_sapi_activate()656 if (AP(in_request)) { in send_php()683 if (!AP(engine)) { in send_php()729 if(!AP(setup_env)) { in send_php()730 AP(setup_env) = 1; in send_php()1196 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 39 milliseconds