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

  /external/pcre/dist2/src/
pcre2_find_bracket.c 156 case OP_EXACT:
pcre2_auto_possess.c 331 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
334 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT &&
572 an OP_EXACT, but it is probably not worth it. (And note that OP_EXACT
    [all...]
pcre2_pattern_info.c 296 case OP_EXACT:
pcre2_printint.c 497 case OP_EXACT:
504 if (*code != OP_EXACT && *code != OP_EXACTI) fprintf(f, "0,");
pcre2_study.c 305 case OP_EXACT:
1131 case OP_EXACT:
    [all...]
pcre2_compile.c     [all...]
pcre2_jit_compile.c 721 case OP_EXACT:
1230 common->private_data_ptrs[end - common->start - LINK_SIZE + 1] = OP_EXACT;
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_match.c     [all...]

Completed in 57 milliseconds