Searched refs:default_content_type (Results 1 – 2 of 2) sorted by relevance
167 sapi_header_struct default_content_type; in sapi_pi3web_send_headers() local173 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()
248 sapi_header_struct default_content_type; in sapi_isapi_send_headers() local253 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 8 milliseconds