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

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_bdb_driver.c225 DBC *client_cursor = NULL; local
252 if (db->client->cursor(db->client, NULL, &client_cursor, 0) != 0) {
257 switch(client_cursor->c_get(client_cursor, &key, &data, DB_GET_BOTH)) {
280 if (client_cursor != NULL)
281 client_cursor->c_close(client_cursor);

Completed in 23 milliseconds