Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c7141 uint32_t arg_offset_max = 2 * match_data->oveccount; in pcre2_match() local
7152 if (arg_offset_max >= 4) in pcre2_match()
7155 (arg_offset_max - 2) * sizeof(PCRE2_SIZE)); in pcre2_match()
7157 if (mb->end_offset_top > arg_offset_max) mb->capture_last |= OVFLBIT; in pcre2_match()