Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c222 case OP_POSSTAR: in pcre_pattern_to_host_byte_order()
Dpcre_study.c516 case OP_POSSTAR: in find_minlength()
1001 case OP_POSSTAR: in set_start_bits()
Dpcre_compile.c821 OP_POSSTAR, 0, /* STAR, MINSTAR */
1985 case OP_POSSTAR: in find_fixedlength()
2144 case OP_POSSTAR: in PRIV()
2275 case OP_POSSTAR: in find_recurse()
2632 case OP_POSSTAR: in could_be_empty_branch()
3625 *code += OP_POSSTAR - OP_STAR; in auto_possessify()
3629 *code += OP_POSSTAR - OP_MINSTAR; in auto_possessify()
3768 case OP_POSSTAR: in auto_possessify()
6359 case OP_STAR: *tempcode = OP_POSSTAR; break; in compile_branch()
Dpcre_printint.c476 case OP_POSSTAR: in pcre_printint()
Dpcre_dfa_exec.c2412 case OP_POSSTAR: in internal_dfa_exec()
2435 if (codevalue == OP_POSSTAR || codevalue == OP_NOTPOSSTAR) in internal_dfa_exec()
Dpcre_jit_compile.c694 case OP_POSSTAR: in next_opcode()
1368 case OP_POSSTAR: in get_framesize()
7795 *opcode -= OP_CRPOSSTAR - OP_POSSTAR; in get_iterator_parameters()
8023 case OP_POSSTAR: in compile_iterator_matchingpath()
8297 case OP_POSSTAR: in compile_matchingpath()
8673 case OP_POSSTAR: in compile_iterator_backtrackingpath()
9443 case OP_POSSTAR: in compile_backtrackingpath()
Dpcre_internal.h1939 OP_POSSTAR, /* 42 Possessified star, caseful */ enumerator
DHACKING242 OP_POSSTAR OP_POSSTARI
Dpcretest.c2582 case OP_POSSTAR: in regexflip8_or_16()
Dpcre_exec.c3335 case OP_POSSTAR: in match()