Symbol: exec_stmt
crypto/heimdal/lib/krb5/scache.c
1042
exec_stmt(context, s->db, ctx->drop, 0);
crypto/heimdal/lib/krb5/scache.c
1208
ret = exec_stmt(context, ctx->db, str, KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
1222
exec_stmt(context, ctx->db, ctx->drop, 0);
crypto/heimdal/lib/krb5/scache.c
1233
exec_stmt(context, ctx->db, ctx->drop, 0);
crypto/heimdal/lib/krb5/scache.c
1285
exec_stmt(context, ctx->db, ctx->drop, 0);
crypto/heimdal/lib/krb5/scache.c
1312
ret = exec_stmt(context, sfrom->db,
crypto/heimdal/lib/krb5/scache.c
1348
ret = exec_stmt(context, sfrom->db, "COMMIT", KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
1356
exec_stmt(context, sfrom->db, "ROLLBACK", 0);
crypto/heimdal/lib/krb5/scache.c
399
ret = exec_stmt(context, s->db, SQL_CMASTER, KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
401
ret = exec_stmt(context, s->db, SQL_CCACHE, KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
403
ret = exec_stmt(context, s->db, SQL_CCREDS, KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
405
ret = exec_stmt(context, s->db, SQL_CPRINCIPALS, KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
407
ret = exec_stmt(context, s->db, SQL_SETUP_MASTER, KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
410
ret = exec_stmt(context, s->db, SQL_TCACHE, KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
412
ret = exec_stmt(context, s->db, SQL_TCRED, KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
570
ret = exec_stmt(context, s->db, "BEGIN IMMEDIATE TRANSACTION", KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
610
ret = exec_stmt(context, s->db, "COMMIT", KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
616
exec_stmt(context, s->db, "ROLLBACK", 0);
crypto/heimdal/lib/krb5/scache.c
752
ret = exec_stmt(context, s->db, "BEGIN IMMEDIATE TRANSACTION", KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
805
ret = exec_stmt(context, s->db, "COMMIT", KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
811
exec_stmt(context, s->db, "ROLLBACK", 0);
crypto/heimdal/lib/krb5/scache.c
933
ret = exec_stmt(context, s->db, str, KRB5_CC_IO);
crypto/heimdal/lib/krb5/scache.c
945
exec_stmt(context, s->db, ctx->drop, 0);
crypto/heimdal/lib/krb5/scache.c
957
exec_stmt(context, s->db, ctx->drop, 0);
crypto/heimdal/lib/krb5/scache.c
967
exec_stmt(context, s->db, ctx->drop, 0);