Home
last modified time | relevance | path

Searched refs:hsdb (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c156 prep_stmts(krb5_context context, hdb_sqlite_db *hsdb) in prep_stmts() argument
160 ret = hdb_sqlite_prepare_stmt(context, hsdb->db, in prep_stmts()
161 &hsdb->get_version, in prep_stmts()
165 ret = hdb_sqlite_prepare_stmt(context, hsdb->db, in prep_stmts()
166 &hsdb->fetch, in prep_stmts()
170 ret = hdb_sqlite_prepare_stmt(context, hsdb->db, in prep_stmts()
171 &hsdb->get_ids, in prep_stmts()
175 ret = hdb_sqlite_prepare_stmt(context, hsdb->db, in prep_stmts()
176 &hsdb->add_entry, in prep_stmts()
180 ret = hdb_sqlite_prepare_stmt(context, hsdb->db, in prep_stmts()
[all …]