Searched refs:errCnt (Results 1 – 1 of 1) sorted by relevance
21936 int errCnt = 0; /* Number of errors seen */ in process_input() local21941 while( errCnt==0 || !bail_on_error || (p->in==0 && stdin_is_interactive) ){ in process_input()21974 errCnt++; in process_input()22001 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()22018 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()22022 return errCnt>0; in process_input()