Home
last modified time | relevance | path

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

/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_status.c72 if (SG(request_info).headers_only) { in fpm_status_handle_request()
124 if (SG(request_info).headers_only) { in fpm_status_handle_request()
/PHP-7.1/main/
H A DSAPI.c419 SG(request_info).headers_only = 1; in sapi_activate_headers_only()
421 SG(request_info).headers_only = 0; in sapi_activate_headers_only()
461 SG(request_info).headers_only = 1; in sapi_activate()
463 SG(request_info).headers_only = 0; in sapi_activate()
H A DSAPI.h94 zend_bool headers_only; member
H A Dmain.c1854 zend_bool send_buffer = SG(request_info).headers_only ? 0 : 1; in php_request_shutdown()
/PHP-7.1/ext/standard/
H A Dhead.c72 if (sapi_send_headers()==FAILURE || SG(request_info).headers_only) { in php_header()

Completed in 17 milliseconds