Searched defs:read_countp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dsocket.c1658 * If read_countp != NULL, *read_countp will hold the number of bytes
1663 struct msghdr *msg, struct iovec *iov, size_t *read_countp)
1777 if (read_countp != NULL)
1778 *read_countp = read_count;
1662 build_msghdr_recv(isc__socket_t *sock, isc_socketevent_t *dev, struct msghdr *msg, struct iovec *iov, size_t *read_countp) argument

Completed in 97 milliseconds