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

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c83 #define MATCH_MATCH 1 macro
505 Returns: MATCH_MATCH if matched ) these values are >= 0
761 if ((rrc == MATCH_MATCH || rrc == MATCH_ACCEPT) &&
799 if ((rrc == MATCH_MATCH || rrc == MATCH_ACCEPT) &&
854 if ((rrc == MATCH_MATCH || rrc == MATCH_ACCEPT) &&
880 if (rrc == MATCH_MATCH) /* Note: _not_ MATCH_ACCEPT */
1152 when the group matches. For MATCH_MATCH, the group has matched, so we
1400 if (rrc == MATCH_MATCH)
1510 rrc = (op == OP_END)? MATCH_MATCH : MATCH_ACCEPT;
1543 if (rrc == MATCH_MATCH || rr
[all...]

Completed in 42 milliseconds