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

  /external/pcre/dist2/src/
pcre2_study.c 152 set a fudge value to skip over the OP_KET after the recurse. */
155 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET)
210 case OP_KET:
1051 case OP_KET:
    [all...]
pcre2_jit_compile.c 584 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);
599 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);
668 case OP_KET:
1037 if (*end != OP_KET || PRIVATE_DATA(end) != 0)
1068 if (*next_alt != OP_KET || PRIVATE_DATA(next_alt) != 0)
1164 if (end[-(1 + LINK_SIZE)] != OP_KET)
1209 if (*next_end != OP_KET)
    [all...]
pcre2_compile.c     [all...]
pcre2_auto_possess.c 577 case OP_KET:
    [all...]
pcre2_printint.c 390 case OP_KET:
pcre2_dfa_match.c 714 case OP_KET:
721 if (codevalue != OP_KET)
    [all...]
pcre2_match.c     [all...]

Completed in 62 milliseconds