Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c530 uint32_t offsetcount, in internal_dfa_match() argument
562 offsetcount &= (uint32_t)(-2); /* Round down */ in internal_dfa_match()
888 if (match_count < 0) match_count = (offsetcount >= 2)? 1 : 0; in internal_dfa_match()
889 else if (match_count > 0 && ++match_count * 2 > (int)offsetcount) in internal_dfa_match()
891 count = ((match_count == 0)? (int)offsetcount : match_count * 2) - 2; in internal_dfa_match()
894 if (offsetcount >= 2) in internal_dfa_match()

Completed in 11 milliseconds