Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c251 case OP_NOTPOSUPTO: in pcre_pattern_to_host_byte_order()
Dpcre_printint.c587 case OP_NOTPOSUPTO: in pcre_printint()
595 if (*code == OP_NOTPOSUPTO || *code == OP_NOTPOSUPTOI) fprintf(f, "+"); in pcre_printint()
Dpcre_study.c547 case OP_NOTPOSUPTO: in find_minlength()
897 case OP_NOTPOSUPTO: in set_start_bits()
Dpcre_compile.c848 OP_NOTPOSUPTO, 0, /* NOTUPTO, NOTMINUPTO */
2001 case OP_NOTPOSUPTO: in find_fixedlength()
2178 case OP_NOTPOSUPTO: in PRIV()
2323 case OP_NOTPOSUPTO: in find_recurse()
2720 case OP_NOTPOSUPTO: in could_be_empty_branch()
3865 case OP_NOTPOSUPTO: in auto_possessify()
6479 case OP_NOTUPTO: *tempcode = OP_NOTPOSUPTO; break; in compile_branch()
Dpcre_dfa_exec.c2495 case OP_NOTPOSUPTO: in internal_dfa_exec()
2516 if (codevalue == OP_POSUPTO || codevalue == OP_NOTPOSUPTO) in internal_dfa_exec()
Dpcre_internal.h1987 OP_NOTPOSUPTO, /* 71 */ enumerator
Dpcre_jit_compile.c719 case OP_NOTPOSUPTO: in next_opcode()
1392 case OP_NOTPOSUPTO: in get_framesize()
7821 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()
8385 case OP_NOTPOSUPTO: in compile_matchingpath()
9531 case OP_NOTPOSUPTO: in compile_backtrackingpath()
Dpcretest.c2614 case OP_NOTPOSUPTO: in regexflip8_or_16()
Dpcre_exec.c3752 case OP_NOTPOSUPTO: in match()