Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dscache.c869 sqlite3_stmt *credstmt; member
963 ret = prepare_stmt(context, s->db, &ctx->credstmt, in scc_get_first()
1007 sqlite3_bind_int(ctx->credstmt, 1, oid); in scc_get_next()
1009 ret = sqlite3_step(ctx->credstmt); in scc_get_next()
1011 sqlite3_reset(ctx->credstmt); in scc_get_next()
1015 if (sqlite3_column_type(ctx->credstmt, 0) != SQLITE_BLOB) { in scc_get_next()
1019 sqlite3_reset(ctx->credstmt); in scc_get_next()
1023 data = sqlite3_column_blob(ctx->credstmt, 0); in scc_get_next()
1024 len = sqlite3_column_bytes(ctx->credstmt, 0); in scc_get_next()
1027 sqlite3_reset(ctx->credstmt); in scc_get_next()
[all …]