Home
last modified time | relevance | path

Searched refs:bNextLine (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c20614 int bNextLine = 0; in exec_prepared_stmt_columnar() local
20662 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()