Searched refs:errCnt (Results 1 – 1 of 1) sorted by relevance
32777 int errCnt = 0; /* Number of errors seen */ in process_input() local32790 while( errCnt==0 || !bail_on_error || (p->in==0 && stdin_is_interactive) ){ in process_input()32823 errCnt++; in process_input()32851 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()32871 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()32877 return errCnt>0; in process_input()