Home
last modified time | relevance | path

Searched refs:AP (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/build/
H A Dshtool1137 AP="${AC}"
1138 AT="${AP}"
1161 AP="${AT}"
1165 AC="${AP}"
1180 AP="${AT}"
1184 AC="${AP}"
1196 AP="${AT}"
1200 AC="${AP}"
1218 AP="${AT}"
1222 AC="${AP}"
[all …]
/PHP-5.5/sapi/apache/
H A Dmod_php5.h41 #define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v) macro
44 #define AP(v) (php_apache_info.v) macro
H A Dsapi_apache.c56 AP(in_request) = 0; in apache_php_module_main()
H A Dmod_php5.c331 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()
H A Dphp_apache.c297 if (AP(terminate_child)) { in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.h54 #define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v) macro
57 #define AP(v) (php_apache_info.v) macro
H A Dsapi_apache.c55 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()
H A Dmod_php5.c460 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 …]
H A Dphp_apache.c978 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 34 milliseconds