Lines Matching defs:prepare_stmt
198 prepare_stmt(krb5_context context, sqlite3 *db,
265 ret = prepare_stmt(context, db, &stmt, "SELECT defaultcache FROM master");
421 ret = prepare_stmt(context, s->db, &s->icred, SQL_ICRED);
423 ret = prepare_stmt(context, s->db, &s->dcred, SQL_DCRED);
425 ret = prepare_stmt(context, s->db, &s->iprincipal, SQL_IPRINCIPAL);
427 ret = prepare_stmt(context, s->db, &s->icache, SQL_ICACHE);
429 ret = prepare_stmt(context, s->db, &s->ucachen, SQL_UCACHE_NAME);
431 ret = prepare_stmt(context, s->db, &s->ucachep, SQL_UCACHE_PRINCIPAL);
433 ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE);
435 ret = prepare_stmt(context, s->db, &s->scache, SQL_SCACHE);
437 ret = prepare_stmt(context, s->db, &s->scache_name, SQL_SCACHE_NAME);
439 ret = prepare_stmt(context, s->db, &s->umaster, SQL_UMASTER);
941 ret = prepare_stmt(context, s->db, &ctx->stmt, str);
952 ret = prepare_stmt(context, s->db, &ctx->credstmt,
1056 ret = prepare_stmt(context, s->db, &stmt,
1108 ret = prepare_stmt(context, s->db, &stmt,
1210 ret = prepare_stmt(context, ctx->db, &ctx->stmt, str);