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

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

Completed in 56 milliseconds