OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unlockf
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/base/
db.c
113
heim_db_plug_unlock_f_t
unlockf
;
member in struct:db_plugin
198
(plugin->lockf != NULL && plugin->
unlockf
== NULL) ||
225
plug->
unlockf
= plugin->
unlockf
;
520
ret = db->plug->
unlockf
(db->db_data, error);
667
ret2 = db->plug->
unlockf
(db->db_data, error);
701
else if (db->plug->
unlockf
!= NULL)
702
ret = db->plug->
unlockf
(db->db_data, error);
heimbase.h
315
heim_db_plug_unlock_f_t
unlockf
;
member in struct:heim_db_type
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026