Lines Matching defs:dcache
56 sqlite3_stmt *dcache;
175 if (s->dcache)
176 sqlite3_finalize(s->dcache);
433 ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE);
641 sqlite3_bind_int(s->dcache, 1, s->cid);
643 ret = sqlite3_step(s->dcache);
645 sqlite3_reset(s->dcache);
1299 sqlite3_bind_int(sfrom->dcache, 1, sto->cid);
1301 ret = sqlite3_step(sfrom->dcache);
1303 sqlite3_reset(sfrom->dcache);