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

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_bdb_driver.c456 DBC *host_cursor = NULL; local
501 if (db->host->cursor(db->host, NULL, &host_cursor, 0) != 0) {
506 /* initialize host_cursor with host_key */
507 if (host_cursor->c_get(host_cursor, &key, &data, DB_SET) != 0) {
513 cur_arr[1] = host_cursor;
554 /* get rid of host_cursor */
555 if (host_cursor != NULL)
556 host_cursor->c_close(host_cursor);
[all...]

Completed in 12 milliseconds