Lines Matching defs:step
993 obatched(clog) << nickname << " step-ok-done(" << sqlite3_errstr(rc) << ") " << sql << endl;
995 throw sqlite_exception(rc, "sqlite3 step");
1000 int step() {
1001 tmp_ms_metric tick("sqlite3","step",nickname);
1004 obatched(clog) << nickname << " step(" << sqlite3_errstr(rc) << ") " << sql << endl;
2206 int rc = pp->step();
2209 throw sqlite_exception(rc, "step");
3047 .step();
3421 .step();
3609 // finished a scanning step -- not a "loop", because we just
3799 int rc = ps_query.step();
3802 throw sqlite_exception(rc, "step");
3852 int rc = files.step();