content_type      915 include/httpd.h     const char *content_type;	/* Break these out --- we dispatch on 'em */
content_type     1901 modules/aaa/mod_auth_digest.c                        r->content_type ? r->content_type : ap_default_type(r), ":",
content_type      914 modules/cache/mod_disk_cache.c             && r->content_type) {
content_type      916 modules/cache/mod_disk_cache.c                            ap_make_content_type(r, r->content_type));
content_type      612 modules/cache/mod_mem_cache.c         && r->content_type) {
content_type      614 modules/cache/mod_mem_cache.c                        ap_make_content_type(r, r->content_type));
content_type      388 modules/dav/main/props.c         if (propdb->subreq->content_type != NULL) {
content_type      389 modules/dav/main/props.c             value = propdb->subreq->content_type;
content_type       73 modules/debug/mod_bucketeer.c         if (!r->content_type || strncmp(r->content_type, "text/", 5)) {
content_type      221 modules/filters/mod_charset_lite.c                       r->content_type ? r->content_type : "(unknown)",
content_type      798 modules/filters/mod_charset_lite.c         const char *mime_type = f->r->content_type ? f->r->content_type : ap_default_type(f->r);
content_type      443 modules/filters/mod_deflate.c         if (r->content_type == NULL
content_type      444 modules/filters/mod_deflate.c              || strncmp(r->content_type, "text/html", 9)) {
content_type      586 modules/filters/mod_ext_filter.c             ctypes = f->r->content_type;
content_type      632 modules/filters/mod_ext_filter.c                       f->r->content_type ? f->r->content_type : "(unspecified)",
content_type      193 modules/filters/mod_filter.c             str = r->content_type;
content_type     1723 modules/filters/mod_include.c             rr->content_type && strncmp(rr->content_type, "text/", 5)) {
content_type     3662 modules/filters/mod_include.c         if (!r->content_type || !*r->content_type) {
content_type     3683 modules/filters/mod_include.c         if (!r->content_type || strcmp(r->content_type, "text/html")) {
content_type      746 modules/generators/mod_autoindex.c     const char *content_type = ap_field_noparam(r->pool, r->content_type);
content_type      769 modules/generators/mod_autoindex.c                         if (content_type
content_type      770 modules/generators/mod_autoindex.c                             && !ap_strcasecmp_match(content_type,
content_type      803 modules/generators/mod_autoindex.c     r.content_type = r.content_encoding = NULL;
content_type     1030 modules/generators/mod_autoindex.c         if (rr->content_type != NULL) {
content_type     1031 modules/generators/mod_autoindex.c             if (!strcasecmp(ap_field_noparam(r->pool, rr->content_type),
content_type     1068 modules/generators/mod_autoindex.c             else if (!strncasecmp("text/", rr->content_type, 5)) {
content_type     1141 modules/generators/mod_autoindex.c         if (rr->content_type != NULL) {
content_type     1142 modules/generators/mod_autoindex.c             if (!strcasecmp(ap_field_noparam(r->pool, rr->content_type),
content_type     1156 modules/generators/mod_autoindex.c             else if (!strncasecmp("text/", rr->content_type, 5)) {
content_type     1192 modules/generators/mod_autoindex.c     if ((r->content_type != NULL)
content_type     1193 modules/generators/mod_autoindex.c         && (!strcasecmp(ap_field_noparam(r->pool, r->content_type),
content_type     1195 modules/generators/mod_autoindex.c             || !strcmp(r->content_type, INCLUDES_MAGIC_TYPE))
content_type      187 modules/http/byterange_filter.c         const char *orig_ct = ap_make_content_type(r, r->content_type);
content_type     1192 modules/http/http_filters.c     ctype = ap_make_content_type(r, r->content_type);
content_type      823 modules/http/http_protocol.c         r->content_type = NULL;
content_type      825 modules/http/http_protocol.c     else if (!r->content_type || strcmp(r->content_type, ct)) {
content_type      826 modules/http/http_protocol.c         r->content_type = ct;
content_type      428 modules/http/http_request.c     ap_set_content_type(r, rr->content_type);
content_type      503 modules/http/http_request.c         ap_set_content_type(new, r->content_type);
content_type      524 modules/http/mod_mime.c static content_type *analyze_ct(request_rec *r, const char *s)
content_type      532 modules/http/mod_mime.c     content_type *ctp;
content_type      536 modules/http/mod_mime.c     ctp = (content_type *)apr_palloc(p, sizeof(content_type));
content_type      902 modules/http/mod_mime.c     if (r->content_type) {
content_type      903 modules/http/mod_mime.c         content_type *ctp;
content_type      906 modules/http/mod_mime.c         if ((ctp = analyze_ct(r, r->content_type))) {
content_type      924 modules/http/mod_mime.c                                                         r->content_type,
content_type      934 modules/http/mod_mime.c                                                     r->content_type,
content_type      942 modules/http/mod_mime.c                 ap_set_content_type(r, apr_pstrcat(r->pool, r->content_type,
content_type      963 modules/http/mod_mime.c     if (!r->content_type) {
content_type      114 modules/ldap/util_ldap.c     r->content_type = "text/html; charset=ISO-8859-1";
content_type      479 modules/loggers/mod_log_config.c     if (!strcasecmp(a, "Content-type") && r->content_type) {
content_type      480 modules/loggers/mod_log_config.c         cp = ap_field_noparam(r->pool, r->content_type);
content_type      180 modules/mappers/mod_actions.c         ap_field_noparam(r->pool, r->content_type);
content_type     1175 modules/mappers/mod_negotiation.c         if (sub_req->handler && !sub_req->content_type) {
content_type     1243 modules/mappers/mod_negotiation.c         if (sub_req->status != HTTP_OK || (!sub_req->content_type)) {
content_type     1251 modules/mappers/mod_negotiation.c         if (((sub_req->content_type) &&
content_type     1252 modules/mappers/mod_negotiation.c              !strcmp(sub_req->content_type, MAP_FILE_MAGIC_TYPE)) ||
content_type     1275 modules/mappers/mod_negotiation.c         get_entry(neg->pool, &accept_info, sub_req->content_type);
content_type      479 modules/metadata/mod_expires.c                                ap_field_noparam(r->pool, r->content_type));
content_type      488 modules/metadata/mod_expires.c                 checkmime = apr_pstrdup(r->pool, r->content_type);
content_type      807 modules/metadata/mod_mime_magic.c     if (!r->content_type ||
content_type     2332 modules/metadata/mod_mime_magic.c     if (sub->content_type) {
content_type     2333 modules/metadata/mod_mime_magic.c         ap_set_content_type(r, apr_pstrdup(r->pool, sub->content_type));
content_type     2337 modules/metadata/mod_mime_magic.c                     sub_filename, r->content_type);
content_type     2426 modules/metadata/mod_mime_magic.c     if (r->content_type) {
content_type     1705 modules/proxy/mod_proxy_ftp.c         if (r->content_type) {
content_type     1707 modules/proxy/mod_proxy_ftp.c                      "proxy: FTP: Content-Type set to %s", r->content_type);
content_type     1719 modules/proxy/mod_proxy_ftp.c     apr_table_setn(r->headers_out, "Content-Type", r->content_type);
content_type     1721 modules/proxy/mod_proxy_ftp.c                  "proxy: FTP: Content-Type set to %s", r->content_type);
content_type      355 server/config.c         handler = r->content_type ? r->content_type : ap_default_type(r);
content_type     3191 server/core.c      if (!r->content_type || !conf->ct_output_filters) {
content_type     3196 server/core.c      ctype = ap_field_noparam(r->pool, r->content_type);
content_type      280 support/ab.c   char content_type[1024];/* content type to put in POST header */
content_type     1613 support/ab.c               (content_type[0]) ? content_type : "text/plain", hdrs);
content_type     2082 support/ab.c                   strcpy(content_type, optarg);