Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/isc/
H A Dev_streams.c46 static int copyvec(evStream *str, const struct iovec *iov, int iocnt);
79 if (copyvec(new, iov, iocnt) < 0) in evWrite()
113 if (copyvec(new, iov, iocnt) < 0) in evRead()
209 copyvec(evStream *str, const struct iovec *iov, int iocnt) { in copyvec() function