Searched defs:info (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/bin/tests/ |
H A D | shutdown_test.c | 55 t_info *info = event->ev_arg; local 57 printf("task %s (%p) t1_shutdown\n", info->name, task); 58 isc_task_detach(&info->task); 64 t_info *info = event->ev_arg; local 66 printf("task %s (%p) t2_shutdown\n", info->name, task); 67 info->exiting = ISC_TRUE; 73 t_info *info = event->ev_arg; local 78 printf("task %s (%p) shutdown\n", info->name, task); 79 if (strcmp(info->name, "0") == 0) { 80 isc_timer_detach(&info 99 t_info *info = event->ev_arg; local [all...] |
/bind-9.6-ESV-R11/lib/tests/ |
H A D | t_api.c | 52 "\t-h : print test info\n" 53 "\t-u : print usage info\n" 64 * -u --> print usage info 95 t_putinfo(const char *key, const char *info); 557 * Put info to log, using key. 564 t_putinfo(const char *key, const char *info) { argument 570 rval = printf("%s:%s", key, info);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | test-program.cpp | 578 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.6-ESV-R11/lib/dns/ |
H A D | resolver.c | 81 "fctx %p(%s): %s", fctx, fctx->info, (m)) 88 fctx, fctx->info, (m1), (m2)) 95 fetch->private->info, (m)) 102 query->fctx->info, (m)) 180 char * info; member in struct:fetchctx 1120 fctx->info, domainbuf, fctx->reason); 3198 isc_mem_free(fctx->mctx, fctx->info); 3541 fctx->info = isc_mem_strdup(mctx, buf); 3542 if (fctx->info == NULL) { 3769 isc_mem_free(mctx, fctx->info); [all...] |
Completed in 1335 milliseconds