Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dmalloc-overflow2.c12 unsigned offset_max; member
17 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()
/external/syslinux/core/lwip/src/core/
Ddhcp.c1328 u16_t offset_max; in dhcp_parse_reply() local
1364 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()
/external/pcre/dist2/src/
Dpcre2_intmodedep.h790 PCRE2_SIZE offset_max; /* The maximum usable for return data */ member
Dpcre2_match.c1007 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()