Home
last modified time | relevance | path

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

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

Completed in 23 milliseconds