Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c264 case OP_NOTPOSUPTOI: in pcre_pattern_to_host_byte_order()
Dpcre_printint.c580 case OP_NOTPOSUPTOI: in pcre_printint()
595 if (*code == OP_NOTPOSUPTO || *code == OP_NOTPOSUPTOI) fprintf(f, "+"); in pcre_printint()
Dpcre_study.c548 case OP_NOTPOSUPTOI: in find_minlength()
898 case OP_NOTPOSUPTOI: in set_start_bits()
Dpcre_compile.c855 OP_NOTPOSUPTOI, 0, /* NOTUPTOI, NOTMINUPTOI */
2002 case OP_NOTPOSUPTOI: in find_fixedlength()
2179 case OP_NOTPOSUPTOI: in PRIV()
2324 case OP_NOTPOSUPTOI: in find_recurse()
2721 case OP_NOTPOSUPTOI: in could_be_empty_branch()
3878 case OP_NOTPOSUPTOI: in auto_possessify()
6484 case OP_NOTUPTOI: *tempcode = OP_NOTPOSUPTOI; break; in compile_branch()
Dpcre_internal.h2005 OP_NOTPOSUPTOI, /* 84 */ enumerator
Dpcre_dfa_exec.c2486 case OP_NOTPOSUPTOI: in internal_dfa_exec()
Dpcre_jit_compile.c732 case OP_NOTPOSUPTOI: in next_opcode()
1398 case OP_NOTPOSUPTOI: in get_framesize()
7827 else if (*opcode >= OP_NOTSTARI && *opcode <= OP_NOTPOSUPTOI) in get_iterator_parameters()
8398 case OP_NOTPOSUPTOI: in compile_matchingpath()
9544 case OP_NOTPOSUPTOI: in compile_backtrackingpath()
Dpcretest.c2627 case OP_NOTPOSUPTOI: in regexflip8_or_16()
Dpcre_exec.c3753 case OP_NOTPOSUPTOI: in match()