OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iovCurCount
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-netbsd/libc/isc/
ev_streams.c
226
str->
iovCurCount
= str->iovOrigCount;
245
str->
iovCurCount
--;
276
bytes = writev(fd, str->iovCur, str->
iovCurCount
);
299
bytes = readv(fd, str->iovCur, str->
iovCurCount
);
eventlib_p.h
137
int
iovCurCount
;
Completed in 96 milliseconds