Home
last modified time | relevance | path

Searched refs:send_default_content_type (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/main/
H A DSAPI.c391 SG(sapi_headers).send_default_content_type = 1; in sapi_activate_headers_only()
432 SG(sapi_headers).send_default_content_type = 1; in sapi_activate()
808 SG(sapi_headers).send_default_content_type = 0; in sapi_header_op()
861 if (SG(sapi_headers).send_default_content_type && sapi_module.send_headers) { in sapi_send_headers()
871 SG(sapi_headers).send_default_content_type = 0; in sapi_send_headers()
905 if(SG(sapi_headers).send_default_content_type) { in sapi_send_headers()
H A DSAPI.h60 unsigned char send_default_content_type; member
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c172 if (SG(sapi_headers).send_default_content_type) { in sapi_pi3web_send_headers()
181 if (SG(sapi_headers).send_default_content_type) { in sapi_pi3web_send_headers()
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c99 if (SG(sapi_headers).send_default_content_type) { in php_phttpd_sapi_send_headers()
/PHP-5.5/sapi/continuity/
H A Dcapi.c187 if (SG(sapi_headers).send_default_content_type) { in sapi_capi_send_headers()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c252 if (SG(sapi_headers).send_default_content_type) { in sapi_isapi_send_headers()
261 if (SG(sapi_headers).send_default_content_type) { in sapi_isapi_send_headers()
/PHP-5.5/sapi/aolserver/
H A Daolserver.c150 if(SG(sapi_headers).send_default_content_type) { in php_ns_sapi_send_headers()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c195 if (SG(sapi_headers).send_default_content_type) { in sapi_thttpd_send_headers()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c410 if (SG(sapi_headers).send_default_content_type) { in sapi_lsapi_send_headers()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c573 if (SG(sapi_headers).send_default_content_type) { in sapi_nsapi_send_headers()
/PHP-5.5/ext/iconv/
H A Diconv.c351 } else if (SG(sapi_headers).send_default_content_type) { in php_iconv_output_handler()
365 SG(sapi_headers).send_default_content_type = 0; in php_iconv_output_handler()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c2197 SG(sapi_headers).send_default_content_type = 0; in php_cli_server_dispatch()
2202 SG(sapi_headers).send_default_content_type = 1; in php_cli_server_dispatch()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c2131 } else if (SG(sapi_headers).send_default_content_type) { in PHP_FUNCTION()
2136 if (SG(sapi_headers).send_default_content_type || send_text_mimetype) { in PHP_FUNCTION()
2141 SG(sapi_headers).send_default_content_type = 0; in PHP_FUNCTION()

Completed in 92 milliseconds