Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libsa/
H A Dzalloc.c312 int hbytes = 0; in zallocstats() local
326 hbytes += mn->mr_Bytes; in zallocstats()
336 abytes, fcount, hbytes); in zallocstats()
/freebsd-13.1/contrib/apr/network_io/unix/
H A Dsendrecv.c435 apr_size_t hbytes; in apr_socket_sendfile() local
440 &hbytes); in apr_socket_sendfile()
445 bytes_sent = hbytes; in apr_socket_sendfile()
447 hbytes = 0; in apr_socket_sendfile()
449 hbytes += hdtr->headers[i].iov_len; in apr_socket_sendfile()
451 if (bytes_sent < hbytes) { in apr_socket_sendfile()