Searched refs:body_alloc_nbytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/wps/
H A Dhttpread.c76 int body_alloc_nbytes; /* amount allocated */ member in struct:httpread
487 if (h->body_alloc_nbytes < (h->body_nbytes + nread + 1)) {
497 new_alloc_nbytes = h->body_alloc_nbytes +
506 if (new_alloc_nbytes < h->body_alloc_nbytes ||
510 "httpread: Unacceptable body length %d (body_alloc_nbytes=%u max_bytes=%u)",
512 h->body_alloc_nbytes,
525 h->body_alloc_nbytes = new_alloc_nbytes;

Completed in 182 milliseconds