Symbol: hdb_lock
crypto/heimdal/lib/hdb/db.c
184
code = db->hdb_lock(context, db, HDB_RLOCK);
crypto/heimdal/lib/hdb/db.c
216
code = db->hdb_lock(context, db, HDB_WLOCK);
crypto/heimdal/lib/hdb/db.c
242
code = db->hdb_lock(context, db, HDB_WLOCK);
crypto/heimdal/lib/hdb/db.c
326
(*db)->hdb_lock = DB_lock;
crypto/heimdal/lib/hdb/db.c
73
return hdb_lock(fd, operation);
crypto/heimdal/lib/hdb/db.c
99
code = db->hdb_lock(context, db, HDB_RLOCK);
crypto/heimdal/lib/hdb/db3.c
105
if ((*db->hdb_lock)(context, db, HDB_RLOCK))
crypto/heimdal/lib/hdb/db3.c
184
if ((code = (*db->hdb_lock)(context, db, HDB_RLOCK)))
crypto/heimdal/lib/hdb/db3.c
213
if ((code = (*db->hdb_lock)(context, db, HDB_WLOCK)))
crypto/heimdal/lib/hdb/db3.c
234
code = (*db->hdb_lock)(context, db, HDB_WLOCK);
crypto/heimdal/lib/hdb/db3.c
356
(*db)->hdb_lock = DB_lock;
crypto/heimdal/lib/hdb/db3.c
80
return hdb_lock(fd, operation);
crypto/heimdal/lib/hdb/hdb-keytab.c
222
(*db)->hdb_lock = hkt_lock;
crypto/heimdal/lib/hdb/hdb-ldap.c
1889
(*db)->hdb_lock = LDAP_lock;
crypto/heimdal/lib/hdb/hdb-mitdb.c
559
return hdb_lock(fd, operation);
crypto/heimdal/lib/hdb/hdb-mitdb.c
585
code = db->hdb_lock(context, db, HDB_RLOCK);
crypto/heimdal/lib/hdb/hdb-mitdb.c
663
code = db->hdb_lock(context, db, HDB_RLOCK);
crypto/heimdal/lib/hdb/hdb-mitdb.c
695
code = db->hdb_lock(context, db, HDB_WLOCK);
crypto/heimdal/lib/hdb/hdb-mitdb.c
721
code = db->hdb_lock(context, db, HDB_WLOCK);
crypto/heimdal/lib/hdb/hdb-mitdb.c
915
(*db)->hdb_lock = mdb_lock;
crypto/heimdal/lib/hdb/hdb-protos.h
280
hdb_lock (
crypto/heimdal/lib/hdb/hdb-sqlite.c
865
(*db)->hdb_lock = hdb_sqlite_lock;
crypto/heimdal/lib/hdb/hdb.c
217
ret = db->hdb_lock(context, db, HDB_RLOCK);
crypto/heimdal/lib/hdb/hdb.c
250
ret = db->hdb_lock(context, db, HDB_WLOCK);
crypto/heimdal/lib/hdb/hdb.h
170
krb5_error_code (*hdb_lock)(krb5_context, struct HDB*, int);
crypto/heimdal/lib/hdb/ndbm.c
171
ret = hdb_lock(old_lock_fd, HDB_WLOCK);
crypto/heimdal/lib/hdb/ndbm.c
184
ret = hdb_lock(new_lock_fd, HDB_WLOCK);
crypto/heimdal/lib/hdb/ndbm.c
232
code = db->hdb_lock(context, db, HDB_RLOCK);
crypto/heimdal/lib/hdb/ndbm.c
258
code = db->hdb_lock(context, db, HDB_WLOCK);
crypto/heimdal/lib/hdb/ndbm.c
283
ret = db->hdb_lock(context, db, HDB_WLOCK);
crypto/heimdal/lib/hdb/ndbm.c
378
(*db)->hdb_lock = NDBM_lock;
crypto/heimdal/lib/hdb/ndbm.c
66
return hdb_lock(d->lock_fd, operation);
crypto/heimdal/lib/hdb/ndbm.c
94
ret = db->hdb_lock(context, db, HDB_RLOCK);