Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c628 case OP_ONCE: in compare_opcodes()
646 case OP_ONCE: in compare_opcodes()
671 *next_code != OP_ONCE) return FALSE; in compare_opcodes()
H A Dpcre2_jit_compile.c931 case OP_ONCE: in next_opcode()
1476 case OP_ONCE: in detect_early_fail()
1799 case OP_ONCE: in set_private_data_ptrs()
2378 case OP_ONCE: in get_recurse_data_length()
2704 case OP_ONCE: in copy_recurse_data()
5471 case OP_ONCE: in scan_prefix()
10305 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
10533 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
10688 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
11998 case OP_ONCE: in compile_matchingpath()
[all …]
H A Dpcre2_study.c180 case OP_ONCE: in find_minlength()
1120 case OP_ONCE: in set_start_bits()
H A Dpcre2_compile.c6423 bravalue = OP_ONCE; in compile_branch()
6579 if (bravalue >= OP_ONCE) /* Not an assertion */ in compile_branch()
7057 case OP_ONCE: in compile_branch()
7087 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()
7309 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7314 if (*bracode == OP_ONCE || *bracode == OP_SCRIPT_RUN) in compile_branch()
7621 tempcode[0] = OP_ONCE; in compile_branch()
8314 else if (op == OP_ONCE) in is_anchored()
8444 else if (op == OP_ONCE) in is_startline()
8679 case OP_ONCE: in find_firstassertedcu()
H A Dpcre2_printint.c397 case OP_ONCE: in pcre2_printint()
H A Dpcre2_internal.h1538 OP_ONCE, /* 132 Atomic group, contains captures */ enumerator
H A Dpcre2_match.c5089 case OP_ONCE: in match()
5599 case OP_ONCE: in match()
H A Dpcre2_dfa_match.c3030 case OP_ONCE: in internal_dfa_match()

Completed in 148 milliseconds