Searched refs:copyvec (Results 1 – 1 of 1) sorted by relevance
48 static int copyvec(evStream *str, const struct iovec *iov, int iocnt);81 if (copyvec(new, iov, iocnt) < 0) in evWrite()115 if (copyvec(new, iov, iocnt) < 0) in evRead()211 copyvec(evStream *str, const struct iovec *iov, int iocnt) { in copyvec() function