HomeSort by: relevance | last modified time | path
    Searched defs:dt_ioq (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
dnstap.c 131 static thread_local dt__ioq_t dt_ioq = { 0 }; variable
422 dt_ioq.generation = generation;
423 dt_ioq.ioq = ioq;
437 if (dt_ioq.ioq != NULL && dt_ioq.generation != generation) {
440 if (dt_ioq.ioq == NULL) {
446 return dt_ioq.ioq;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnstap.c 141 ISC_THREAD_LOCAL dt__ioq_t dt_ioq = { 0 }; variable
433 dt_ioq.generation = generation;
434 dt_ioq.ioq = ioq;
448 if (dt_ioq.ioq != NULL && dt_ioq.generation != generation) {
451 if (dt_ioq.ioq == NULL) {
457 return (dt_ioq.ioq);

Completed in 24 milliseconds