Lines Matching defs:host_cursor
456 DBC *host_cursor = NULL;
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);