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

/bind-9.11.3/bin/named/
H A Dquery.c369 isc_buffer_t *dbuf, *dbuf_next; local
430 dbuf = dbuf_next) {
431 dbuf_next = ISC_LIST_NEXT(dbuf, link);
432 if (dbuf_next != NULL || everything) {

Completed in 42 milliseconds