Searched refs:errCnt (Results 1 – 1 of 1) sorted by relevance
29896 int errCnt = 0; /* Number of errors seen */ in process_input() local29909 while( errCnt==0 || !bail_on_error || (p->in==0 && stdin_is_interactive) ){ in process_input()29942 errCnt++; in process_input()29970 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()29990 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()29996 return errCnt>0; in process_input()