Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5731 BOOL possessive_quantifier; in compile_branch() local
7237 possessive_quantifier = TRUE; in compile_branch()
7245 possessive_quantifier = FALSE; in compile_branch()
7250 possessive_quantifier = FALSE; in compile_branch()
7364 if (repeat_max == 1 && repeat_min == 1 && !possessive_quantifier) in compile_branch()
7447 if (repeat_max == 1 && repeat_min == 1 && !possessive_quantifier) in compile_branch()
7685 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7712 if (possessive_quantifier) in compile_branch()
7742 if (repeat_min < 2) possessive_quantifier = FALSE; in compile_branch()
7921 if (possessive_quantifier) in compile_branch()

Completed in 34 milliseconds