Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c155 evWait *this_wait, *next_wait; in evDestroy() local
191 for (this_wait = this_wl->first; in evDestroy()
192 revs-- > 0 && this_wait != NULL; in evDestroy()
193 this_wait = next_wait) { in evDestroy()
194 next_wait = this_wait->next; in evDestroy()
195 FREE(this_wait); in evDestroy()
199 for (this_wait = ctx->waitDone.first; in evDestroy()
200 revs-- > 0 && this_wait != NULL; in evDestroy()
201 this_wait = next_wait) { in evDestroy()
202 next_wait = this_wait->next; in evDestroy()
[all …]