Searched refs:nErr (Results 1 – 16 of 16) sorted by relevance
73 set nErr 082 global argv nErr nTest skip_test104 incr nErr109 incr nErr143 incr nErr175 global nTest nErr nProb sqlite_open_file_count178 puts "$nErr errors out of $nTest tests"186 incr nErr
60 for {set Counter 0} {$Counter<$COUNT && $nErr==0} {incr Counter} {74 incr nErr94 incr ::nErr
47 incr nErr
76 incr ::nErr
399 int nErr = 0; in sqliteRunParser() local438 nErr++; in sqliteRunParser()456 if( zSql[i]==0 && nErr==0 && pParse->rc==SQLITE_OK ){ in sqliteRunParser()475 if( !nErr ) nErr++; in sqliteRunParser()477 if( pParse->pVdbe && pParse->nErr>0 ){ in sqliteRunParser()489 if( nErr>0 && (pParse->rc==SQLITE_OK || pParse->rc==SQLITE_DONE) ){ in sqliteRunParser()492 return nErr; in sqliteRunParser()
825 int nErr = 0; in sqliteExprCheck() local854 nErr++; in sqliteExprCheck()858 nErr++; in sqliteExprCheck()862 nErr++; in sqliteExprCheck()868 for(i=0; nErr==0 && i<n; i++){ in sqliteExprCheck()869 nErr = sqliteExprCheck(pParse, pExpr->pList->a[i].pExpr, in sqliteExprCheck()898 nErr = sqliteExprCheck(pParse, pExpr->pLeft, allowAgg, pIsAgg); in sqliteExprCheck()900 if( nErr==0 && pExpr->pRight ){ in sqliteExprCheck()901 nErr = sqliteExprCheck(pParse, pExpr->pRight, allowAgg, pIsAgg); in sqliteExprCheck()903 if( nErr==0 && pExpr->pList ){ in sqliteExprCheck()[all …]
45 pParse->nErr++; in sqliteBeginParse()75 if( v && pParse->nErr==0 ){ in sqliteExec()79 pParse->rc = pParse->nErr ? SQLITE_ERROR : SQLITE_DONE; in sqliteExec()479 pParse->nErr++; in sqliteStartTable()887 if( (pEnd==0 && pSelect==0) || pParse->nErr || sqlite_malloc_failed ) return; in sqliteEndTable()969 if( pParse->explain==0 && pParse->nErr==0 ){ in sqliteEndTable()1007 if( p==0 || pParse->nErr ){ in sqliteCreateView()1057 int nErr = 0; in sqliteViewGetColumnNames() local1109 nErr++; in sqliteViewGetColumnNames()1114 return nErr; in sqliteViewGetColumnNames()[all …]
112 if( pParse->nErr ) return; in sqliteAttach()124 pParse->nErr++; in sqliteAttach()
58 int nErr = 0; in sqliteInitCallback() local119 nErr = 1; in sqliteInitCallback()120 assert( nErr==0 ); in sqliteInitCallback()123 return nErr; in sqliteInitCallback()
119 if( pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()185 if( rc || pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()301 pParse->nErr++; in sqliteInsert()
124 pParse->nErr++; in sqliteJoinType()1093 int nErr = 0; in matchOrderbyToColumn() local1119 nErr++; in matchOrderbyToColumn()1150 nErr++; in matchOrderbyToColumn()1154 return nErr; in matchOrderbyToColumn()2031 if( sqlite_malloc_failed || pParse->nErr || p==0 ) return 1; in sqliteSelect()2057 if( pParse->nErr>0 ) goto select_end; in sqliteSelect()
93 pParse->nErr++; in sqliteBeginTrigger()168 if( pParse->nErr || pParse->pNewTrigger==0 ) goto triggerfinish_cleanup; in sqliteFinishTrigger()
79 if( pParse->nErr || sqlite_malloc_failed ){ in sqliteDeleteFrom()
64 if( pParse->nErr || sqlite_malloc_failed ) goto update_cleanup; in sqliteUpdate()
924 int nErr; /* Number of errors seen */ member
420 pParse->nErr++; in sqliteErrorMsg()