HomeSort by relevance Sort by last modified time
    Searched full:callpat (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/
pcre2_match.c 455 callpat the recursion point in the pattern
471 op_recurse_ovecsave(REGISTER PCRE2_SPTR eptr, PCRE2_SPTR callpat,
476 BOOL cbegroup = *callpat >= OP_SBRA;
491 rrc = match(eptr, callpat + PRIV(OP_lengths)[*callpat], mstart, offset_top,
512 callpat += GET(callpat, 1);
514 while (*callpat == OP_ALT); /* Loop for the alternatives */
639 #define callpat frame->Xcallpat macro
688 PCRE2_SPTR callpat;
6349 #undef callpat macro
    [all...]
pcre2_dfa_match.c 2729 PCRE2_SPTR callpat = start_code + GET(code, 1); local
    [all...]

Completed in 144 milliseconds