Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c24396 int bNextLine = 0; in exec_prepared_stmt_columnar() local
24445 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()