Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5399 uint32_t repeat_type, op_type; in compile_branch() local
6978 repeat_type = greedy_non_default; in compile_branch()
6983 repeat_type = greedy_default; in compile_branch()
7066 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
7068 *code++ = OP_CRPLUS + repeat_type; in compile_branch()
7070 *code++ = OP_CRQUERY + repeat_type; in compile_branch()
7073 *code++ = OP_CRRANGE + repeat_type; in compile_branch()
7545 repeat_type += op_type; in compile_branch()
7556 *code++ = OP_UPTO + repeat_type; in compile_branch()
7569 *code++ = OP_PLUS + repeat_type; in compile_branch()
[all …]
H A Dpcre2_jit_compile.c10488 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
10595 if (repeat_type != 0) in compile_bracket_matchingpath()
10598 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
10848 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10919 if (repeat_type != 0) in compile_bracket_matchingpath()
10952 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
12697 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
12726 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
12746 if (repeat_type != 0) in compile_bracket_backtrackingpath()
12772 if (repeat_type != 0) in compile_bracket_backtrackingpath()
[all …]

Completed in 53 milliseconds