Lines Matching defs:db
43 sqlite3 *db; member
129 sqlite3 *db, in hdb_sqlite_prepare_stmt()
331 hdb_sqlite_open_database(krb5_context context, HDB *db, int flags) in hdb_sqlite_open_database()
356 hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt) in hdb_sqlite_step()
378 hdb_sqlite_close_database(krb5_context context, HDB *db) in hdb_sqlite_close_database()
406 hdb_sqlite_make_database(krb5_context context, HDB *db, const char *filename) in hdb_sqlite_make_database()
482 hdb_sqlite_fetch_kvno(krb5_context context, HDB *db, krb5_const_principal principal, in hdb_sqlite_fetch_kvno()
562 hdb_sqlite_step_once(krb5_context context, HDB *db, sqlite3_stmt *statement) in hdb_sqlite_step_once()
587 hdb_sqlite_store(krb5_context context, HDB *db, unsigned flags, in hdb_sqlite_store()
762 hdb_sqlite_close(krb5_context context, HDB *db) in hdb_sqlite_close()
780 hdb_sqlite_open(krb5_context context, HDB *db, int flags, mode_t mode) in hdb_sqlite_open()
794 hdb_sqlite_destroy(krb5_context context, HDB *db) in hdb_sqlite_destroy()
813 hdb_sqlite_set_sync(krb5_context context, HDB *db, int on) in hdb_sqlite_set_sync()
825 hdb_sqlite_lock(krb5_context context, HDB *db, int operation) in hdb_sqlite_lock()
836 hdb_sqlite_unlock(krb5_context context, HDB *db) in hdb_sqlite_unlock()
847 hdb_sqlite_nextkey(krb5_context context, HDB *db, unsigned flags, in hdb_sqlite_nextkey()
885 hdb_sqlite_firstkey(krb5_context context, HDB *db, unsigned flags, in hdb_sqlite_firstkey()
904 hdb_sqlite_rename(krb5_context context, HDB *db, const char *new_name) in hdb_sqlite_rename()
928 hdb_sqlite_remove(krb5_context context, HDB *db, in hdb_sqlite_remove()
998 hdb_sqlite_create(krb5_context context, HDB **db, const char *filename) in hdb_sqlite_create()