Searched defs:ioq (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddnstap.c417 struct ioq { struct
419 struct fstrm_iothr_queue *ioq; member in struct:ioq
420 } *ioq; local
431 ioq = (struct ioq *)isc_thread_key_getspecific(dt_key);
432 if (ioq != NULL && ioq->generation != generation) {
436 free(ioq);
437 ioq = NULL;
439 if (ioq
553 struct fstrm_iothr_queue *ioq; local
[all...]

Completed in 1499 milliseconds