Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dscache.c212 exec_stmt(krb5_context context, sqlite3 *db, const char *str, in exec_stmt() function
399 ret = exec_stmt(context, s->db, SQL_CMASTER, KRB5_CC_IO); in make_database()
401 ret = exec_stmt(context, s->db, SQL_CCACHE, KRB5_CC_IO); in make_database()
403 ret = exec_stmt(context, s->db, SQL_CCREDS, KRB5_CC_IO); in make_database()
405 ret = exec_stmt(context, s->db, SQL_CPRINCIPALS, KRB5_CC_IO); in make_database()
407 ret = exec_stmt(context, s->db, SQL_SETUP_MASTER, KRB5_CC_IO); in make_database()
410 ret = exec_stmt(context, s->db, SQL_TCACHE, KRB5_CC_IO); in make_database()
412 ret = exec_stmt(context, s->db, SQL_TCRED, KRB5_CC_IO); in make_database()
570 ret = exec_stmt(context, s->db, "BEGIN IMMEDIATE TRANSACTION", KRB5_CC_IO); in scc_initialize()
610 ret = exec_stmt(context, s->db, "COMMIT", KRB5_CC_IO); in scc_initialize()
[all …]