Searched refs:bNextLine (Results 1 – 1 of 1) sorted by relevance
20614 int bNextLine = 0; in exec_prepared_stmt_columnar() local20662 int useNextLine = bNextLine; in exec_prepared_stmt_columnar()20663 bNextLine = 0; in exec_prepared_stmt_columnar()20693 bNextLine = 1; in exec_prepared_stmt_columnar()20698 }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW ); in exec_prepared_stmt_columnar()