Searched refs:NDBM_seq (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | ndbm.c | 77 NDBM_seq(krb5_context context, HDB *db, in NDBM_seq() function 102 return NDBM_seq(context, db, flags, entry, 0); in NDBM_seq() 125 return NDBM_seq(context, db, flags, entry, 1); in NDBM_firstkey() 132 return NDBM_seq(context, db, flags, entry, 0); in NDBM_nextkey()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1999 | 1231 * lib/hdb/ndbm.c: add flags to NDBM_seq, NDBM_firstkey, and 2155 * lib/hdb/ndbm.c (NDBM_seq): unseal key
|
H A D | ChangeLog.1998 | 1791 * lib/hdb/ndbm.c (NDBM_seq): check for valid hdb_entries implement
|