Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c1762 case OP_COND: in find_fixedlength()
2507 c == OP_COND || c == OP_SCOND) in could_be_empty_branch()
2516 if (c == OP_COND && code[GET(code, 1)] != OP_ALT) in could_be_empty_branch()
5969 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
5980 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
6300 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
6312 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
6710 bravalue = OP_COND; /* Conditional group */ in compile_branch()
7739 if (bravalue == OP_COND && lengthptr == NULL) in compile_branch()
8628 else if (op == OP_ASSERT || op == OP_COND) in is_anchored()
[all …]
H A Dpcre_study.c109 case OP_COND: in find_minlength()
860 case OP_COND: in set_start_bits()
H A Dpcre_printint.c413 case OP_COND: in pcre_printint()
H A Dpcre_jit_compile.c652 case OP_COND: in next_opcode()
807 case OP_COND: in check_opcode_types()
1123 case OP_COND: in set_private_data_ptrs()
1595 case OP_COND: in get_private_data_copy_length()
1782 case OP_COND: in copy_private_data()
2002 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
7272 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
8493 case OP_COND: in compile_matchingpath()
9100 if (opcode != OP_COND && opcode != OP_SCOND) in compile_bracket_backtrackingpath()
9207 SLJIT_ASSERT(opcode == OP_COND || opcode == OP_SCOND); in compile_bracket_backtrackingpath()
[all …]
H A Dpcre_internal.h2084 OP_COND, /* 135 Conditional group */ enumerator
H A DHACKING489 These are like other subpatterns, but they start with the opcode OP_COND, or
H A Dpcre_exec.c1278 case OP_COND: in match()

Completed in 85 milliseconds