prepare_stmt
ret = prepare_stmt(context, s->db, &stmt,
ret = prepare_stmt(context, s->db, &stmt,
ret = prepare_stmt(context, ctx->db, &ctx->stmt, str);
ret = prepare_stmt(context, db, &stmt, "SELECT defaultcache FROM master");
ret = prepare_stmt(context, s->db, &s->icred, SQL_ICRED);
ret = prepare_stmt(context, s->db, &s->dcred, SQL_DCRED);
ret = prepare_stmt(context, s->db, &s->iprincipal, SQL_IPRINCIPAL);
ret = prepare_stmt(context, s->db, &s->icache, SQL_ICACHE);
ret = prepare_stmt(context, s->db, &s->ucachen, SQL_UCACHE_NAME);
ret = prepare_stmt(context, s->db, &s->ucachep, SQL_UCACHE_PRINCIPAL);
ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE);
ret = prepare_stmt(context, s->db, &s->scache, SQL_SCACHE);
ret = prepare_stmt(context, s->db, &s->scache_name, SQL_SCACHE_NAME);
ret = prepare_stmt(context, s->db, &s->umaster, SQL_UMASTER);
ret = prepare_stmt(context, s->db, &ctx->stmt, str);
ret = prepare_stmt(context, s->db, &ctx->credstmt,