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

/bind-9.11.3/lib/isc/unix/
H A Dsocket.c1435 * If write_countp != NULL, *write_countp will hold the number of bytes
1440 struct msghdr *msg, struct iovec *iov, size_t *write_countp)
1645 if (write_countp != NULL)
1646 *write_countp = write_count;
1439 build_msghdr_send(isc__socket_t *sock, isc_socketevent_t *dev, struct msghdr *msg, struct iovec *iov, size_t *write_countp) argument

Completed in 286 milliseconds