Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c233 case OP_MINUPTOI: in pcre_pattern_to_host_byte_order()
Dpcre_printint.c508 case OP_MINUPTOI: in pcre_printint()
521 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?"); in pcre_printint()
Dpcre_study.c542 case OP_MINUPTOI: in find_minlength()
1068 case OP_MINUPTOI: in set_start_bits()
Dpcre_compile.c1984 case OP_MINUPTOI: in find_fixedlength()
2173 case OP_MINUPTOI: in PRIV()
2318 case OP_MINUPTOI: in find_recurse()
2714 case OP_MINUPTOI: in could_be_empty_branch()
3847 case OP_MINUPTOI: in auto_possessify()
Dpcre_internal.h1962 OP_MINUPTOI, /* 53 */ enumerator
DHACKING258 OP_MINUPTO OP_MINUPTOI
Dpcre_exec.c3335 case OP_MINUPTOI: in match()
3338 minimize = *ecode == OP_MINUPTO || *ecode == OP_MINUPTOI; in match()
Dpcre_dfa_exec.c2482 case OP_MINUPTOI: in internal_dfa_exec()
Dpcre_jit_compile.c701 case OP_MINUPTOI: in next_opcode()
1040 case OP_MINUPTOI: \
8367 case OP_MINUPTOI: in compile_matchingpath()
9513 case OP_MINUPTOI: in compile_backtrackingpath()
Dpcretest.c2596 case OP_MINUPTOI: in regexflip8_or_16()