Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c562 hdb_sqlite_step_once(krb5_context context, HDB *db, sqlite3_stmt *statement) in hdb_sqlite_step_once() function
678 ret = hdb_sqlite_step_once(context, db, hsdb->delete_aliases); in hdb_sqlite_store()
687 ret = hdb_sqlite_step_once(context, db, hsdb->update_entry); in hdb_sqlite_store()
710 ret = hdb_sqlite_step_once(context, db, hsdb->add_alias); in hdb_sqlite_store()