Home
last modified time | relevance | path

Searched refs:MATCH_PRUNE (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c79 #define MATCH_PRUNE (-995) macro
771 if (rrc != MATCH_NOMATCH && rrc != MATCH_PRUNE && in match()
783 RRETURN(MATCH_PRUNE); in match()
793 RRETURN(MATCH_PRUNE); in match()
800 if (rrc != MATCH_NOMATCH && rrc != MATCH_PRUNE && rrc != MATCH_THEN) in match()
817 if (rrc != MATCH_NOMATCH && rrc != MATCH_PRUNE && rrc != MATCH_THEN) in match()
1643 if (rrc == MATCH_SKIP || rrc == MATCH_PRUNE || rrc == MATCH_COMMIT) in match()
6851 case MATCH_PRUNE: in pcre_exec()

Completed in 18 milliseconds