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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c74 new->nextDone = NULL;
108 new->nextDone = NULL;
170 if (old->prevDone == NULL && old->nextDone == NULL) {
182 old->prevDone->nextDone = old->nextDone;
184 ctx->strDone = old->nextDone;
185 if (old->nextDone != NULL)
186 old->nextDone->prevDone = old->prevDone;
247 ctx->strLast->nextDone = str;
H A Deventlib_p.h139 struct evStream *prevDone, *nextDone; member in struct:evStream
H A Deventlib.c245 ctx->strDone = ctx->strDone->nextDone;

Completed in 61 milliseconds