Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A DSAPI.h236 int (*send_headers)(sapi_headers_struct *sapi_headers); member
H A DSAPI.c851 if (SG(sapi_headers).send_default_content_type && sapi_module.send_headers) { in sapi_send_headers()
883 if (sapi_module.send_headers) { in sapi_send_headers()
884 retval = sapi_module.send_headers(&SG(sapi_headers)); in sapi_send_headers()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2288 send_header_func = sapi_module.send_headers; in php_cli_server_dispatch()
2292 sapi_module.send_headers = sapi_cli_server_discard_headers; in php_cli_server_dispatch()
2294 sapi_module.send_headers = send_header_func; in php_cli_server_dispatch()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4703 int (*orig_send_headers)(sapi_headers_struct *sapi_headers TSRMLS_DC) = sapi_module.send_headers; in accel_finish_startup()
4796 sapi_module.send_headers = preload_send_headers; in accel_finish_startup()
4871 sapi_module.send_headers = orig_send_headers; in accel_finish_startup()

Completed in 29 milliseconds