Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c2019 case OP_QUERY: in find_fixedlength()
2204 case OP_QUERY: in PRIV()
2349 case OP_QUERY: in find_recurse()
2690 case OP_QUERY: in could_be_empty_branch()
3684 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in auto_possessify()
3707 case OP_QUERY: in auto_possessify()
3708 *code += OP_POSQUERY - OP_QUERY; in auto_possessify()
3831 case OP_QUERY: in auto_possessify()
5812 else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type; in compile_branch()
5897 *code++ = OP_QUERY + repeat_type; in compile_branch()
[all …]
H A Dpcre_study.c563 case OP_QUERY: in find_minlength()
1044 case OP_QUERY: in set_start_bits()
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.h1944 OP_QUERY, /* 37 */ enumerator
H A DHACKING246 OP_QUERY OP_QUERYI
H A Dpcre_exec.c3374 case OP_QUERY: in match()

Completed in 88 milliseconds