Searched refs:send_headers (Results 1 – 3 of 3) sorted by relevance
235 int (*send_headers)(sapi_headers_struct *sapi_headers); member
855 if (SG(sapi_headers).send_default_content_type && sapi_module.send_headers) { in sapi_send_headers()887 if (sapi_module.send_headers) { in sapi_send_headers()888 retval = sapi_module.send_headers(&SG(sapi_headers)); in sapi_send_headers()
2186 send_header_func = sapi_module.send_headers; in php_cli_server_dispatch()2190 sapi_module.send_headers = sapi_cli_server_discard_headers; in php_cli_server_dispatch()2192 sapi_module.send_headers = send_header_func; in php_cli_server_dispatch()
Completed in 18 milliseconds