Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dscache.c196 prepare_stmt(krb5_context context, sqlite3 *db, in prepare_stmt() function
420 ret = prepare_stmt(context, s->db, &s->icred, SQL_ICRED); in make_database()
422 ret = prepare_stmt(context, s->db, &s->dcred, SQL_DCRED); in make_database()
426 ret = prepare_stmt(context, s->db, &s->icache, SQL_ICACHE); in make_database()
432 ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE); in make_database()
434 ret = prepare_stmt(context, s->db, &s->scache, SQL_SCACHE); in make_database()
952 ret = prepare_stmt(context, s->db, &ctx->stmt, str); in scc_get_first()
963 ret = prepare_stmt(context, s->db, &ctx->credstmt, in scc_get_first()
1067 ret = prepare_stmt(context, s->db, &stmt, in scc_remove_cred()
1119 ret = prepare_stmt(context, s->db, &stmt, in scc_remove_cred()
[all …]