Lines Matching defs:match
226 static int match(request_rec *, unsigned char *, apr_size_t);
685 /* empty - no match, we defer to other Apache modules */
1498 if (match(r, buf, nbytes))
1505 * Go through the whole list, stopping if you find a match. Process all the
1506 * continuations of that match before returning.
1510 * At any time when processing a successful top-level match, there is a current
1516 * preceding them - failed to match.
1530 static int match(request_rec *r, unsigned char *s, apr_size_t nbytes)
1544 MODNAME ": match conf=%x file=%s m=%s m->next=%s last=%s",
1559 MODNAME ": match: POINTER CLOBBERED! "
1583 * main entry didn't match, flush its continuations
1609 /* if we get here, the main entry rule was a match */
1618 /* print the match */
1627 /* and any continuations that match */
1637 MODNAME ": match line=%d cont=%d type=%d %s",
1689 return 0; /* no match at all */
1874 /* bogosity, pretend that it just wasn't a match */
1958 /* bogosity, pretend it didn't match */