Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5100 case OP_COND: in first_significant_code()
6599 bravalue = OP_COND; in compile_branch()
6700 bravalue = OP_COND; in compile_branch()
6709 bravalue = OP_COND; in compile_branch()
6728 bravalue = OP_COND; in compile_branch()
6743 bravalue = OP_COND; in compile_branch()
6869 if (bravalue == OP_COND && lengthptr == NULL) in compile_branch()
7440 case OP_COND: in compile_branch()
7716 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
8727 else if (op == OP_COND || op == OP_SCOND) in is_anchored()
[all …]
H A Dpcre2_study.c150 case OP_COND: in find_minlength()
1008 case OP_COND: in set_start_bits()
H A Dpcre2_printint.c429 case OP_COND: in pcre2_printint()
H A Dpcre2_jit_compile.c984 case OP_COND: in next_opcode()
1163 case OP_COND: in check_opcode_types()
1915 case OP_COND: in set_private_data_ptrs()
2551 case OP_COND: in get_recurse_data_length()
2925 case OP_COND: in copy_recurse_data()
3147 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
11040 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
12637 case OP_COND: in compile_matchingpath()
13233 else if (opcode != OP_COND && opcode != OP_SCOND) in compile_bracket_backtrackingpath()
13363 SLJIT_ASSERT(opcode == OP_COND || opcode == OP_SCOND); in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1594 OP_COND, /* 139 Conditional group */ enumerator
H A Dpcre2_match.c5609 case OP_COND: in match()
5922 if (*bracode != OP_BRA && *bracode != OP_COND) in match()
5986 case OP_COND: /* No need to do anything for these */ in match()
H A Dpcre2_dfa_match.c2835 case OP_COND: in internal_dfa_match()

Completed in 143 milliseconds