HomeSort by relevance Sort by last modified time
    Searched refs:OP_RECURSE (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist2/src/
pcre2_study.c 150 OP_RECURSE. We'd like to process the latter at this level so that
155 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET)
433 /* Backreferences and subroutine calls (OP_RECURSE) are treated in the same
581 case OP_RECURSE:
967 case OP_RECURSE:
    [all...]
pcre2_printint.c 583 case OP_RECURSE:
pcre2_compile.c     [all...]
pcre2_dfa_match.c     [all...]
pcre2_jit_compile.c 166 when the backtrack mechanism performed. Because of OP_RECURSE, the data
665 case OP_RECURSE:
870 case OP_RECURSE:
    [all...]
pcre2_match.c 113 when processing OP_RECURSE in non-HEAP_MATCH_RECURSE mode. If the ovector is
416 special case is when processing OP_RECURSE, which specifies recursion in the
418 OP_RECURSE. If the ovector is small enough, instead of calling match()
433 * Process OP_RECURSE, stacking ovector *
    [all...]

Completed in 55 milliseconds