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

/freebsd-11-stable/stand/libsa/
H A Dzalloc.c287 int hbytes = 0; local
301 hbytes += mn->mr_Bytes;
311 hbytes
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c435 apr_size_t hbytes; local
440 &hbytes);
445 bytes_sent = hbytes;
447 hbytes = 0;
449 hbytes += hdtr->headers[i].iov_len;
451 if (bytes_sent < hbytes) {

Completed in 116 milliseconds