Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c4460 int repeat_type, op_type; in compile_branch() local
5771 repeat_type = greedy_non_default; in compile_branch()
5774 else repeat_type = greedy_default; in compile_branch()
5886 repeat_type += op_type; in compile_branch()
5897 *code++ = OP_UPTO + repeat_type; in compile_branch()
5910 *code++ = OP_PLUS + repeat_type; in compile_branch()
5915 *code++ = OP_UPTO + repeat_type; in compile_branch()
5952 *code++ = OP_STAR + repeat_type; in compile_branch()
6030 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
6032 *code++ = OP_CRPLUS + repeat_type; in compile_branch()
[all …]
H A Dpcre_jit_compile.c7846 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
7961 if (repeat_type != 0) in compile_bracket_matchingpath()
7964 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
8203 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
8261 if (repeat_type != 0) in compile_bracket_matchingpath()
8292 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
9908 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
9939 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
9959 if (repeat_type != 0) in compile_bracket_backtrackingpath()
9985 if (repeat_type != 0) in compile_bracket_backtrackingpath()
[all …]

Completed in 52 milliseconds