Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c226 case OP_STARI: in pcre_pattern_to_host_byte_order()
Dpcre_dfa_exec.c2314 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
2363 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
2401 case OP_STARI: in internal_dfa_exec()
2408 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
2449 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
2488 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
Dpcre_study.c509 case OP_STARI: in find_minlength()
1008 case OP_STARI: in set_start_bits()
Dpcre_compile.c2002 case OP_STARI: in find_fixedlength()
2141 case OP_STARI: in PRIV()
2268 case OP_STARI: in find_recurse()
2623 case OP_STARI: in could_be_empty_branch()
2750 (c >= OP_STARI)? OP_STARI : in get_repeat_base()
2897 case OP_STARI: in get_chr_property_list()
3772 case OP_STARI: in auto_possessify()
5634 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
6364 case OP_STARI: *tempcode = OP_POSSTARI; break; in compile_branch()
Dpcre_printint.c463 case OP_STARI: in pcre_printint()
Dpcre_exec.c3360 case OP_STARI: in match()
3371 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()
3410 if (op >= OP_STARI && /* Caseless */ in match()
3514 if (op >= OP_STARI) /* Caseless */ in match()
Dpcre_internal.h1946 OP_STARI, /* 46 */ enumerator
Dpcre_jit_compile.c698 case OP_STARI: in next_opcode()
1043 case OP_STARI: \
7756 else if (*opcode >= OP_STARI && *opcode <= OP_POSUPTOI) in get_iterator_parameters()
7760 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
8301 case OP_STARI: in compile_matchingpath()
9447 case OP_STARI: in compile_backtrackingpath()
DHACKING240 OP_STAR OP_STARI
Dpcretest.c2586 case OP_STARI: in regexflip8_or_16()