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

/bind-9.11.3/lib/dns/
H A Ddnstap.c100 struct fstrm_iothr *iothr; member in struct:dns_dtenv
235 env->iothr = fstrm_iothr_init(*foptp, &fw);
236 if (env->iothr == NULL) {
332 if (env->iothr != NULL)
333 fstrm_iothr_destroy(&env->iothr);
351 env->iothr = fstrm_iothr_init(env->fopt, &fw);
352 if (env->iothr == NULL) {
424 if (env->iothr == NULL)
444 ioq->ioq = fstrm_iothr_get_input_queue(env->iothr);
489 if (env->iothr !
[all...]

Completed in 1736 milliseconds