Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c456 hdb_sqlite_step_once(krb5_context context, HDB *db, sqlite3_stmt *statement) in hdb_sqlite_step_once() function
552 ret = hdb_sqlite_step_once(context, db, hsdb->delete_aliases); in hdb_sqlite_store()
559 ret = hdb_sqlite_step_once(context, db, hsdb->update_entry); in hdb_sqlite_store()
584 ret = hdb_sqlite_step_once(context, db, hsdb->add_alias); in hdb_sqlite_store()