Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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()
/PHP-5.3/main/
H A DSAPI.c250 char *default_content_type = sapi_get_default_content_type(TSRMLS_C); in sapi_get_default_content_type_header() local
251 int default_content_type_len = strlen(default_content_type); in sapi_get_default_content_type_header()
256 …memcpy(default_header->header+sizeof("Content-type: ")-1, default_content_type, default_content_ty… in sapi_get_default_content_type_header()
258 efree(default_content_type); in sapi_get_default_content_type_header()

Completed in 14 milliseconds