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

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_bdb_driver.c460 DBC *host_cursor = NULL; local
503 if (db->host->cursor(db->host, NULL, &host_cursor, 0) != 0) {
508 /* initialize host_cursor with host_key */
509 if (host_cursor->c_get(host_cursor, &key, &data, DB_SET) != 0) {
515 cur_arr[1] = host_cursor;
556 /* get rid of host_cursor */
557 if (host_cursor != NULL)
558 host_cursor->c_close(host_cursor);
[all...]

Completed in 9 milliseconds