Searched refs:pCheckStmt (Results 1 – 1 of 1) sorted by relevance
34762 sqlite3_stmt *pCheckStmt; in do_meta_command() local34763 lrc = sqlite3_prepare_v2(p->db, zGenQuery, -1, &pCheckStmt, 0); in do_meta_command()34768 if( SQLITE_ROW==sqlite3_step(pCheckStmt) ){ in do_meta_command()34769 double countIrreversible = sqlite3_column_double(pCheckStmt, 0); in do_meta_command()34777 sqlite3_finalize(pCheckStmt); in do_meta_command()