Searched refs:seq_cursor (Results 1 – 2 of 2) sorted by relevance
229 hashp->seq_cursor = NULL;549 if (hashp->seq_cursor)550 hashp->seq_cursor->delete(NULL, hashp->seq_cursor, 0);969 if (!hashp->seq_cursor)970 hashp->seq_cursor = __cursor_creat(dbp);972 return (hashp->seq_cursor->get(dbp, hashp->seq_cursor, key, val, flag));
110 CURSOR *seq_cursor; /* Cursor used for hash_seq */ member