Searched refs:callpat (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_match.c | 471 op_recurse_ovecsave(REGISTER PCRE2_SPTR eptr, PCRE2_SPTR callpat, in op_recurse_ovecsave() argument 476 BOOL cbegroup = *callpat >= OP_SBRA; in op_recurse_ovecsave() 491 rrc = match(eptr, callpat + PRIV(OP_lengths)[*callpat], mstart, offset_top, in op_recurse_ovecsave() 512 callpat += GET(callpat, 1); in op_recurse_ovecsave() 514 while (*callpat == OP_ALT); /* Loop for the alternatives */ in op_recurse_ovecsave() 639 #define callpat frame->Xcallpat in match() macro 688 PCRE2_SPTR callpat; in match() 1807 callpat = mb->start_code + GET(ecode, 1); in match() 1808 recno = (callpat == mb->start_code)? 0 : GET2(callpat, 1 + LINK_SIZE); in match() 1838 rrc = op_recurse_ovecsave(eptr, callpat, mstart, offset_top, mb, in match() [all …]
|
D | pcre2_dfa_match.c | 2729 PCRE2_SPTR callpat = start_code + GET(code, 1); in internal_dfa_match() local 2730 uint32_t recno = (callpat == mb->start_code)? 0 : in internal_dfa_match() 2731 GET2(callpat, 1 + LINK_SIZE); in internal_dfa_match() 2752 callpat, /* this subexpression's code */ in internal_dfa_match()
|