OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commitf
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/base/
heimbase.h
318
heim_db_plug_commit_f_t
commitf
;
member in struct:heim_db_type
db.c
116
heim_db_plug_commit_f_t
commitf
;
member in struct:db_plugin
196
if ((plugin->beginf != NULL && plugin->
commitf
== NULL) ||
228
plug->
commitf
= plugin->
commitf
;
564
if (db->plug->
commitf
== NULL && db->plug->lockf == NULL)
567
if (db->plug->
commitf
!= NULL) {
568
ret = db->plug->
commitf
(db->db_data, error);
Completed in 24 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026