Home
last modified time | relevance | path

Searched refs:hdb_set_sync (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Ddb.c249 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 Ddb3.c294 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 Dhdb.h283 krb5_error_code (*hdb_set_sync)(krb5_context, struct HDB *, int); member
H A Dhdb-mdb.c416 (*db)->hdb_set_sync = DB_set_sync; in hdb_mdb_create()
H A Dhdb-sqlite.c1049 (*db)->hdb_set_sync = hdb_sqlite_set_sync; in hdb_sqlite_create()
H A Dhdb-mitdb.c1156 (*db)->hdb_set_sync = mdb_set_sync; in hdb_mitdb_create()
H A Dhdb-ldap.c2032 (*db)->hdb_set_sync = LDAP_set_sync; in hdb_ldap_common()
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/
H A Dmanpages22 hdb/man/man3/hdb_set_sync.3
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dload.c458 (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 Dipropd_slave.c526 (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 DNEWS113 . Add hdb_set_sync() method