Home
last modified time | relevance | path

Searched refs:OP_NOTPOSUPTO (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_find_bracket.c170 case OP_NOTPOSUPTO: in PRIV()
Dpcre2_printint.c572 case OP_NOTPOSUPTO: in pcre2_printint()
580 if (*code == OP_NOTPOSUPTO || *code == OP_NOTPOSUPTOI) fprintf(f, "+"); in pcre2_printint()
Dpcre2_pattern_info.c326 case OP_NOTPOSUPTO: in pcre2_callout_enumerate()
Dpcre2_study.c633 case OP_NOTPOSUPTO: in find_minlength()
954 case OP_NOTPOSUPTO: in set_start_bits()
Dpcre2_auto_possess.c1266 case OP_NOTPOSUPTO: in PRIV()
Dpcre2_dfa_match.c2413 case OP_NOTPOSUPTO: in internal_dfa_match()
2430 if (codevalue == OP_POSUPTO || codevalue == OP_NOTPOSUPTO) in internal_dfa_match()
Dpcre2_internal.h1446 OP_NOTPOSUPTO, /* 71 */ enumerator
Dpcre2_compile.c700 OP_NOTPOSUPTO, 0, /* NOTUPTO, NOTMINUPTO */
1204 case OP_NOTPOSUPTO: in find_fixedlength()
1719 case OP_NOTPOSUPTO: in could_be_empty_branch()
2560 case OP_NOTPOSUPTO: in find_recurse()
Dpcre2_jit_compile.c751 case OP_NOTPOSUPTO: in next_opcode()
1622 case OP_NOTPOSUPTO: in get_framesize()
8675 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()
9437 case OP_NOTPOSUPTO: in compile_matchingpath()
10570 case OP_NOTPOSUPTO: in compile_backtrackingpath()
Dpcre2_match.c3842 case OP_NOTPOSUPTO: in match()