Searched refs:hdb_sqlite_step (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | hdb-sqlite.c | 356 hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt) in hdb_sqlite_step() function 441 ret = hdb_sqlite_step(context, hsdb->db, hsdb->get_version); in hdb_sqlite_make_database() 512 sqlite_error = hdb_sqlite_step(context, hsdb->db, fetch); in hdb_sqlite_fetch_kvno() 567 ret = hdb_sqlite_step(context, hsdb->db, statement); in hdb_sqlite_step_once() 626 ret = hdb_sqlite_step(context, hsdb->db, get_ids); in hdb_sqlite_store() 632 ret = hdb_sqlite_step(context, hsdb->db, hsdb->add_entry); in hdb_sqlite_store() 648 ret = hdb_sqlite_step(context, hsdb->db, hsdb->add_principal); in hdb_sqlite_store() 662 ret = hdb_sqlite_step(context, hsdb->db, get_ids); in hdb_sqlite_store() 856 sqlite_error = hdb_sqlite_step(context, hsdb->db, hsdb->get_all_entries); in hdb_sqlite_nextkey() 955 ret = hdb_sqlite_step(context, hsdb->db, get_ids); in hdb_sqlite_remove() [all …]
|