Home
last modified time | relevance | path

Searched refs:OP_QUERY (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c2017 case OP_QUERY: in find_fixedlength()
2202 case OP_QUERY: in PRIV()
2347 case OP_QUERY: in find_recurse()
2688 case OP_QUERY: in could_be_empty_branch()
3682 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in auto_possessify()
3705 case OP_QUERY: in auto_possessify()
3706 *code += OP_POSQUERY - OP_QUERY; in auto_possessify()
3829 case OP_QUERY: in auto_possessify()
5810 else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type; in compile_branch()
5895 *code++ = OP_QUERY + repeat_type; in compile_branch()
[all …]
H A Dpcre_study.c561 case OP_QUERY: in find_minlength()
1042 case OP_QUERY: in set_start_bits()
H A Dpcre_printint.c478 case OP_QUERY: in pcre_printint()
H A Dpcre_jit_compile.c685 case OP_QUERY: in next_opcode()
1011 case OP_QUERY: \
3315 case OP_QUERY: in scan_prefix()
8064 case OP_QUERY: in compile_iterator_matchingpath()
8069 if (opcode == OP_QUERY) in compile_iterator_matchingpath()
8351 case OP_QUERY: in compile_matchingpath()
8699 case OP_QUERY: in compile_iterator_backtrackingpath()
9497 case OP_QUERY: in compile_backtrackingpath()
H A Dpcre_internal.h1940 OP_QUERY, /* 37 */ enumerator
H A DHACKING246 OP_QUERY OP_QUERYI
H A Dpcre_exec.c3372 case OP_QUERY: in match()

Completed in 83 milliseconds