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

/freebsd-13-stable/lib/libc/isc/
H A Dev_streams.c164 * there's ctx->strDone (head) and ctx->strLast (tail) which thread
178 * If 'old' is on the ctx->strDone list, remove it. Update
187 if (ctx->strDone == old) {
188 ctx->strDone = NULL;
195 ctx->strDone = old->nextDone;
261 INSIST(ctx->strDone == NULL);
262 ctx->strDone = ctx->strLast = str;
H A Deventlib_p.h257 evStream *strDone, *strLast; member in struct:__anon7476

Completed in 107 milliseconds