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

  /external/pcre/dist2/src/
pcre2_find_bracket.c 96 else if (c == OP_CBRA || c == OP_SCBRA ||
pcre2_study.c 113 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE;
181 case OP_CBRA:
890 if (*code == OP_CBRA || *code == OP_SCBRA ||
1021 case OP_CBRA:
    [all...]
pcre2_auto_possess.c 605 case OP_CBRA:
624 if (*next_code != OP_BRA && *next_code != OP_CBRA
629 /* The bracket content will be checked by the OP_BRA/OP_CBRA case above. */
    [all...]
pcre2_compile.c     [all...]
pcre2_printint.c 373 case OP_CBRA:
pcre2_jit_compile.c 681 case OP_CBRA:
1033 if (*cc != OP_BRA && *cc != OP_CBRA)
1039 if (*cc == OP_CBRA)
1062 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA);
1064 if (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0)
1075 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0);
1099 if (depth > 0 && (*cc == OP_BRA || *cc == OP_CBRA))
    [all...]
pcre2_dfa_match.c 421 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA ||
520 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA ||
    [all...]
pcre2_match.c     [all...]

Completed in 61 milliseconds