Searched refs:nErr (Results 1 – 16 of 16) sorted by relevance
75 set nErr 084 global argv nErr nTest skip_test106 incr nErr111 incr nErr145 incr nErr177 global nTest nErr nProb sqlite_open_file_count180 puts "$nErr errors out of $nTest tests"188 incr nErr
62 for {set Counter 0} {$Counter<$COUNT && $nErr==0} {incr Counter} {76 incr nErr96 incr ::nErr
49 incr nErr
78 incr ::nErr
402 int nErr = 0; in sqliteRunParser() local441 nErr++; in sqliteRunParser()459 if( zSql[i]==0 && nErr==0 && pParse->rc==SQLITE_OK ){ in sqliteRunParser()478 if( !nErr ) nErr++; in sqliteRunParser()480 if( pParse->pVdbe && pParse->nErr>0 ){ in sqliteRunParser()492 if( nErr>0 && (pParse->rc==SQLITE_OK || pParse->rc==SQLITE_DONE) ){ in sqliteRunParser()495 return nErr; in sqliteRunParser()
827 int nErr = 0; in sqliteExprCheck() local856 nErr++; in sqliteExprCheck()860 nErr++; in sqliteExprCheck()864 nErr++; in sqliteExprCheck()870 for(i=0; nErr==0 && i<n; i++){ in sqliteExprCheck()871 nErr = sqliteExprCheck(pParse, pExpr->pList->a[i].pExpr, in sqliteExprCheck()899 nErr = sqliteExprCheck(pParse, pExpr->pLeft, allowAgg, pIsAgg); in sqliteExprCheck()901 if( nErr==0 && pExpr->pRight ){ in sqliteExprCheck()902 nErr = sqliteExprCheck(pParse, pExpr->pRight, allowAgg, pIsAgg); in sqliteExprCheck()904 if( nErr==0 && pExpr->pList ){ in sqliteExprCheck()[all …]
48 pParse->nErr++; in sqliteBeginParse()78 if( v && pParse->nErr==0 ){ in sqliteExec()82 pParse->rc = pParse->nErr ? SQLITE_ERROR : SQLITE_DONE; in sqliteExec()482 pParse->nErr++; in sqliteStartTable()890 if( (pEnd==0 && pSelect==0) || pParse->nErr || sqlite_malloc_failed ) return; in sqliteEndTable()972 if( pParse->explain==0 && pParse->nErr==0 ){ in sqliteEndTable()1010 if( p==0 || pParse->nErr ){ in sqliteCreateView()1060 int nErr = 0; in sqliteViewGetColumnNames() local1112 nErr++; in sqliteViewGetColumnNames()1117 return nErr; in sqliteViewGetColumnNames()[all …]
115 if( pParse->nErr ) return; in sqliteAttach()127 pParse->nErr++; in sqliteAttach()
61 int nErr = 0; in sqliteInitCallback() local122 nErr = 1; in sqliteInitCallback()123 assert( nErr==0 ); in sqliteInitCallback()126 return nErr; in sqliteInitCallback()
122 if( pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()188 if( rc || pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()304 pParse->nErr++; in sqliteInsert()
128 pParse->nErr++; in sqliteJoinType()1097 int nErr = 0; in matchOrderbyToColumn() local1123 nErr++; in matchOrderbyToColumn()1154 nErr++; in matchOrderbyToColumn()1158 return nErr; in matchOrderbyToColumn()2035 if( sqlite_malloc_failed || pParse->nErr || p==0 ) return 1; in sqliteSelect()2061 if( pParse->nErr>0 ) goto select_end; in sqliteSelect()
96 pParse->nErr++; in sqliteBeginTrigger()171 if( pParse->nErr || pParse->pNewTrigger==0 ) goto triggerfinish_cleanup; in sqliteFinishTrigger()
82 if( pParse->nErr || sqlite_malloc_failed ){ in sqliteDeleteFrom()
67 if( pParse->nErr || sqlite_malloc_failed ) goto update_cleanup; in sqliteUpdate()
927 int nErr; /* Number of errors seen */ member
423 pParse->nErr++; in sqliteErrorMsg()