Lines Matching refs:exec_stmt

212 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()
616 exec_stmt(context, s->db, "ROLLBACK", 0); in scc_initialize()
752 ret = exec_stmt(context, s->db, "BEGIN IMMEDIATE TRANSACTION", KRB5_CC_IO); in scc_store_cred()
805 ret = exec_stmt(context, s->db, "COMMIT", KRB5_CC_IO); in scc_store_cred()
811 exec_stmt(context, s->db, "ROLLBACK", 0); in scc_store_cred()
933 ret = exec_stmt(context, s->db, str, KRB5_CC_IO); in scc_get_first()
945 exec_stmt(context, s->db, ctx->drop, 0); in scc_get_first()
957 exec_stmt(context, s->db, ctx->drop, 0); in scc_get_first()
967 exec_stmt(context, s->db, ctx->drop, 0); in scc_get_first()
1042 exec_stmt(context, s->db, ctx->drop, 0); in scc_end_get()
1208 ret = exec_stmt(context, ctx->db, str, KRB5_CC_IO); in scc_get_cache_first()
1222 exec_stmt(context, ctx->db, ctx->drop, 0); in scc_get_cache_first()
1233 exec_stmt(context, ctx->db, ctx->drop, 0); in scc_get_cache_first()
1285 exec_stmt(context, ctx->db, ctx->drop, 0); in scc_end_cache_get()
1312 ret = exec_stmt(context, sfrom->db, in scc_move()
1348 ret = exec_stmt(context, sfrom->db, "COMMIT", KRB5_CC_IO); in scc_move()
1356 exec_stmt(context, sfrom->db, "ROLLBACK", 0); in scc_move()