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

/httpd/modules/http/
H A Dmod_mime.c66 char *charset_type; /* Added with AddCharset... */ member in struct:extension_info
159 if (overlay_info->charset_type) {
160 new_info->charset_type = overlay_info->charset_type;
370 (void *)APR_OFFSETOF(extension_info, charset_type), OR_FILEINFO,
399 (void *)APR_OFFSETOF(extension_info, charset_type), OR_FILEINFO,
853 if (exinfo->charset_type) {
854 charset = exinfo->charset_type;

Completed in 8 milliseconds