Lines Matching defs:db
41 sqlite3 *db; member
127 sqlite3 *db, in hdb_sqlite_prepare_stmt()
201 hdb_sqlite_open_database(krb5_context context, HDB *db, int flags) in hdb_sqlite_open_database()
226 hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt) in hdb_sqlite_step()
248 hdb_sqlite_close_database(krb5_context context, HDB *db) in hdb_sqlite_close_database()
279 hdb_sqlite_make_database(krb5_context context, HDB *db, const char *filename) in hdb_sqlite_make_database()
387 hdb_sqlite_fetch_kvno(krb5_context context, HDB *db, krb5_const_principal principal, in hdb_sqlite_fetch_kvno()
456 hdb_sqlite_step_once(krb5_context context, HDB *db, sqlite3_stmt *statement) in hdb_sqlite_step_once()
481 hdb_sqlite_store(krb5_context context, HDB *db, unsigned flags, in hdb_sqlite_store()
635 hdb_sqlite_close(krb5_context context, HDB *db) in hdb_sqlite_close()
653 hdb_sqlite_open(krb5_context context, HDB *db, int flags, mode_t mode) in hdb_sqlite_open()
667 hdb_sqlite_destroy(krb5_context context, HDB *db) in hdb_sqlite_destroy()
689 hdb_sqlite_lock(krb5_context context, HDB *db, int operation) in hdb_sqlite_lock()
700 hdb_sqlite_unlock(krb5_context context, HDB *db) in hdb_sqlite_unlock()
711 hdb_sqlite_nextkey(krb5_context context, HDB *db, unsigned flags, in hdb_sqlite_nextkey()
746 hdb_sqlite_firstkey(krb5_context context, HDB *db, unsigned flags, in hdb_sqlite_firstkey()
765 hdb_sqlite_rename(krb5_context context, HDB *db, const char *new_name) in hdb_sqlite_rename()
789 hdb_sqlite_remove(krb5_context context, HDB *db, in hdb_sqlite_remove()
831 hdb_sqlite_create(krb5_context context, HDB **db, const char *argument) in hdb_sqlite_create()