Lines Matching refs:multimatch
85 int multimatch; /* Extensions to include in multiview matching
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 && (m->multimatch & ~MULTIMATCH_NEGOTIATED)) {
344 m->multimatch |= MULTIMATCH_NEGOTIATED;
347 if (m->multimatch && (m->multimatch & (MULTIMATCH_NEGOTIATED
351 m->multimatch |= MULTIMATCH_FILTERS;
354 if (m->multimatch && (m->multimatch & (MULTIMATCH_NEGOTIATED
358 m->multimatch |= MULTIMATCH_HANDLERS;
890 if (conf->multimatch & MULTIMATCH_HANDLERS) {
904 if (conf->multimatch & MULTIMATCH_FILTERS) {
914 if (conf->multimatch & MULTIMATCH_FILTERS) {
920 if (found || (conf->multimatch & MULTIMATCH_ANY)) {