Home
last modified time | relevance | path

Searched refs:default_content_type (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c167 sapi_header_struct default_content_type; in sapi_pi3web_send_headers() local
173 sapi_get_default_content_type_header(&default_content_type TSRMLS_CC); in sapi_pi3web_send_headers()
174 accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC); in sapi_pi3web_send_headers()
182 concat_header(&default_content_type, (void *) &combined_headers_ptr TSRMLS_CC); in sapi_pi3web_send_headers()
183 sapi_free_header(&default_content_type); /* we no longer need it */ in sapi_pi3web_send_headers()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c248 sapi_header_struct default_content_type; in sapi_isapi_send_headers() local
253 sapi_get_default_content_type_header(&default_content_type TSRMLS_CC); in sapi_isapi_send_headers()
254 accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC); in sapi_isapi_send_headers()
262 concat_header(&default_content_type, (void *) &combined_headers_ptr TSRMLS_CC); in sapi_isapi_send_headers()
263 sapi_free_header(&default_content_type); /* we no longer need it */ in sapi_isapi_send_headers()

Completed in 10 milliseconds