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

/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/
H A Ddlz_bdbhpt_dynamic.c312 DBC *xfr_cursor = NULL; local
334 if (db->xfr->cursor(db->xfr, NULL, &xfr_cursor, 0) != 0) {
348 while ((bdbhptres = xfr_cursor->c_get(xfr_cursor, &xfr_key, &xfr_data,
423 if (xfr_cursor != NULL) {
424 xfr_cursor->c_close(xfr_cursor);

Completed in 129 milliseconds