content_type 399 ext/iconv/iconv.c char *s, *content_type, *mimetype = NULL; content_type 425 ext/iconv/iconv.c len = spprintf(&content_type, 0, "Content-Type:%.*s; charset=%.*s", mimetype_len ? mimetype_len : (int) strlen(mimetype), mimetype, (int)(p - get_output_encoding(TSRMLS_C)), get_output_encoding(TSRMLS_C)); content_type 427 ext/iconv/iconv.c len = spprintf(&content_type, 0, "Content-Type:%.*s; charset=%s", mimetype_len ? mimetype_len : (int) strlen(mimetype), mimetype, get_output_encoding(TSRMLS_C)); content_type 429 ext/iconv/iconv.c if (content_type && SUCCESS == sapi_add_header(content_type, len, 0)) { content_type 351 ext/soap/php_http.c char *http_headers, *http_body, *content_type, *http_version, *cookie_itt; content_type 1218 ext/soap/php_http.c content_type = get_http_header_value(http_headers,"Content-Type: "); content_type 1219 ext/soap/php_http.c if (content_type) { content_type 1222 ext/soap/php_http.c pos = strstr(content_type,";"); content_type 1224 ext/soap/php_http.c cmplen = pos - content_type; content_type 1226 ext/soap/php_http.c cmplen = strlen(content_type); content_type 1228 ext/soap/php_http.c if (strncmp(content_type, "text/xml", cmplen) == 0 || content_type 1229 ext/soap/php_http.c strncmp(content_type, "application/soap+xml", cmplen) == 0) { content_type 1244 ext/soap/php_http.c efree(content_type); content_type 194 main/SAPI.c uint content_type_length = strlen(SG(request_info).content_type); content_type 195 main/SAPI.c char *content_type = estrndup(SG(request_info).content_type, content_type_length); content_type 205 main/SAPI.c for (p=content_type; p<content_type+content_type_length; p++) { content_type 210 main/SAPI.c content_type_length = p-content_type; content_type 221 main/SAPI.c if (zend_hash_find(&SG(known_post_content_types), content_type, content_type 232 main/SAPI.c sapi_module.sapi_error(E_WARNING, "Unsupported content type: '%s'", content_type); content_type 240 main/SAPI.c SG(request_info).content_type_dup = content_type; content_type 318 main/SAPI.c char *mimetype, *charset, *content_type; content_type 340 main/SAPI.c content_type = (char*)emalloc(*len + 1); content_type 341 main/SAPI.c p = content_type + prefix_len; content_type 349 main/SAPI.c content_type = (char*)emalloc(*len + 1); content_type 350 main/SAPI.c memcpy(content_type + prefix_len, mimetype, mimetype_len + 1); content_type 352 main/SAPI.c return content_type; content_type 482 main/SAPI.c && SG(request_info).content_type content_type 940 main/SAPI.c while (p->content_type) { content_type 956 main/SAPI.c post_entry->content_type, post_entry->content_type_len+1, content_type 965 main/SAPI.c zend_hash_del(&SG(known_post_content_types), post_entry->content_type, content_type 92 main/SAPI.h const char *content_type; content_type 280 main/SAPI.h char *content_type; content_type 457 sapi/aolserver/aolserver.c SG(request_info).content_type = index == -1 ? NULL : content_type 198 sapi/apache/mod_php5.c r->content_type = pstrdup(r->pool, header_content); content_type 531 sapi/apache/mod_php5.c SG(request_info).content_type = (char *) table_get(r->subprocess_env, "CONTENT_TYPE"); content_type 632 sapi/apache/mod_php5.c r->content_type = php_apache_get_default_mimetype(r TSRMLS_CC); content_type 668 sapi/apache/mod_php5.c r->content_type = php_apache_get_default_mimetype(r TSRMLS_CC); content_type 486 sapi/apache/php_apache.c if (rr->content_type) { content_type 487 sapi/apache/php_apache.c add_property_string(return_value,"content_type", (char *)rr->content_type, 1); content_type 127 sapi/apache2filter/php_functions.c ADD_STRING(content_type); content_type 127 sapi/apache2filter/sapi_apache2.c ctx->r->content_type = apr_pstrdup(ctx->r->pool, val); content_type 398 sapi/apache2filter/sapi_apache2.c char *content_type; content_type 404 sapi/apache2filter/sapi_apache2.c SG(request_info).content_type = apr_table_get(f->r->headers_in, "Content-Type"); content_type 413 sapi/apache2filter/sapi_apache2.c content_type = sapi_get_default_content_type(TSRMLS_C); content_type 414 sapi/apache2filter/sapi_apache2.c f->r->content_type = apr_pstrdup(f->r->pool, content_type); content_type 416 sapi/apache2filter/sapi_apache2.c efree(content_type); content_type 665 sapi/apache2filter/sapi_apache2.c if (r->content_type && !strncmp(r->content_type, "application/x-httpd-php", content_type_len-1)) { content_type 666 sapi/apache2filter/sapi_apache2.c if (r->content_type[content_type_len] == '\0' || !strncmp(r->content_type+content_type_len, "-source", sizeof("-source"))) { content_type 48 sapi/apache2handler/php_apache.h char *content_type; content_type 147 sapi/apache2handler/php_functions.c ADD_STRING(content_type); content_type 124 sapi/apache2handler/sapi_apache2.c if (ctx->content_type) { content_type 125 sapi/apache2handler/sapi_apache2.c efree(ctx->content_type); content_type 127 sapi/apache2handler/sapi_apache2.c ctx->content_type = estrdup(val); content_type 173 sapi/apache2handler/sapi_apache2.c if (!ctx->content_type) { content_type 174 sapi/apache2handler/sapi_apache2.c ctx->content_type = sapi_get_default_content_type(TSRMLS_C); content_type 176 sapi/apache2handler/sapi_apache2.c ap_set_content_type(ctx->r, apr_pstrdup(ctx->r->pool, ctx->content_type)); content_type 177 sapi/apache2handler/sapi_apache2.c efree(ctx->content_type); content_type 178 sapi/apache2handler/sapi_apache2.c ctx->content_type = NULL; content_type 477 sapi/apache2handler/sapi_apache2.c SG(request_info).content_type = apr_table_get(r->headers_in, "Content-Type"); content_type 343 sapi/apache_hooks/mod_php5.c r->content_type = pstrdup(r->pool, header_content); content_type 584 sapi/apache_hooks/mod_php5.c SG(request_info).content_type = (char *) table_get(r->subprocess_env, "CONTENT_TYPE"); content_type 679 sapi/apache_hooks/mod_php5.c r->content_type = php_apache_get_default_mimetype(r TSRMLS_CC); content_type 716 sapi/apache_hooks/mod_php5.c r->content_type = php_apache_get_default_mimetype(r TSRMLS_CC); content_type 346 sapi/apache_hooks/php_apache.c apache_request_string_slot(offsetof(request_rec, content_type), INTERNAL_FUNCTION_PARAM_PASSTHRU); content_type 974 sapi/apache_hooks/php_apache.c r->content_type = pstrdup(r->pool, type); content_type 1298 sapi/apache_hooks/php_apache.c PHP_FALIAS(content_type, apache_request_content_type, NULL) content_type 1861 sapi/apache_hooks/php_apache.c if (rr->content_type) { content_type 1862 sapi/apache_hooks/php_apache.c add_property_string(return_value,"content_type", (char *)rr->content_type, 1); content_type 621 sapi/caudium/caudium.c SG(request_info).content_type = lookup_string_header("HTTP_CONTENT_TYPE", NULL); content_type 1161 sapi/cgi/cgi_main.c SG(request_info).content_type = NULL; content_type 1172 sapi/cgi/cgi_main.c char *content_type = CGI_GETENV("CONTENT_TYPE"); content_type 1427 sapi/cgi/cgi_main.c SG(request_info).content_type = (content_type ? content_type : "" ); content_type 1875 sapi/cli/php_cli_server.c request_info->content_type = *val; content_type 418 sapi/continuity/capi.c char *content_type = lstFset_get(NSG(t->req_hdrs), "content-type"); content_type 425 sapi/continuity/capi.c SG(request_info).content_type = capi_strdup(content_type); content_type 436 sapi/continuity/capi.c capi_free(SG(request_info).content_type); content_type 1079 sapi/fpm/fpm/fpm_main.c SG(request_info).content_type = NULL; content_type 1090 sapi/fpm/fpm/fpm_main.c char *content_type = sapi_cgibin_getenv("CONTENT_TYPE", sizeof("CONTENT_TYPE") - 1 TSRMLS_CC); content_type 1425 sapi/fpm/fpm/fpm_main.c SG(request_info).content_type = (content_type ? content_type : "" ); content_type 746 sapi/isapi/php5isapi.c SG(request_info).content_type = lpECB->lpszContentType; content_type 497 sapi/litespeed/lsapi_main.c SG(request_info).content_type = pContentType ? pContentType : ""; content_type 970 sapi/nsapi/nsapi.c char *content_type = pblock_findval("content-type", rq->headers); content_type 1027 sapi/nsapi/nsapi.c SG(request_info).content_type = content_type; content_type 215 sapi/phttpd/phttpd.c SG(request_info).content_type = index == -1 ? NULL : content_type 273 sapi/pi3web/pi3web_sapi.c SG(request_info).content_type = lpCB->lpszContentType; content_type 648 sapi/roxen/roxen.c SG(request_info).content_type = lookup_string_header("HTTP_CONTENT_TYPE", NULL); content_type 459 sapi/thttpd/thttpd.c SG(request_info).content_type = strdup(TG(hc)->contenttype); content_type 475 sapi/thttpd/thttpd.c if (SG(request_info).content_type) content_type 476 sapi/thttpd/thttpd.c free(SG(request_info).content_type); content_type 240 sapi/tux/php_tux.c CONDADD(CONTENT_TYPE, content_type); content_type 343 sapi/tux/php_tux.c SG(request_info).content_type = TG(req)->content_type; content_type 186 sapi/webjames/webjames.c SG(request_info).content_type = WG(conn)->type;