Searched refs:pCheckStmt (Results 1 – 1 of 1) sorted by relevance
27372 sqlite3_stmt *pCheckStmt; in do_meta_command() local27373 lrc = sqlite3_prepare_v2(p->db, zGenQuery, -1, &pCheckStmt, 0); in do_meta_command()27378 if( SQLITE_ROW==sqlite3_step(pCheckStmt) ){ in do_meta_command()27379 double countIrreversible = sqlite3_column_double(pCheckStmt, 0); in do_meta_command()27386 sqlite3_finalize(pCheckStmt); in do_meta_command()