Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c224 case OP_POSQUERY: in pcre_pattern_to_host_byte_order()
Dpcre_study.c571 case OP_POSQUERY: in find_minlength()
1046 case OP_POSQUERY: in set_start_bits()
Dpcre_compile.c833 OP_POSQUERY, 0, /* QUERY, MINQUERY */
2013 case OP_POSQUERY: in find_fixedlength()
2212 case OP_POSQUERY: in PRIV()
2357 case OP_POSQUERY: in find_recurse()
2700 case OP_POSQUERY: in could_be_empty_branch()
3708 *code += OP_POSQUERY - OP_QUERY; in auto_possessify()
3712 *code += OP_POSQUERY - OP_MINQUERY; in auto_possessify()
3838 case OP_POSQUERY: in auto_possessify()
6468 case OP_QUERY: *tempcode = OP_POSQUERY; break; in compile_branch()
Dpcre_printint.c482 case OP_POSQUERY: in pcre_printint()
Dpcre_dfa_exec.c2367 case OP_POSQUERY: in internal_dfa_exec()
2390 if (codevalue == OP_POSQUERY || codevalue == OP_NOTPOSQUERY) in internal_dfa_exec()
Dpcre_internal.h1949 OP_POSQUERY, /* 44 Posesssified query, caseful */ enumerator
Dpcre_jit_compile.c692 case OP_POSQUERY: in next_opcode()
1379 case OP_POSQUERY: in get_framesize()
3317 case OP_POSQUERY: in scan_prefix()
8104 case OP_POSQUERY: in compile_iterator_matchingpath()
8358 case OP_POSQUERY: in compile_matchingpath()
8732 case OP_POSQUERY: in compile_iterator_backtrackingpath()
9504 case OP_POSQUERY: in compile_backtrackingpath()
DHACKING248 OP_POSQUERY OP_POSQUERYI
Dpcretest.c2587 case OP_POSQUERY: in regexflip8_or_16()
Dpcre_exec.c3358 case OP_POSQUERY: in match()