Searched refs:mime_type (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/mappers/
H A Dmod_negotiation.c204 const char *mime_type; /* MUST be lowercase */ member in struct:var_rec
282 mime_info->mime_type = "";
311 var->mime_type = mime_info->name;
316 var->is_pseudo_html = (!strcmp(var->mime_type, "text/html")
317 || !strcmp(var->mime_type, INCLUDES_MAGIC_TYPE)
318 || !strcmp(var->mime_type, INCLUDES_MAGIC_TYPE3));
1338 const char *avail_type = avail->mime_type;
1401 if (!var1->is_pseudo_html && strcmp(var1->mime_type, var2->mime_type)) {
1405 * here, both variants have the same mime_type o
[all...]
/httpd/modules/filters/
H A Dmod_charset_lite.c791 const char *mime_type = f->r->content_type; local
793 if (mime_type && (strncasecmp(mime_type, "text/", 5) == 0 ||
807 strcmp(mime_type, DIR_MAGIC_TYPE) == 0 ||
809 strncasecmp(mime_type, "message/", 8) == 0 ||
828 if (mime_type) {
831 mime_type);
/httpd/include/
H A Dhttp_core.h556 const char *mime_type; /* forced with ForceType */ member in struct:__anon21
/httpd/server/
H A Dcore.c177 * conf->mime_type = NULL;
350 if (new->mime_type) {
351 conf->mime_type = new->mime_type;
4372 (void *)APR_OFFSETOF(core_dir_config, mime_type), OR_FILEINFO,
4520 if (conf->mime_type && strcmp(conf->mime_type, "none"))
4521 ap_set_content_type(r, (char*) conf->mime_type);

Completed in 2074 milliseconds