Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c646 case OP_ONCE: in compare_opcodes()
664 case OP_ONCE: in compare_opcodes()
689 *next_code != OP_ONCE) return FALSE; in compare_opcodes()
H A Dpcre2_jit_compile.c936 case OP_ONCE: in next_opcode()
1483 case OP_ONCE: in detect_early_fail()
1799 case OP_ONCE: in set_private_data_ptrs()
2406 case OP_ONCE: in get_recurse_data_length()
2755 case OP_ONCE: in copy_recurse_data()
5549 case OP_ONCE: in scan_prefix()
10613 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
10841 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
10996 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
12306 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.c6535 bravalue = OP_ONCE; in compile_branch()
6691 if (bravalue >= OP_ONCE) /* Not an assertion */ in compile_branch()
7174 case OP_ONCE: in compile_branch()
7204 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()
7426 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7431 if (*bracode == OP_ONCE || *bracode == OP_SCRIPT_RUN) in compile_branch()
7738 tempcode[0] = OP_ONCE; in compile_branch()
8441 else if (op == OP_ONCE) in is_anchored()
8571 else if (op == OP_ONCE) in is_startline()
8806 case OP_ONCE: in find_firstassertedcu()
H A Dpcre2_printint.c428 case OP_ONCE: in pcre2_printint()
H A Dpcre2_internal.h1562 OP_ONCE, /* 132 Atomic group, contains captures */ enumerator
H A Dpcre2_match.c5298 case OP_ONCE: in match()
5808 case OP_ONCE: in match()
H A Dpcre2_dfa_match.c3087 case OP_ONCE: in internal_dfa_match()

Completed in 86 milliseconds