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

/httpd/modules/http/
H A Dmod_mime.c81 apr_array_header_t *remove_mappings; /* A simple list, walked once */ member in struct:__anon194
123 new->remove_mappings = NULL;
217 if (new->extension_mappings && add->remove_mappings) {
224 if (add->remove_mappings)
225 remove_items(p, add->remove_mappings, new->extension_mappings);
227 new->remove_mappings = NULL;
299 if (!m->remove_mappings) {
300 m->remove_mappings = apr_array_make(cmd->pool, 4, sizeof(*suffix));
302 suffix = (attrib_info *)apr_array_push(m->remove_mappings);

Completed in 491 milliseconds