Searched refs:hdb_sqlite_step (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/heimdal/lib/hdb/ ! |
| H A D | hdb-sqlite.c | 226 hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt) in hdb_sqlite_step() function 348 ret = hdb_sqlite_step(context, hsdb->db, hsdb->get_version); in hdb_sqlite_make_database() 405 sqlite_error = hdb_sqlite_step(context, hsdb->db, fetch); in hdb_sqlite_fetch_kvno() 461 ret = hdb_sqlite_step(context, hsdb->db, statement); in hdb_sqlite_step_once() 522 ret = hdb_sqlite_step(context, hsdb->db, get_ids); in hdb_sqlite_store() 528 ret = hdb_sqlite_step(context, hsdb->db, hsdb->add_entry); in hdb_sqlite_store() 536 ret = hdb_sqlite_step(context, hsdb->db, hsdb->add_principal); in hdb_sqlite_store() 720 sqlite_error = hdb_sqlite_step(context, hsdb->db, hsdb->get_all_entries); in hdb_sqlite_nextkey() 805 ret = hdb_sqlite_step(context, hsdb->db, remove); in hdb_sqlite_remove()
|