Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_status.c72 if (SG(request_info).headers_only) { in fpm_status_handle_request()
124 if (SG(request_info).headers_only) { in fpm_status_handle_request()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c181 SG(request_info).headers_only = 1; in webjames_module_main()
183 SG(request_info).headers_only = 0; in webjames_module_main()
/PHP-5.5/main/
H A DSAPI.c410 SG(request_info).headers_only = 1; in sapi_activate_headers_only()
412 SG(request_info).headers_only = 0; in sapi_activate_headers_only()
454 SG(request_info).headers_only = 1; in sapi_activate()
456 SG(request_info).headers_only = 0; in sapi_activate()
H A DSAPI.h92 zend_bool headers_only; member
H A Dmain.c1759 zend_bool send_buffer = SG(request_info).headers_only ? 0 : 1; in php_request_shutdown()
2090 SG(request_info).headers_only = 0; in php_module_startup()
/PHP-5.5/ext/standard/
H A Dhead.c68 if (sapi_send_headers(TSRMLS_C)==FAILURE || SG(request_info).headers_only) { in php_header()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c624 SG(request_info).headers_only = 1; in php_caudium_module_main()
626 SG(request_info).headers_only = 0; in php_caudium_module_main()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c365 SG(request_info).headers_only = r->header_only; in php_apache_sapi_activate()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c491 SG(request_info).headers_only = r->header_only; in php_apache_sapi_activate()

Completed in 36 milliseconds