Home
last modified time | relevance | path

Searched refs:ISC_LIST_NEXT (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/usr.bin/dig/lib/isc/
H A Dbufferlist.c38 buffer = ISC_LIST_NEXT(buffer, link); in isc_bufferlist_usedcount()
55 buffer = ISC_LIST_NEXT(buffer, link); in isc_bufferlist_availablecount()
H A Dlog.c606 channel = ISC_LIST_NEXT(channel, link)) in isc_log_usechannel()
844 category_channels = ISC_LIST_NEXT(category_channels, in isc_log_doit()
852 category_channels = ISC_LIST_NEXT(category_channels, link); in isc_log_doit()
928 next = ISC_LIST_NEXT(message, in isc_log_doit()
952 message = ISC_LIST_NEXT(message, link); in isc_log_doit()
H A Dresult.c168 table = ISC_LIST_NEXT(table, link)) { in isc_result_totext()
/openbsd-src/usr.bin/dig/
H A Dnslookup.c244 rdataset = ISC_LIST_NEXT(rdataset, link)) { in printsection()
326 rdataset = ISC_LIST_NEXT(rdataset, link)) { in detailsection()
462 srv = ISC_LIST_NEXT(srv, link); in show_settings()
480 listent = ISC_LIST_NEXT(listent, link)) { in show_settings()
482 if (ISC_LIST_NEXT(listent, link) != NULL) in show_settings()
849 q = ISC_LIST_NEXT(q, link); in flush_lookup_list()
856 s = ISC_LIST_NEXT(s, link); in flush_lookup_list()
864 l = ISC_LIST_NEXT(l, link); in flush_lookup_list()
H A Ddighost.c488 s = ISC_LIST_NEXT(s, link); in flush_server_list()
627 srv = ISC_LIST_NEXT(srv, link); in clone_server_list()
1462 q = ISC_LIST_NEXT(q, link); in try_clear_lookup()
1469 q = ISC_LIST_NEXT(q, clink); in try_clear_lookup()
1493 s = ISC_LIST_NEXT(s, link); in destroy_lookup()
1730 next = ISC_LIST_NEXT(srv, link); in followup_lookup()
1733 next = ISC_LIST_NEXT(srv, link); in followup_lookup()
1793 search = ISC_LIST_NEXT(oldlookup->origin, link); in next_origin()
2294 serv = ISC_LIST_NEXT(serv, link)) { in setup_lookup()
2380 next = ISC_LIST_NEXT(quer in send_done()
[all...]
H A Dhost.c242 rdataset = ISC_LIST_NEXT(rdataset, link)) { in printsection()
H A Ddig.c317 rdataset = ISC_LIST_NEXT(rdataset, link)) { in short_answer()
/openbsd-src/usr.bin/dig/lib/dns/
H A Drdatalist.c117 rdataset->private2 = ISC_LIST_NEXT(rdata, link); in isc__rdatalist_next()
164 rdata = ISC_LIST_NEXT(rdata, link)) in isc__rdatalist_count()
H A Dmessage.c359 next_name = ISC_LIST_NEXT(name, link); in msgresetnames()
364 next_rds = ISC_LIST_NEXT(rds, link); in msgresetnames()
479 dynbuf = ISC_LIST_NEXT(dynbuf, link); in msgreset()
482 next_dynbuf = ISC_LIST_NEXT(dynbuf, link); in msgreset()
491 msgblock = ISC_LIST_NEXT(msgblock, link); in msgreset()
494 next_msgblock = ISC_LIST_NEXT(msgblock, link); in msgreset()
507 msgblock = ISC_LIST_NEXT(msgblock, link); in msgreset()
510 next_msgblock = ISC_LIST_NEXT(msgblock, link); in msgreset()
519 msgblock = ISC_LIST_NEXT(msgblock, link); in msgreset()
522 next_msgblock = ISC_LIST_NEXT(msgbloc in msgreset()
[all...]
/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dutil.h102 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link)
H A Dlist.h110 #define ISC_LIST_NEXT(elt, link) ((elt)->link.next) macro
/openbsd-src/usr.bin/dig/lib/isc/unix/
H A Dapp.c216 next_event = ISC_LIST_NEXT(event, ev_link); in isc_app_ctxrun()
H A Dsocket.c540 buffer = ISC_LIST_NEXT(buffer, link); in build_msghdr_send()
556 buffer = ISC_LIST_NEXT(buffer, link); in build_msghdr_send()
736 buffer = ISC_LIST_NEXT(buffer, link); in build_msghdr_recv()
751 buffer = ISC_LIST_NEXT(buffer, link); in build_msghdr_recv()
954 buffer = ISC_LIST_NEXT(buffer, link); in doio_recv()
2472 next = ISC_LIST_NEXT(dev, ev_link); in isc_socket_cancel()
2492 next = ISC_LIST_NEXT(dev, ev_link); in isc_socket_cancel()
/openbsd-src/usr.bin/dig/lib/isccfg/
H A Dparser.c560 next = ISC_LIST_NEXT(elt, link); in free_list()