Searched refs:headers_only (Results 1 – 4 of 4) sorted by relevance
165 if (SG(request_info).headers_only) { in fpm_status_handle_request()219 if (SG(request_info).headers_only) { in fpm_status_handle_request()
413 SG(request_info).headers_only = 1; in sapi_activate_headers_only()415 SG(request_info).headers_only = 0; in sapi_activate_headers_only()455 SG(request_info).headers_only = 1; in sapi_activate()457 SG(request_info).headers_only = 0; in sapi_activate()
86 bool headers_only; member
72 if (sapi_send_headers()==FAILURE || SG(request_info).headers_only) { in php_header()
Completed in 11 milliseconds