Home
last modified time | relevance | path

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

/PHP-5.3/build/
H A Dshtool1130 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 …]
/PHP-5.3/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.c336 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()
H A Dphp_apache.c297 if (AP(terminate_child)) { in PHP_FUNCTION()
/PHP-5.3/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()
121 AP(in_request) = 0; in apache_php_module_hook()
H A Dmod_php5.c465 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 …]
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 42 milliseconds