Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c648 case OP_ONCE: in compare_opcodes()
670 case OP_ONCE: in compare_opcodes()
695 *next_code != OP_ONCE) return FALSE; in compare_opcodes()
H A Dpcre2_jit_compile.c978 case OP_ONCE: in next_opcode()
1884 case OP_ONCE: in set_private_data_ptrs()
2507 case OP_ONCE: in get_recurse_data_length()
2856 case OP_ONCE: in copy_recurse_data()
5703 case OP_ONCE: in scan_prefix()
10964 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
11222 case OP_ONCE: in compile_bracket_matchingpath()
11379 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
12695 case OP_ONCE: in compile_matchingpath()
13105 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_study.c180 case OP_ONCE: in find_minlength()
1212 case OP_ONCE: in set_start_bits()
H A Dpcre2_compile.c6799 bravalue = OP_ONCE; in compile_branch()
6957 if (bravalue >= OP_ONCE) /* Not an assertion */ in compile_branch()
7437 case OP_ONCE: in compile_branch()
7467 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()
7685 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7690 if (*bracode == OP_ONCE || *bracode == OP_SCRIPT_RUN) in compile_branch()
7997 tempcode[0] = OP_ONCE; in compile_branch()
8738 else if (op == OP_ONCE) in is_anchored()
8868 else if (op == OP_ONCE) in is_startline()
9103 case OP_ONCE: in find_firstassertedcu()
H A Dpcre2_printint.c427 case OP_ONCE: in pcre2_printint()
H A Dpcre2_internal.h1588 OP_ONCE, /* 133 Atomic group, contains captures */ enumerator
H A Dpcre2_match.c5391 case OP_ONCE: in match()
6023 case OP_ONCE: in match()
H A Dpcre2_dfa_match.c3139 case OP_ONCE: in internal_dfa_match()

Completed in 92 milliseconds