Lines Matching refs:dbiter
196 dns_dbiterator_t *dbiter; member
1111 dns_dbiterator_destroy(&dctx->dbiter); in dumpctx_destroy()
1309 dctx->dbiter = NULL; in dumpctx_create()
1355 result = dns_db_createiterator(dctx->db, options, &dctx->dbiter); in dumpctx_create()
1373 if (dctx->dbiter != NULL) in dumpctx_create()
1374 dns_dbiterator_destroy(&dctx->dbiter); in dumpctx_create()
1474 result = dns_dbiterator_first(dctx->dbiter); in dumptostreaminc()
1485 result = dns_dbiterator_current(dctx->dbiter, &node, name); in dumptostreaminc()
1491 result = dns_dbiterator_origin(dctx->dbiter, origin); in dumptostreaminc()
1511 result = dns_dbiterator_next(dctx->dbiter); in dumptostreaminc()
1558 RUNTIME_CHECK(dns_dbiterator_pause(dctx->dbiter) == ISC_R_SUCCESS); in dumptostreaminc()