| scache.c | 1 /* $NetBSD: scache.c,v 1.2 2017/01/28 21:31:49 christos Exp $ */ 57 sqlite3_stmt *scache; member in struct:krb5_scache 63 #define SCACHE(X) ((krb5_scache *)(X)->data.data) 177 if (s->scache) 178 sqlite3_finalize(s->scache); 222 N_("scache execute %s: %s", ""), str, 349 N_("Error opening scache file %s: %s", ""), 372 N_("Failed to add scache: %d", ""), ret); 435 ret = prepare_stmt(context, s->db, &s->scache, SQL_SCACHE); 471 N_("scache bind principal: %s", "") [all...] |