Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_status.c162 if (SG(request_info).headers_only) { in fpm_status_handle_request()
216 if (SG(request_info).headers_only) { in fpm_status_handle_request()
/PHP-8.2/main/
H A DSAPI.c413 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()
H A DSAPI.h86 bool headers_only; member
/PHP-8.2/ext/standard/
H A Dhead.c72 if (sapi_send_headers()==FAILURE || SG(request_info).headers_only) { in php_header()

Completed in 14 milliseconds