Searched refs:offset_max (Results 1 – 4 of 4) sorted by relevance
12 unsigned offset_max; member17 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()
1328 u16_t offset_max; in dhcp_parse_reply() local1364 offset_max = options_idx_max; in dhcp_parse_reply()1367 while((q != NULL) && (options[offset] != DHCP_OPTION_END) && (offset < offset_max)) { in dhcp_parse_reply()1464 offset_max -= q->len; in dhcp_parse_reply()
790 PCRE2_SIZE offset_max; /* The maximum usable for return data */ member
1007 if (offset < mb->offset_max) in match()1162 if (offset >= mb->offset_max) goto POSSESSIVE_NON_CAPTURE; in match()1494 if (offset >= mb->offset_max) mb->capture_last |= OVFLBIT; else in match()2041 if (offset >= mb->offset_max) mb->capture_last |= OVFLBIT; else in match()6724 mb->offset_max = (2*ocount)/3; in pcre2_match()