Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c250 case OP_NOTPOSQUERY: in pcre_pattern_to_host_byte_order()
Dpcre_study.c573 case OP_NOTPOSQUERY: in find_minlength()
893 case OP_NOTPOSQUERY: in set_start_bits()
Dpcre_printint.c571 case OP_NOTPOSQUERY: in pcre_printint()
Dpcre_compile.c847 OP_NOTPOSQUERY, 0, /* NOTQUERY, NOTMINQUERY */
1997 case OP_NOTPOSQUERY: in find_fixedlength()
2214 case OP_NOTPOSQUERY: in PRIV()
2359 case OP_NOTPOSQUERY: in find_recurse()
2702 case OP_NOTPOSQUERY: in could_be_empty_branch()
3864 case OP_NOTPOSQUERY: in auto_possessify()
6478 case OP_NOTQUERY: *tempcode = OP_NOTPOSQUERY; break; in compile_branch()
Dpcre_dfa_exec.c2370 case OP_NOTPOSQUERY: in internal_dfa_exec()
2390 if (codevalue == OP_POSQUERY || codevalue == OP_NOTPOSQUERY) in internal_dfa_exec()
Dpcre_internal.h1986 OP_NOTPOSQUERY, /* 70 */ enumerator
Dpcre_jit_compile.c718 case OP_NOTPOSQUERY: in next_opcode()
1391 case OP_NOTPOSQUERY: in get_framesize()
8384 case OP_NOTPOSQUERY: in compile_matchingpath()
9530 case OP_NOTPOSQUERY: in compile_backtrackingpath()
Dpcretest.c2613 case OP_NOTPOSQUERY: in regexflip8_or_16()
Dpcre_exec.c3744 case OP_NOTPOSQUERY: in match()