Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dscache.c53 sqlite3_stmt *ucachep; member
171 if (s->ucachep) in scc_free()
172 sqlite3_finalize(s->ucachep); in scc_free()
430 ret = prepare_stmt(context, s->db, &s->ucachep, SQL_UCACHE_PRINCIPAL); in make_database()
593 ret = bind_principal(context, s->db, s->ucachep, 1, primary_principal); in scc_initialize()
596 sqlite3_bind_int(s->ucachep, 2, s->cid); in scc_initialize()
599 ret = sqlite3_step(s->ucachep); in scc_initialize()
601 sqlite3_reset(s->ucachep); in scc_initialize()