Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c657 case OP_SCOND: in next_opcode()
808 case OP_SCOND: in check_opcode_types()
1106 case OP_SCOND: in set_private_data_ptrs()
1553 case OP_SCOND: in get_private_data_copy_length()
1733 case OP_SCOND: in copy_private_data()
1979 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
7010 opcode = OP_SCOND; in compile_bracket_matchingpath()
7235 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
8455 case OP_SCOND: in compile_matchingpath()
8871 opcode = OP_SCOND; in compile_bracket_backtrackingpath()
[all …]
H A Dpcre_study.c108 case OP_SCOND: in find_minlength()
909 case OP_SCOND: in set_start_bits()
H A Dpcre_internal.h2089 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()
H A Dpcre_compile.c2010 case OP_SCOND: in find_fixedlength()
6266 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()

Completed in 69 milliseconds