Home
last modified time | relevance | path

Searched refs:this_wl (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c154 evWaitList *this_wl, *next_wl; in evDestroy() local
187 for (this_wl = ctx->waitLists; in evDestroy()
188 revs-- > 0 && this_wl != NULL; in evDestroy()
189 this_wl = next_wl) { in evDestroy()
190 next_wl = this_wl->next; in evDestroy()
191 for (this_wait = this_wl->first; in evDestroy()
197 FREE(this_wl); in evDestroy()