Searched refs:hdb_set_sync (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | db.c | 249 return db->hdb_set_sync(context, db, db1->do_sync); in DB__put() 271 return db->hdb_set_sync(context, db, db1->do_sync); in DB__del() 385 (*db)->hdb_set_sync = DB_set_sync; in hdb_db1_create()
|
H A D | db3.c | 294 return db->hdb_set_sync(context, db, db3->do_sync); in DB__put() 324 return db->hdb_set_sync(context, db, db3->do_sync); in DB__del() 491 (*db)->hdb_set_sync = DB_set_sync; in hdb_db3_create()
|
H A D | hdb.h | 283 krb5_error_code (*hdb_set_sync)(krb5_context, struct HDB *, int); member
|
H A D | hdb-mdb.c | 416 (*db)->hdb_set_sync = DB_set_sync; in hdb_mdb_create()
|
H A D | hdb-sqlite.c | 1049 (*db)->hdb_set_sync = hdb_sqlite_set_sync; in hdb_sqlite_create()
|
H A D | hdb-mitdb.c | 1156 (*db)->hdb_set_sync = mdb_set_sync; in hdb_mitdb_create()
|
H A D | hdb-ldap.c | 2032 (*db)->hdb_set_sync = LDAP_set_sync; in hdb_ldap_common()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/ |
H A D | manpages | 22 hdb/man/man3/hdb_set_sync.3
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | load.c | 458 (void) db->hdb_set_sync(context, db, 0); in doit() 615 ret2 = db->hdb_set_sync(context, db, 1); in doit()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | ipropd_slave.c | 526 (void) mydb->hdb_set_sync(context, mydb, 0); in receive_everything() 579 ret = mydb->hdb_set_sync(context, mydb, 1); in receive_everything()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | NEWS | 113 . Add hdb_set_sync() method
|