Searched defs:mime_type (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/filters/ |
H A D | mod_charset_lite.c | 791 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 D | http_core.h | 556 const char *mime_type; /* forced with ForceType */ member in struct:__anon21
|
/httpd/modules/mappers/ |
H A D | mod_negotiation.c | 204 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...] |
Completed in 19 milliseconds