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

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dscache.c196 prepare_stmt(krb5_context context, sqlite3 *db, function
263 ret = prepare_stmt(context, db, &stmt, "SELECT defaultcache FROM master");
420 ret = prepare_stmt(context, s->db, &s->icred, SQL_ICRED);
422 ret = prepare_stmt(context, s->db, &s->dcred, SQL_DCRED);
424 ret = prepare_stmt(context, s->db, &s->iprincipal, SQL_IPRINCIPAL);
426 ret = prepare_stmt(context, s->db, &s->icache, SQL_ICACHE);
428 ret = prepare_stmt(context, s->db, &s->ucachen, SQL_UCACHE_NAME);
430 ret = prepare_stmt(context, s->db, &s->ucachep, SQL_UCACHE_PRINCIPAL);
432 ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE);
434 ret = prepare_stmt(contex
[all...]

Completed in 62 milliseconds