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

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c261 int rv, nbytes = 0, total_hdrbytes, i; local
317 total_hdrbytes = 0;
319 total_hdrbytes += hdtr->headers[i].iov_len;
321 if (hdrbytes < total_hdrbytes) {

Completed in 509 milliseconds