Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c35972 int errCnt = 0; /* Number of errors seen */ in process_input() local
35990 while( errCnt==0 || !bail_on_error || (p->in==0 && stdin_is_interactive) ){ in process_input()
36023 errCnt++; in process_input()
36055 errCnt++; in process_input()
36059 errCnt += runOneSqlLine(p, zSql, p->zInFile, startline); in process_input()
36083 errCnt += runOneSqlLine(p, zSql, p->zInFile, startline); in process_input()
36091 return errCnt>0; in process_input()