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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c229 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));
H A Dhash.h110 CURSOR *seq_cursor; /* Cursor used for hash_seq */ member in struct:htab

Completed in 45 milliseconds