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

/bind-9.11.3/bin/named/
H A Dgeoip.c29 char *info; local
62 info = GeoIP_database_info(db);
63 if (info != NULL) {
66 "%s", info);
67 free(info);
/bind-9.11.3/bin/tests/
H A Dshutdown_test.c47 t_info *info = event->ev_arg; local
49 printf("task %s (%p) t1_shutdown\n", info->name, task);
50 isc_task_detach(&info->task);
56 t_info *info = event->ev_arg; local
58 printf("task %s (%p) t2_shutdown\n", info->name, task);
59 info->exiting = ISC_TRUE;
65 t_info *info = event->ev_arg; local
70 printf("task %s (%p) shutdown\n", info->name, task);
71 if (strcmp(info->name, "0") == 0) {
72 isc_timer_detach(&info
91 t_info *info = event->ev_arg; local
[all...]
/bind-9.11.3/lib/dns/tests/
H A Dgeoip_test.c45 char *info; local
76 info = GeoIP_database_info(db);
77 if (info != NULL)
78 fprintf(stderr, "%s\n", info);
/bind-9.11.3/lib/tests/
H A Dt_api.c48 "\t-h : print test info\n"
49 "\t-u : print usage info\n"
60 * -u --> print usage info
94 t_putinfo(const char *key, const char *info);
578 * Put info to log, using key.
585 t_putinfo(const char *key, const char *info) { argument
591 rval = printf("%s:%s", key, info);
/bind-9.11.3/unit/atf-src/tools/
H A Dtest-program.cpp578 impl::atf_tps_writer::info(const std::string& what, const std::string& val) function in class:impl::atf_tps_writer
580 m_os << "info: " << what << ", " << val << "\n";
/bind-9.11.3/lib/dns/
H A Dresolver.c83 fctx, fctx->info, (m))
90 fctx, fctx->info, (m1), (m2))
97 fctx, fctx->info, \
105 fctx, fctx->info, \
113 fctx, fctx->info, (m1), (m2), (v))
120 fetch->private->info, (m))
127 query->fctx->info, (m))
262 char * info; member in struct:fetchctx
1414 fctx->info, domainbuf, fctx->reason);
3132 namebuf, fctx->info);
[all...]

Completed in 48 milliseconds