HomeSort by: relevance | last modified time | path
    Searched refs:iothr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/dnstap/
dnstap.h 49 struct fstrm_iothr *iothr; member in struct:dt_env
dnstap.c 103 res = fstrm_iothr_submit(env->iothr, env->ioq, buf, len_buf,
610 env->iothr = fstrm_iothr_init(fopt, &fw);
611 if (env->iothr == NULL) {
692 env->ioq = fstrm_iothr_get_input_queue(env->iothr);
704 fstrm_iothr_destroy(&env->iothr);
  /src/external/mpl/bind/dist/lib/dns/
dnstap.c 110 struct fstrm_iothr *iothr; member in struct:dns_dtenv
200 env->iothr = fstrm_iothr_init(*foptp, &fw);
201 if (env->iothr == NULL) {
328 if (env->iothr != NULL) {
329 fstrm_iothr_destroy(&env->iothr);
353 env->iothr = fstrm_iothr_init(env->fopt, &fw);
354 if (env->iothr == NULL) {
432 if (env->iothr == NULL) {
442 fstrm_iothr_get_input_queue(env->iothr);
478 if (env->iothr != NULL)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnstap.c 111 struct fstrm_iothr *iothr; member in struct:dns_dtenv
209 env->iothr = fstrm_iothr_init(*foptp, &fw);
210 if (env->iothr == NULL) {
339 if (env->iothr != NULL) {
340 fstrm_iothr_destroy(&env->iothr);
364 env->iothr = fstrm_iothr_init(env->fopt, &fw);
365 if (env->iothr == NULL) {
443 if (env->iothr == NULL) {
453 fstrm_iothr_get_input_queue(env->iothr);
489 if (env->iothr != NULL)
    [all...]

Completed in 50 milliseconds