get_default_content_type  332 main/SAPI.c    	return get_default_content_type(0, &len TSRMLS_CC);
get_default_content_type  340 main/SAPI.c    	default_header->header = get_default_content_type(sizeof("Content-type: ")-1, &len TSRMLS_CC);
get_default_content_type  863 main/SAPI.c    		SG(sapi_headers).mimetype = get_default_content_type(0, &len TSRMLS_CC);