Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c112 case OP_SCOND: in find_minlength()
915 case OP_SCOND: in set_start_bits()
H A Dpcre_jit_compile.c657 case OP_SCOND: in next_opcode()
808 case OP_SCOND: in check_opcode_types()
1110 case OP_SCOND: in set_private_data_ptrs()
1576 case OP_SCOND: in get_private_data_copy_length()
1756 case OP_SCOND: in copy_private_data()
2002 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
7047 opcode = OP_SCOND; in compile_bracket_matchingpath()
7272 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
8496 case OP_SCOND: in compile_matchingpath()
8912 opcode = OP_SCOND; in compile_bracket_backtrackingpath()
[all …]
H A Dpcre_compile.c2029 case OP_SCOND: in find_fixedlength()
2509 c == OP_COND || c == OP_SCOND) in could_be_empty_branch()
6303 *bracode = OP_SCOND; in compile_branch()
6314 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
H A Dpcre_internal.h2097 OP_SCOND, /* 140 Conditional group, check empty */ enumerator
H A DHACKING490 OP_SCOND for one that might match an empty string in an unbounded repeat. If
H A Dpcre_exec.c1281 case OP_SCOND: in match()
1433 if (op != OP_SCOND) in match()

Completed in 98 milliseconds