Searched refs:ISC_LIST_APPENDLIST (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dlist.h161 #define ISC_LIST_APPENDLIST(list1, list2, link) \ macro
H A Dutil.h205 #define APPENDLIST(list1, list2, link) ISC_LIST_APPENDLIST(list1, list2, link)
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dlist.h159 #define ISC_LIST_APPENDLIST(list1, list2, link) \ macro
H A Dutil.h205 #define APPENDLIST(list1, list2, link) ISC_LIST_APPENDLIST(list1, list2, link)
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dtask.c1265 ISC_LIST_APPENDLIST(manager->ready_tasks, new_ready_tasks, ready_link);
1266 ISC_LIST_APPENDLIST(manager->ready_priority_tasks, new_priority_tasks,
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dtask.c1262 ISC_LIST_APPENDLIST(manager->ready_tasks, new_ready_tasks, ready_link);
1263 ISC_LIST_APPENDLIST(manager->ready_priority_tasks, new_priority_tasks,
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Djournal.c1990 ISC_LIST_APPENDLIST(resultdiff->tuples,
2001 ISC_LIST_APPENDLIST(resultdiff->tuples,
2008 ISC_LIST_APPENDLIST(resultdiff->tuples,
H A Ddnssec.c1392 ISC_LIST_APPENDLIST(*keylist, list, link);
H A Dupdate.c1562 ISC_LIST_APPENDLIST(affected.tuples, diffnames.tuples, link);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwresd.c845 ISC_LIST_APPENDLIST(listeners, newlisteners, link);
H A Dcontrolconf.c1424 ISC_LIST_APPENDLIST(cp->listeners, new_listeners, link);
H A Dstatschannel.c1887 ISC_LIST_APPENDLIST(server->statschannels, new_listeners, link);
H A Dupdate.c1062 ISC_LIST_APPENDLIST(trash.tuples, u_rrs.tuples, link);
1063 ISC_LIST_APPENDLIST(trash.tuples, d_rrs.tuples, link);
H A Dserver.c5466 ISC_LIST_APPENDLIST(viewlist, builtin_viewlist, link);
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddighost.c1880 ISC_LIST_APPENDLIST(lookup->my_server_list,

Completed in 208 milliseconds