Lines Matching defs:db
43 sqlite3 *db; member
129 sqlite3 *db, in hdb_sqlite_prepare_stmt()
203 hdb_sqlite_open_database(krb5_context context, HDB *db, int flags) in hdb_sqlite_open_database()
228 hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt) in hdb_sqlite_step()
250 hdb_sqlite_close_database(krb5_context context, HDB *db) in hdb_sqlite_close_database()
281 hdb_sqlite_make_database(krb5_context context, HDB *db, const char *filename) in hdb_sqlite_make_database()
389 hdb_sqlite_fetch_kvno(krb5_context context, HDB *db, krb5_const_principal principal, in hdb_sqlite_fetch_kvno()
458 hdb_sqlite_step_once(krb5_context context, HDB *db, sqlite3_stmt *statement) in hdb_sqlite_step_once()
483 hdb_sqlite_store(krb5_context context, HDB *db, unsigned flags, in hdb_sqlite_store()
637 hdb_sqlite_close(krb5_context context, HDB *db) in hdb_sqlite_close()
655 hdb_sqlite_open(krb5_context context, HDB *db, int flags, mode_t mode) in hdb_sqlite_open()
669 hdb_sqlite_destroy(krb5_context context, HDB *db) in hdb_sqlite_destroy()
691 hdb_sqlite_lock(krb5_context context, HDB *db, int operation) in hdb_sqlite_lock()
702 hdb_sqlite_unlock(krb5_context context, HDB *db) in hdb_sqlite_unlock()
713 hdb_sqlite_nextkey(krb5_context context, HDB *db, unsigned flags, in hdb_sqlite_nextkey()
748 hdb_sqlite_firstkey(krb5_context context, HDB *db, unsigned flags, in hdb_sqlite_firstkey()
767 hdb_sqlite_rename(krb5_context context, HDB *db, const char *new_name) in hdb_sqlite_rename()
791 hdb_sqlite_remove(krb5_context context, HDB *db, in hdb_sqlite_remove()
833 hdb_sqlite_create(krb5_context context, HDB **db, const char *argument) in hdb_sqlite_create()