Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c646 case OP_ONCE: in next_opcode()
1101 case OP_ONCE: in set_private_data_ptrs()
1548 case OP_ONCE: in get_private_data_copy_length()
1728 case OP_ONCE: in copy_private_data()
3308 case OP_ONCE: in scan_prefix()
7012 opcode = OP_ONCE; in compile_bracket_matchingpath()
7120 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
7340 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
8448 case OP_ONCE: in compile_matchingpath()
8873 opcode = OP_ONCE; in compile_bracket_backtrackingpath()
[all …]
H A Dpcre_compile.c1743 case OP_ONCE: in find_fixedlength()
2489 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
3171 case OP_ONCE: in compare_opcodes()
3183 case OP_ONCE: in compare_opcodes()
5661 *previous = OP_ONCE; in compile_branch()
6408 tempcode[0] = OP_ONCE; in compile_branch()
6457 tempcode[0] = OP_ONCE; in compile_branch()
6961 bravalue = OP_ONCE; in compile_branch()
7703 if (bravalue >= OP_ONCE) in compile_branch()
8364 *start_bracket = OP_ONCE; in compile_regex()
[all …]
H A Dpcre_study.c132 case OP_ONCE: in find_minlength()
964 case OP_ONCE: in set_start_bits()
H A Dpcre_exec.c1056 case OP_ONCE: in match()
1063 if (op >= OP_SBRA || op == OP_ONCE) in match()
1099 if (*scode != OP_ONCE) /* If not at start, find it */ in match()
1919 if (*prev >= OP_SBRA || *prev == OP_ONCE) in match()
2023 if (*prev == OP_ONCE) in match()
2044 if (*prev == OP_ONCE) in match()
2064 if (*prev == OP_ONCE) in match()
H A DHACKING460 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets
512 automatically wrapped inside OP_ONCE brackets, because otherwise some patterns
H A Dpcre_internal.h2074 OP_ONCE, /* 129 Atomic group, contains captures */ enumerator

Completed in 104 milliseconds