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

/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_streams.c163 * there's ctx->strDone (head) and ctx->strLast (tail) which thread
177 * If 'old' is on the ctx->strDone list, remove it. Update
186 if (ctx->strDone == old) {
187 ctx->strDone = NULL;
194 ctx->strDone = old->nextDone;
260 INSIST(ctx->strDone == NULL);
261 ctx->strDone = ctx->strLast = str;
H A Deventlib_p.h252 evStream *strDone, *strLast; member in struct:__anon28

Completed in 32 milliseconds