Searched refs:hdb_sqlite_exec_stmt (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | hdb-sqlite.c | 266 hdb_sqlite_exec_stmt(krb5_context context, in hdb_sqlite_exec_stmt() function 423 hdb_sqlite_exec_stmt(context, hsdb, in hdb_sqlite_make_database() 427 ret = hdb_sqlite_exec_stmt(context, hsdb, in hdb_sqlite_make_database() 432 ret = hdb_sqlite_exec_stmt(context, hsdb, in hdb_sqlite_make_database() 601 ret = hdb_sqlite_exec_stmt(context, hsdb, in hdb_sqlite_store() 727 (void) hdb_sqlite_exec_stmt(context, hsdb, "ROLLBACK", 0); in hdb_sqlite_store() 731 ret = hdb_sqlite_exec_stmt(context, hsdb, "COMMIT", HDB_ERR_UK_SERROR); in hdb_sqlite_store() 745 (void) hdb_sqlite_exec_stmt(context, hsdb, "ROLLBACK", 0); in hdb_sqlite_store() 815 return hdb_sqlite_exec_stmt(context, (hdb_sqlite_db*)(db->hdb_db), in hdb_sqlite_set_sync() 938 ret = hdb_sqlite_exec_stmt(context, hsdb, in hdb_sqlite_remove() [all …]
|