Lines Matching defs:match
420 /* single char match, we are done */
426 * and last chars match, let's check the insides
1185 const char *match[3], *wc[3], *wc_end = wildcard + wlen,
1200 check = match[--sp];
1215 * match unconditionally
1221 * is any remaining match exists, for eg b of "a*b"
1224 if (sp == LWS_ARRAY_SIZE(match)) {
1231 match[sp++] = check + 1;
1249 * We're just trying to match literals, and failed...
1253 /* we're looking for a post-* match... keep looking... */