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

/httpd/modules/http/
H A Dmod_mime.c85 int multimatch; /* Extensions to include in multiview matching member in struct:__anon194
127 new->multimatch = MULTIMATCH_UNSET;
232 new->multimatch = (add->multimatch != MULTIMATCH_UNSET) ?
233 add->multimatch : base->multimatch;
333 if (m->multimatch && (m->multimatch & ~MULTIMATCH_ANY)) {
337 m->multimatch |= MULTIMATCH_ANY;
340 if (m->multimatch
[all...]

Completed in 11 milliseconds