Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c217 str->ioDone = 0; in copyvec()
229 str->ioDone += bytes; in consume()
233 str->ioDone += str->iovCur->iov_len; in consume()
273 str->ioDone = -1; in writable()
277 if (str->ioDone == -1 || str->ioDone == str->ioTotal) in writable()
296 str->ioDone = 0; in readable()
299 str->ioDone = -1; in readable()
304 if (str->ioDone <= 0 || str->ioDone == str->ioTotal) in readable()
H A Deventlib_p.h137 int ioDone; member
H A Deventlib.c528 (this->func)(opaqueCtx, this->uap, this->fd, this->ioDone); in evDispatch()