Searched refs:headers_only (Results 1 – 9 of 9) sorted by relevance
72 if (SG(request_info).headers_only) { in fpm_status_handle_request()124 if (SG(request_info).headers_only) { in fpm_status_handle_request()
181 SG(request_info).headers_only = 1; in webjames_module_main()183 SG(request_info).headers_only = 0; in webjames_module_main()
430 SG(request_info).headers_only = 1; in sapi_activate_headers_only()432 SG(request_info).headers_only = 0; in sapi_activate_headers_only()473 SG(request_info).headers_only = 1; in sapi_activate()475 SG(request_info).headers_only = 0; in sapi_activate()
94 zend_bool headers_only; member
1845 zend_bool send_buffer = SG(request_info).headers_only ? 0 : 1; in php_request_shutdown()2179 SG(request_info).headers_only = 0; in php_module_startup()
68 if (sapi_send_headers(TSRMLS_C)==FAILURE || SG(request_info).headers_only) { in php_header()
624 SG(request_info).headers_only = 1; in php_caudium_module_main()626 SG(request_info).headers_only = 0; in php_caudium_module_main()
365 SG(request_info).headers_only = r->header_only; in php_apache_sapi_activate()
491 SG(request_info).headers_only = r->header_only; in php_apache_sapi_activate()
Completed in 31 milliseconds