Searched refs:seq_cursor (Results 1 – 2 of 2) sorted by relevance
200 hashp->seq_cursor = NULL; in __kdb2_hash_open()498 if (hashp->seq_cursor) in hdestroy()499 hashp->seq_cursor->delete(NULL, hashp->seq_cursor, 0); in hdestroy()886 if (!hashp->seq_cursor) in hash_seq()887 hashp->seq_cursor = __cursor_creat(dbp); in hash_seq()889 return (hashp->seq_cursor->get(dbp, hashp->seq_cursor, key, val, flag)); in hash_seq()
96 CURSOR *seq_cursor; /* Cursor used for hash_seq */ member