Searched refs:iovCurCount (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_streams.c226 str->iovCurCount = str->iovOrigCount;
245 str->iovCurCount--;
276 bytes = writev(fd, str->iovCur, str->iovCurCount);
299 bytes = readv(fd, str->iovCur, str->iovCurCount);
H A Deventlib_p.h137 int iovCurCount; member in struct:evStream

Completed in 56 milliseconds