Home
last modified time | relevance | path

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

/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_status.c168 if (SG(request_info).headers_only) { in fpm_status_handle_request()
220 if (SG(request_info).headers_only) { in fpm_status_handle_request()
/PHP-7.3/main/
H A DSAPI.c417 SG(request_info).headers_only = 1; in sapi_activate_headers_only()
419 SG(request_info).headers_only = 0; in sapi_activate_headers_only()
459 SG(request_info).headers_only = 1; in sapi_activate()
461 SG(request_info).headers_only = 0; in sapi_activate()
H A DSAPI.h91 zend_bool headers_only; member
H A Dmain.c1880 zend_bool send_buffer = SG(request_info).headers_only ? 0 : 1; in php_request_shutdown()
/PHP-7.3/ext/standard/
H A Dhead.c76 if (sapi_send_headers()==FAILURE || SG(request_info).headers_only) { in php_header()

Completed in 24 milliseconds