Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c2000 case OP_QUERY: in find_fixedlength()
2185 case OP_QUERY: in PRIV()
2330 case OP_QUERY: in find_recurse()
2671 case OP_QUERY: in could_be_empty_branch()
3665 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in auto_possessify()
3688 case OP_QUERY: in auto_possessify()
3689 *code += OP_POSQUERY - OP_QUERY; in auto_possessify()
3812 case OP_QUERY: in auto_possessify()
5770 else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type; in compile_branch()
5855 *code++ = OP_QUERY + repeat_type; in compile_branch()
[all …]
H A Dpcre_study.c557 case OP_QUERY: in find_minlength()
1038 case OP_QUERY: in set_start_bits()
H A Dpcre_jit_compile.c685 case OP_QUERY: in next_opcode()
1011 case OP_QUERY: \
3286 case OP_QUERY: in scan_prefix()
8022 case OP_QUERY: in compile_iterator_matchingpath()
8027 if (opcode == OP_QUERY) in compile_iterator_matchingpath()
8309 case OP_QUERY: in compile_matchingpath()
8658 case OP_QUERY: in compile_iterator_backtrackingpath()
9456 case OP_QUERY: in compile_backtrackingpath()
H A Dpcre_internal.h1936 OP_QUERY, /* 37 */ enumerator
H A DHACKING246 OP_QUERY OP_QUERYI
H A Dpcre_exec.c3374 case OP_QUERY: in match()

Completed in 68 milliseconds