Searched refs:headers_only (Results 1 – 4 of 4) sorted by relevance
166 if (SG(request_info).headers_only) { in fpm_status_handle_request()220 if (SG(request_info).headers_only) { in fpm_status_handle_request()
411 SG(request_info).headers_only = 1; in sapi_activate_headers_only()413 SG(request_info).headers_only = 0; in sapi_activate_headers_only()453 SG(request_info).headers_only = 1; in sapi_activate()455 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 18 milliseconds