HomeSort by: relevance | last modified time | path
    Searched defs:copyvec (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/isc/
ev_streams.c 48 static int copyvec(evStream *str, const struct iovec *iov, int iocnt);
81 if (copyvec(new, iov, iocnt) < 0)
115 if (copyvec(new, iov, iocnt) < 0)
211 copyvec(evStream *str, const struct iovec *iov, int iocnt) { function in typeref:typename:int

Completed in 12 milliseconds