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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_files.c257 /* If this was the fdNext, cycle that to the next entry. */
258 if (del == ctx->fdNext)
259 ctx->fdNext = del->next;
H A Deventlib.c106 ctx->fdNext = NULL;
407 if (ctx->fdNext == NULL) {
428 ctx->fdNext = ctx->files;
430 fid = ctx->fdNext;
431 ctx->fdNext = fid->next;
H A Deventlib_p.h223 evFile *files, *fdNext; member in struct:__anon3880

Completed in 46 milliseconds