Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1764 case OP_COND: in find_fixedlength()
2509 c == OP_COND || c == OP_SCOND) in could_be_empty_branch()
2518 if (c == OP_COND && code[GET(code, 1)] != OP_ALT) in could_be_empty_branch()
5971 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
5982 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
6302 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
6314 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
6712 bravalue = OP_COND; /* Conditional group */ in compile_branch()
7736 if (bravalue == OP_COND && lengthptr == NULL) in compile_branch()
8625 else if (op == OP_ASSERT || op == OP_COND) in is_anchored()
[all …]
H A Dpcre_study.c111 case OP_COND: in find_minlength()
862 case OP_COND: in set_start_bits()
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.h2088 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.c1280 case OP_COND: in match()

Completed in 83 milliseconds