Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4459 int repeat_type, op_type; in compile_branch() local
5689 repeat_type = greedy_non_default; in compile_branch()
5692 else repeat_type = greedy_default; in compile_branch()
5804 repeat_type += op_type; in compile_branch()
5815 *code++ = OP_UPTO + repeat_type; in compile_branch()
5828 *code++ = OP_PLUS + repeat_type; in compile_branch()
5833 *code++ = OP_UPTO + repeat_type; in compile_branch()
5870 *code++ = OP_STAR + repeat_type; in compile_branch()
5948 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
5950 *code++ = OP_CRPLUS + repeat_type; in compile_branch()
[all …]
H A Dpcre_jit_compile.c7024 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
7139 if (repeat_type != 0) in compile_bracket_matchingpath()
7142 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
7381 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
7439 if (repeat_type != 0) in compile_bracket_matchingpath()
7470 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
8899 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
8930 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
8950 if (repeat_type != 0) in compile_bracket_backtrackingpath()
8976 if (repeat_type != 0) in compile_bracket_backtrackingpath()
[all …]

Completed in 97 milliseconds