Searched refs:bNextLine (Results 1 – 1 of 1) sorted by relevance
21877 int bNextLine = 0; in exec_prepared_stmt_columnar() local21926 int useNextLine = bNextLine; in exec_prepared_stmt_columnar()21927 bNextLine = 0; in exec_prepared_stmt_columnar()21957 bNextLine = 1; in exec_prepared_stmt_columnar()21962 }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW ); in exec_prepared_stmt_columnar()