Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c48 sqlite3_stmt *add_principal; member
256 sqlite3_finalize(hsdb->add_principal); in hdb_sqlite_close_database()
324 &hsdb->add_principal, in hdb_sqlite_make_database()
534 sqlite3_bind_text(hsdb->add_principal, 1, in hdb_sqlite_store()
536 ret = hdb_sqlite_step(context, hsdb->db, hsdb->add_principal); in hdb_sqlite_store()
537 sqlite3_clear_bindings(hsdb->add_principal); in hdb_sqlite_store()
538 sqlite3_reset(hsdb->add_principal); in hdb_sqlite_store()