Searched refs:bNextLine (Results 1 – 1 of 1) sorted by relevance
24396 int bNextLine = 0; in exec_prepared_stmt_columnar() local24445 int useNextLine = bNextLine; in exec_prepared_stmt_columnar()24446 bNextLine = 0; in exec_prepared_stmt_columnar()24477 bNextLine = 1; in exec_prepared_stmt_columnar()24482 }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW ); in exec_prepared_stmt_columnar()