Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c354 HDB *mydb; in receive_everything() local
359 ret = hdb_create(context, &mydb, dbname); in receive_everything()
365 mydb, server_context->config.stash_file); in receive_everything()
371 ret = mydb->hdb_open(context, mydb, O_RDWR | O_CREAT | O_TRUNC, 0600); in receive_everything()
402 ret = mydb->hdb_store(server_context->context, in receive_everything()
403 mydb, in receive_everything()
434 ret = mydb->hdb_rename (context, mydb, server_context->db->hdb_name); in receive_everything()
441 ret = mydb->hdb_close (context, mydb); in receive_everything()
445 ret = mydb->hdb_destroy (context, mydb); in receive_everything()