Searched defs:forced_type (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/http/
H A Dmod_mime.c62 char *forced_type; /* Additional AddTyped stuff */ member in struct:extension_info
147 if (overlay_info->forced_type) {
148 new_info->forced_type = overlay_info->forced_type;
391 (void *)APR_OFFSETOF(extension_info, forced_type), OR_FILEINFO,
417 (void *)APR_OFFSETOF(extension_info, forced_type), OR_FILEINFO,
837 if (exinfo == NULL || !exinfo->forced_type) {
848 if (exinfo->forced_type && *exinfo->forced_type) {
849 ap_set_content_type(r, exinfo->forced_type);
[all...]

Completed in 12 milliseconds