default_content_type  248 sapi/isapi/php5isapi.c 	sapi_header_struct default_content_type;
default_content_type  253 sapi/isapi/php5isapi.c 		sapi_get_default_content_type_header(&default_content_type TSRMLS_CC);
default_content_type  254 sapi/isapi/php5isapi.c 		accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC);
default_content_type  262 sapi/isapi/php5isapi.c 		concat_header(&default_content_type, (void *) &combined_headers_ptr TSRMLS_CC);
default_content_type  263 sapi/isapi/php5isapi.c 		sapi_free_header(&default_content_type); /* we no longer need it */
default_content_type  167 sapi/pi3web/pi3web_sapi.c 	sapi_header_struct default_content_type;
default_content_type  173 sapi/pi3web/pi3web_sapi.c 		sapi_get_default_content_type_header(&default_content_type TSRMLS_CC);
default_content_type  174 sapi/pi3web/pi3web_sapi.c 		accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC);
default_content_type  182 sapi/pi3web/pi3web_sapi.c 		concat_header(&default_content_type, (void *) &combined_headers_ptr TSRMLS_CC);
default_content_type  183 sapi/pi3web/pi3web_sapi.c 		sapi_free_header(&default_content_type); /* we no longer need it */