Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4921 uint32_t repeat_type, op_type; in compile_branch() local
6452 repeat_type = greedy_non_default; in compile_branch()
6457 repeat_type = greedy_default; in compile_branch()
6530 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
6532 *code++ = OP_CRPLUS + repeat_type; in compile_branch()
6534 *code++ = OP_CRQUERY + repeat_type; in compile_branch()
6537 *code++ = OP_CRRANGE + repeat_type; in compile_branch()
6994 repeat_type += op_type; in compile_branch()
7005 *code++ = OP_UPTO + repeat_type; in compile_branch()
7018 *code++ = OP_PLUS + repeat_type; in compile_branch()
[all …]
H A Dpcre2_jit_compile.c8961 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
9071 if (repeat_type != 0) in compile_bracket_matchingpath()
9074 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
9318 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
9376 if (repeat_type != 0) in compile_bracket_matchingpath()
9407 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
11026 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
11055 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
11075 if (repeat_type != 0) in compile_bracket_backtrackingpath()
11101 if (repeat_type != 0) in compile_bracket_backtrackingpath()
[all …]

Completed in 104 milliseconds