Home
last modified time | relevance | path

Searched refs:repeat_type (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5646 uint32_t repeat_type, op_type; in compile_branch() local
7243 repeat_type = greedy_non_default; in compile_branch()
7248 repeat_type = greedy_default; in compile_branch()
7331 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
7333 *code++ = OP_CRPLUS + repeat_type; in compile_branch()
7335 *code++ = OP_CRQUERY + repeat_type; in compile_branch()
7338 *code++ = OP_CRRANGE + repeat_type; in compile_branch()
7802 repeat_type += op_type; in compile_branch()
7813 *code++ = OP_UPTO + repeat_type; in compile_branch()
7826 *code++ = OP_PLUS + repeat_type; in compile_branch()
[all …]
H A Dpcre2_jit_compile.c10782 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
10889 if (repeat_type != 0) in compile_bracket_matchingpath()
10892 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
11174 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
11245 if (repeat_type != 0) in compile_bracket_matchingpath()
11278 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
13025 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
13054 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
13074 if (repeat_type != 0) in compile_bracket_backtrackingpath()
13100 if (repeat_type != 0) in compile_bracket_backtrackingpath()
[all …]

Completed in 50 milliseconds