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

/freebsd-13-stable/lib/libc/isc/
H A Dev_streams.c85 new->nextDone = NULL;
119 new->nextDone = NULL;
181 if (old->prevDone == NULL && old->nextDone == NULL) {
193 old->prevDone->nextDone = old->nextDone;
195 ctx->strDone = old->nextDone;
196 if (old->nextDone != NULL)
197 old->nextDone->prevDone = old->prevDone;
258 ctx->strLast->nextDone = str;
H A Deventlib_p.h144 struct evStream *prevDone, *nextDone; member in struct:evStream

Completed in 29 milliseconds