Home
last modified time | relevance | path

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

/php-src/main/
H A DSAPI.h255 int (*send_headers)(sapi_headers_struct *sapi_headers); member
H A DSAPI.c854 if (SG(sapi_headers).send_default_content_type && sapi_module.send_headers) { in sapi_send_headers()
886 if (sapi_module.send_headers) { in sapi_send_headers()
887 retval = sapi_module.send_headers(&SG(sapi_headers)); in sapi_send_headers()
/php-src/sapi/cli/
H A Dphp_cli_server.c2311 send_header_func = sapi_module.send_headers; in php_cli_server_dispatch()
2315 sapi_module.send_headers = sapi_cli_server_discard_headers; in php_cli_server_dispatch()
2317 sapi_module.send_headers = send_header_func; in php_cli_server_dispatch()
/php-src/ext/opcache/
H A DZendAccelerator.c4582 int (*orig_send_headers)(sapi_headers_struct *sapi_headers) = sapi_module.send_headers;
4595 sapi_module.send_headers = preload_send_headers;
4661 sapi_module.send_headers = orig_send_headers;

Completed in 30 milliseconds