Searched refs:ap_set_content_type (Results 1 - 25 of 35) sorted by relevance

12

/httpd/modules/http/
H A Dmod_mime.c762 ap_set_content_type(r, DIR_MAGIC_TYPE);
840 ap_set_content_type(r, (char*) type);
849 ap_set_content_type(r, exinfo->forced_type);
954 ap_set_content_type(r, base_content_type);
958 ap_set_content_type(r,
968 ap_set_content_type(r,
978 ap_set_content_type(r, apr_pstrcat(r->pool, r->content_type,
H A Dhttp_request.c588 ap_set_content_type(r, rr->content_type);
679 ap_set_content_type(new, r->content_type);
H A Dhttp_protocol.c1067 AP_DECLARE(void) ap_set_content_type(request_rec *r, const char *ct) function
1444 ap_set_content_type(r, "text/html");
1447 ap_set_content_type(r, "text/html; charset=iso-8859-1");
H A Dbyterange_filter.c477 ap_set_content_type(r, apr_pstrcat(r->pool,
/httpd/modules/filters/
H A Dmod_data.c120 ap_set_content_type(r, "text/plain");
H A Dmod_reflector.c104 ap_set_content_type(r, content_type);
H A Dmod_ext_filter.c613 ap_set_content_type(f->r, ctx->filter->outtype);
/httpd/include/
H A Dhttp_protocol.h375 AP_DECLARE(void) ap_set_content_type(request_rec *r, const char *ct);
/httpd/modules/metadata/
H A Dmod_cern_meta.c253 ap_set_content_type(r, tmp);
H A Dmod_headers.c793 ap_set_content_type(r, process_tags(hdr, r));
800 ap_set_content_type(r, process_tags(hdr, r));
820 ap_set_content_type(r, repl);
H A Dmod_mime_magic.c792 ap_set_content_type(r, tmp);
2329 ap_set_content_type(r, apr_pstrdup(r->pool, sub->content_type));
/httpd/modules/generators/
H A Dmod_status.c258 ap_set_content_type(r, "text/html; charset=ISO-8859-1");
286 ap_set_content_type(r, "text/plain; charset=ISO-8859-1");
H A Dmod_autoindex.c2045 ap_set_content_type(r, apr_pstrcat(r->pool, ctype, ";charset=",
2049 ap_set_content_type(r, ctype);
H A Dmod_info.c786 ap_set_content_type(r, "text/html; charset=ISO-8859-1");
/httpd/modules/dav/main/
H A Dmod_dav.c320 ap_set_content_type(r, "text/html; charset=ISO-8859-1");
351 ap_set_content_type(r, DAV_XML_CONTENT_TYPE);
491 ap_set_content_type(r, DAV_XML_CONTENT_TYPE);
1912 ap_set_content_type(r, DAV_XML_CONTENT_TYPE);
3178 ap_set_content_type(r, DAV_XML_CONTENT_TYPE);
4137 ap_set_content_type(r, DAV_XML_CONTENT_TYPE);
4406 ap_set_content_type(r, "text/xml");
/httpd/modules/cache/
H A Dmod_cache.c320 * 1. We call ap_set_content_type during cache_select. This causes
616 * 1. We call ap_set_content_type during cache_select. This causes
669 ap_set_content_type(r, ct);
906 ap_set_content_type(r, apr_table_get(
988 ap_set_content_type(r, apr_table_get(
H A Dcache_storage.c178 ap_set_content_type(r, v);
184 * ap_set_content_type above will be used in the store_headers functions
/httpd/modules/mappers/
H A Dmod_negotiation.c1178 ap_set_content_type(sub_req, CGI_MAGIC_TYPE);
3016 ap_set_content_type(r, apr_pstrcat(r->pool,
3023 ap_set_content_type(r, apr_pstrdup(r->pool, best->mime_type));
H A Dmod_imagemap.c478 ap_set_content_type(r, "text/html; charset=ISO-8859-1");
/httpd/modules/examples/
H A Dmod_example_hooks.c995 ap_set_content_type(r, "text/html");
/httpd/modules/proxy/
H A Dajp_header.c656 ap_set_content_type(r, apr_pstrdup(r->pool, value));
658 "ajp_unmarshal_response: ap_set_content_type to '%s'", value);
H A Dmod_proxy_balancer.c1251 ap_set_content_type(r, "text/xml");
1434 ap_set_content_type(r, "text/html; charset=ISO-8859-1");
H A Dmod_serf.c209 ap_set_content_type(ctx->r, value);
/httpd/server/
H A Dutil_script.c590 ap_set_content_type(r, tmp);
/httpd/modules/cluster/
H A Dmod_heartmonitor.c774 ap_set_content_type(r, "text/plain");

Completed in 2345 milliseconds

12