Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/main/
H A Doutput.c142 if (SG(headers_sent) && !SG(request_info).headers_only) { in php_start_ob_buffer()
229 if (SG(headers_sent) && !SG(request_info).headers_only) { in php_end_ob_buffer()
270 if (SG(headers_sent) && !SG(request_info).headers_only) { in php_end_ob_buffer()
710 if (SG(request_info).headers_only) { in php_ub_body_write()
H A DSAPI.c319 SG(request_info).headers_only = 1; in sapi_activate_headers_only()
321 SG(request_info).headers_only = 0; in sapi_activate_headers_only()
363 SG(request_info).headers_only = 1; in sapi_activate()
365 SG(request_info).headers_only = 0; in sapi_activate()
H A DSAPI.h92 zend_bool headers_only; member
H A Dmain.c1628 zend_bool send_buffer = SG(request_info).headers_only ? 0 : 1; in php_request_shutdown()
1926 SG(request_info).headers_only = 0; in php_module_startup()
/PHP-5.3/ext/standard/
H A Dhead.c69 if (sapi_send_headers(TSRMLS_C)==FAILURE || SG(request_info).headers_only) { in php_header()
/PHP-5.3/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.3/sapi/apache/
H A Dmod_php5.c370 SG(request_info).headers_only = r->header_only; in php_apache_sapi_activate()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c496 SG(request_info).headers_only = r->header_only; in php_apache_sapi_activate()

Completed in 39 milliseconds