Searched refs:errCnt (Results 1 – 1 of 1) sorted by relevance
28456 int errCnt = 0; /* Number of errors seen */ in process_input() local28469 while( errCnt==0 || !bail_on_error || (p->in==0 && stdin_is_interactive) ){ in process_input()28502 errCnt++; in process_input()28530 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()28550 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()28556 return errCnt>0; in process_input()