Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5290 uint32_t repeat_type, op_type; in compile_branch() local
6866 repeat_type = greedy_non_default; in compile_branch()
6871 repeat_type = greedy_default; in compile_branch()
6949 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
6951 *code++ = OP_CRPLUS + repeat_type; in compile_branch()
6953 *code++ = OP_CRQUERY + repeat_type; in compile_branch()
6956 *code++ = OP_CRRANGE + repeat_type; in compile_branch()
7428 repeat_type += op_type; in compile_branch()
7439 *code++ = OP_UPTO + repeat_type; in compile_branch()
7452 *code++ = OP_PLUS + repeat_type; in compile_branch()
[all …]
H A Dpcre2_jit_compile.c10180 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
10287 if (repeat_type != 0) in compile_bracket_matchingpath()
10290 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
10540 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10611 if (repeat_type != 0) in compile_bracket_matchingpath()
10644 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
12389 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
12418 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
12438 if (repeat_type != 0) in compile_bracket_backtrackingpath()
12464 if (repeat_type != 0) in compile_bracket_backtrackingpath()
[all …]

Completed in 56 milliseconds