Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_status.c161 if (SG(request_info).headers_only) { in fpm_status_handle_request()
211 if (SG(request_info).headers_only) { in fpm_status_handle_request()
/PHP-8.0/main/
H A DSAPI.c407 SG(request_info).headers_only = 1; in sapi_activate_headers_only()
409 SG(request_info).headers_only = 0; in sapi_activate_headers_only()
449 SG(request_info).headers_only = 1; in sapi_activate()
451 SG(request_info).headers_only = 0; in sapi_activate()
H A DSAPI.h86 zend_bool headers_only; member
H A Dmain.c1809 zend_bool send_buffer = SG(request_info).headers_only ? 0 : 1; in php_request_shutdown()
/PHP-8.0/ext/standard/
H A Dhead.c72 if (sapi_send_headers()==FAILURE || SG(request_info).headers_only) { in php_header()

Completed in 22 milliseconds