Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.c200 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()
H A Dhash.h96 CURSOR *seq_cursor; /* Cursor used for hash_seq */ member