Home
last modified time | relevance | path

Searched refs:ISC_LIST_INIT (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/usr.bin/dig/
H A Dnslookup.c722 ISC_LIST_INIT(lookup->q); in addlookup()
726 ISC_LIST_INIT(lookup->my_server_list); in addlookup()
891 ISC_LIST_INIT(lookup_list); in nslookup_main()
892 ISC_LIST_INIT(server_list); in nslookup_main()
893 ISC_LIST_INIT(root_hints_server_list); in nslookup_main()
894 ISC_LIST_INIT(search_list); in nslookup_main()
H A Dhost.c811 ISC_LIST_INIT(lookup_list); in host_main()
812 ISC_LIST_INIT(server_list); in host_main()
813 ISC_LIST_INIT(root_hints_server_list); in host_main()
814 ISC_LIST_INIT(search_list); in host_main()
H A Ddig.c1887 ISC_LIST_INIT(lookup_list); in dig_setup()
1888 ISC_LIST_INIT(server_list); in dig_setup()
1889 ISC_LIST_INIT(root_hints_server_list); in dig_setup()
1890 ISC_LIST_INIT(search_list); in dig_setup()
H A Ddighost.c447 * The dest list must have already had ISC_LIST_INIT applied.
615 * ISC_LIST_INIT applied.
712 ISC_LIST_INIT(looknew->q); in make_empty_lookup()
713 ISC_LIST_INIT(looknew->connecting); in make_empty_lookup()
714 ISC_LIST_INIT(looknew->my_server_list); in make_empty_lookup()
1722 ISC_LIST_INIT(my_server_list); in followup_lookup()
1859 ISC_LIST_INIT(soaname->list); in insert_soa()
2321 ISC_LIST_INIT(query->recvlist); in setup_lookup()
2322 ISC_LIST_INIT(query->lengthlist); in setup_lookup()
2642 ISC_LIST_INIT(quer in send_udp()
[all...]
/openbsd-src/usr.bin/dig/lib/isc/
H A Dresult.c139 ISC_LIST_INIT(tables); in initialize_action()
H A Dtask.c427 ISC_LIST_INIT(events); in isc_task_purgerange()
528 ISC_LIST_INIT(new_ready_tasks); in dispatch()
529 ISC_LIST_INIT(new_priority_tasks); in dispatch()
H A Dlog.c249 ISC_LIST_INIT(lctx->messages); in isc_log_create()
298 ISC_LIST_INIT(lcfg->channels); in isc_logconfig_create()
/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dutil.h95 #define INIT_LIST(type) ISC_LIST_INIT(type)
H A Dlist.h24 #define ISC_LIST_INIT(list) \ macro
/openbsd-src/usr.bin/dig/lib/dns/
H A Drdatalist.c53 ISC_LIST_INIT(rdatalist->rdata); in dns_rdatalist_init()
H A Dmessage.c633 ISC_LIST_INIT(m->sections[i]); in dns_message_create()
635 ISC_LIST_INIT(m->scratchpad); in dns_message_create()
636 ISC_LIST_INIT(m->cleanup); in dns_message_create()
637 ISC_LIST_INIT(m->rdatas); in dns_message_create()
638 ISC_LIST_INIT(m->rdatalists); in dns_message_create()
639 ISC_LIST_INIT(m->offsets); in dns_message_create()
640 ISC_LIST_INIT(m->freerdata); in dns_message_create()
641 ISC_LIST_INIT(m->freerdatalist); in dns_message_create()
989 ISC_LIST_INIT(rdatalist->rdata); in getquestions()
1276 ISC_LIST_INIT(rdatalis in getsection()
[all...]
H A Dname.c169 ISC_LIST_INIT(name->list); in dns_name_init()
/openbsd-src/usr.bin/dig/lib/isc/unix/
H A Dapp.c73 ISC_LIST_INIT(ctx->on_run); in isc_app_ctxstart()
H A Dsocket.c810 ISC_LIST_INIT(ev->bufferlist); in allocate_socketevent()
1174 ISC_LIST_INIT(sock->recv_list); in allocate_socket()
1175 ISC_LIST_INIT(sock->send_list); in allocate_socket()
1844 ISC_LIST_INIT(manager->socklist); in isc_socketmgr_create2()
/openbsd-src/usr.bin/dig/lib/isccfg/
H A Dparser.c528 ISC_LIST_INIT((*obj)->value.list); in cfg_create_list()