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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c220 hashp->seq_cursor = NULL;
539 if (hashp->seq_cursor)
540 hashp->seq_cursor->delete(NULL, hashp->seq_cursor, 0);
958 if (!hashp->seq_cursor)
959 hashp->seq_cursor = __cursor_creat(dbp);
961 return (hashp->seq_cursor->get(dbp, hashp->seq_cursor, key, val, flag));
H A Dhash.h96 CURSOR *seq_cursor; /* Cursor used for hash_seq */ member in struct:htab

Completed in 63 milliseconds