Home
last modified time | relevance | path

Searched refs:OP_CRPOSQUERY (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist/
Dpcre_study.c354 case OP_CRPOSQUERY: in find_minlength()
444 case OP_CRPOSQUERY: in find_minlength()
1358 case OP_CRPOSQUERY: in set_start_bits()
Dpcre_printint.c778 case OP_CRPOSQUERY: in pcre_printint()
Dpcre_compile.c858 OP_CRPOSQUERY, 0, /* CRQUERY, CRMINQUERY */
1919 case OP_CRPOSQUERY: in find_fixedlength()
2515 case OP_CRPOSQUERY: in could_be_empty_branch()
3024 case OP_CRPOSQUERY: in get_chr_property_list()
3692 *repeat_opcode = OP_CRPOSQUERY; in auto_possessify()
6386 case OP_CRQUERY: *tempcode = OP_CRPOSQUERY; break; in compile_branch()
Dpcre_dfa_exec.c2606 case OP_CRPOSQUERY: in internal_dfa_exec()
2610 if (*ecode == OP_CRPOSQUERY) in internal_dfa_exec()
Dpcre_internal.h2032 OP_CRPOSQUERY, /* 108 */ enumerator
DHACKING383 OP_CRPOSQUERY
Dpcre_exec.c2887 case OP_CRPOSQUERY: in match()
3114 case OP_CRPOSQUERY: in match()
Dpcre_jit_compile.c630 case OP_CRPOSQUERY: in next_opcode()
7793 else if (*opcode >= OP_CRPOSSTAR && *opcode <= OP_CRPOSQUERY) in get_iterator_parameters()