Searched refs:hdb_unlock (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | ndbm.c | 73 return hdb_unlock(d->lock_fd); in NDBM_unlock() 97 db->hdb_unlock(context, db); in NDBM_seq() 179 hdb_unlock(old_lock_fd); in NDBM_rename() 186 hdb_unlock(old_lock_fd); in NDBM_rename() 210 hdb_unlock(new_lock_fd); in NDBM_rename() 211 hdb_unlock(old_lock_fd); in NDBM_rename() 236 db->hdb_unlock(context, db); in NDBM__get() 262 db->hdb_unlock(context, db); in NDBM__put() 286 db->hdb_unlock(context, db); in NDBM__del() 379 (*db)->hdb_unlock = NDBM_unlock; in hdb_ndbm_create()
|
H A D | db.c | 86 return hdb_unlock(fd); in DB_unlock() 105 db->hdb_unlock(context, db); /* XXX check value */ in DB_seq() 188 db->hdb_unlock(context, db); in DB__get() 220 db->hdb_unlock(context, db); in DB__put() 246 db->hdb_unlock(context, db); in DB__del() 327 (*db)->hdb_unlock = DB_unlock; in hdb_db_create()
|
H A D | db3.c | 90 return hdb_unlock(fd); in DB_unlock() 108 (*db->hdb_unlock)(context, db); /* XXX check value */ in DB_seq() 187 (*db->hdb_unlock)(context, db); in DB__get() 216 (*db->hdb_unlock)(context, db); in DB__put() 238 (*db->hdb_unlock)(context, db); in DB__del() 357 (*db)->hdb_unlock = DB_unlock; in hdb_db_create()
|
H A D | hdb-mitdb.c | 517 return hdb_unlock(fd); in mdb_unlock() 536 db->hdb_unlock(context, db); /* XXX check value */ in mdb_seq() 612 db->hdb_unlock(context, db); in mdb__get() 644 db->hdb_unlock(context, db); in mdb__put() 670 db->hdb_unlock(context, db); in mdb__del() 808 (*db)->hdb_unlock = mdb_unlock; in hdb_mdb_create()
|
H A D | hdb.c | 159 hdb_unlock(int fd) in hdb_unlock() function 223 ret2 = db->hdb_unlock(context, db); in hdb_check_db_format() 259 ret2 = db->hdb_unlock(context, db); in hdb_init_db()
|
H A D | version-script.map | 62 hdb_unlock;
|
H A D | hdb.h | 174 krb5_error_code (*hdb_unlock)(krb5_context, struct HDB*); member
|
H A D | hdb-protos.h | 368 hdb_unlock (int /*fd*/);
|
H A D | hdb-keytab.c | 223 (*db)->hdb_unlock = hkt_unlock; in hdb_keytab_create()
|
H A D | hdb-sqlite.c | 866 (*db)->hdb_unlock = hdb_sqlite_unlock; in hdb_sqlite_create()
|
H A D | hdb-ldap.c | 1890 (*db)->hdb_unlock = LDAP_unlock; in hdb_ldap_common()
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/ |
H A D | manpages | 24 hdb/man/man3/hdb_unlock.3
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | 35 HDB.3 hdb_unlock.3
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 2911 OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz
|