Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libstand/
Dzalloc.c287 int hbytes = 0; in zallocstats() local
301 hbytes += mn->mr_Bytes; in zallocstats()
311 hbytes in zallocstats()
/freebsd-10-stable/contrib/apr/network_io/unix/
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()