NEVER            19241 third_party/sqlite/amalgamation/sqlite3.c   if( N==0 || NEVER(z==0) ){
NEVER            34831 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(i==N_SORT_BUCKET-1) ){
NEVER            39235 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(!isOpen(pPager->fd)) ){
NEVER            40606 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pPager->errCode) ) return SQLITE_OK;
NEVER            40657 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(
NEVER            41131 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(MEMDB && pPager->errCode) ){ return pPager->errCode; }
NEVER            41573 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pPager->errCode) ) return pPager->errCode;
NEVER            41753 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pPager->errCode) )  return pPager->errCode;
NEVER            41757 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pPager->readOnly) ) return SQLITE_PERM;
NEVER            42183 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pPager->errCode) ) return pPager->errCode;
NEVER            42378 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pPager->errCode) ) return pPager->errCode;
NEVER            43059 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(isOpen(pPager->jfd) && pPager->journalOff>0) ) return 0;
NEVER            50578 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(wrFlag && pBt->readOnly) ){
NEVER            50963 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(offset+amt > nKey+pCur->info.nData) 
NEVER            51155 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pCur->info.nSize==0) ){
NEVER            52398 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(nKey>0x7fffffff || pKey==0) ){
NEVER            53917 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pCur->aiIdx[pCur->iPage]>=pCur->apPage[pCur->iPage]->nCell) 
NEVER            53918 third_party/sqlite/amalgamation/sqlite3.c    || NEVER(pCur->eState!=CURSOR_VALID)
NEVER            54137 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(rc) ){
NEVER            54284 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pBt->pCursor) ){
NEVER            55000 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(nRef != sqlite3PagerRefcount(pBt->pPager)) ){
NEVER            57007 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(op==TK_REGISTER) ) op = pExpr->op2;
NEVER            59276 third_party/sqlite/amalgamation/sqlite3.c           if( NEVER(p->readOnly) ){
NEVER            59330 third_party/sqlite/amalgamation/sqlite3.c         if( NEVER(p->rc==SQLITE_OK) || p->rc==SQLITE_CONSTRAINT ){
NEVER            59545 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(p==0) ) return;
NEVER            60002 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(pMem->zMalloc) ) sqlite3VdbeMemRelease(pMem);
NEVER            63437 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(rc!=SQLITE_OK) ){
NEVER            65415 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(u.aw.p2<2) ) {
NEVER            66079 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(u.be.pC->pCursor==0) ){
NEVER            66365 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(rc!=SQLITE_OK) ) goto abort_due_to_error;
NEVER            66445 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(rc!=SQLITE_OK) ) goto abort_due_to_error;
NEVER            66802 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(rc) ) goto abort_due_to_error;
NEVER            69707 third_party/sqlite/amalgamation/sqlite3.c             if( NEVER(zTabName==0) || sqlite3StrICmp(zTabName, zTab)!=0 ){
NEVER            72100 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pTab==0) ) return 0;
NEVER            72317 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(v==0) ) return 0;
NEVER            72945 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(iFrom==iTo) ) return;
NEVER            72961 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(iFrom==iTo) ) return;
NEVER            73765 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(r1!=r2) ) sqlite3ReleaseTempReg(pParse, r1);
NEVER            73908 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(v==0) )     return;  /* Existance of VDBE checked by caller */
NEVER            73909 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pExpr==0) ) return;  /* No way this can happen */
NEVER            74028 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(v==0) ) return; /* Existance of VDBE checked by caller */
NEVER            74192 third_party/sqlite/amalgamation/sqlite3.c     if( ExprHasProperty(pB, EP_IntValue) || NEVER(pB->u.zToken==0) ) return 2;
NEVER            74835 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(v==0) ) return;
NEVER            74907 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(db->mallocFailed) ) goto exit_rename_table;
NEVER            75460 third_party/sqlite/amalgamation/sqlite3.c   if( v==0 || NEVER(pTab==0) ){
NEVER            76461 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(iDb<0) || iDb==1 ) return 0;
NEVER            76493 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pList==0) ) return 0;
NEVER            76756 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pTab==0) ) return;
NEVER            77837 third_party/sqlite/amalgamation/sqlite3.c   if( p==0 || NEVER(p->nCol<1) ) return;
NEVER            77916 third_party/sqlite/amalgamation/sqlite3.c   if( p==0 || NEVER(p->nCol<1) ) return;
NEVER            78362 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(v==0) ) return;
NEVER            79027 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(iCol<0) ) goto fk_end;
NEVER            80118 third_party/sqlite/amalgamation/sqlite3.c   if( p==0 || NEVER(p->nSrc==0) ){
NEVER            80526 third_party/sqlite/amalgamation/sqlite3.c   }else if( NEVER(pName2==0) || pName2->z==0 ){
NEVER            83175 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pDef==0) || (pDef->flags & SQLITE_FUNC_LIKE)==0 ){
NEVER            84972 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(zTab==0) ) goto insert_cleanup;
NEVER            85089 third_party/sqlite/amalgamation/sqlite3.c     if( rc || NEVER(pParse->nErr) || db->mallocFailed ){
NEVER            90256 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(pLeftTab==0 || pRightTab==0) ) continue;
NEVER            90469 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(v==0) ) return;
NEVER            90910 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pExpr==0) || pNC->pSrcList==0 ) return 0;
NEVER            91083 third_party/sqlite/amalgamation/sqlite3.c   if( pParse->colNamesSet || NEVER(v==0) || db->mallocFailed ) return;
NEVER            91091 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(p==0) ) continue;
NEVER            91356 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(v==0) ) return;  /* VDBE should have already been allocated */
NEVER            92709 third_party/sqlite/amalgamation/sqlite3.c        || NEVER(pSub1->pSrc==0) || pSub1->pSrc->nSrc!=1
NEVER            92984 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(ExprHasProperty(pExpr, EP_xIsSelect)) ) return 0;
NEVER            93092 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(p->pSrc==0) || (p->selFlags & SF_Expanded)!=0 ){
NEVER            93413 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(p==0) ) return;
NEVER            94857 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pParse->nErr) || !pTrig ) goto triggerfinish_cleanup;
NEVER            95204 third_party/sqlite/amalgamation/sqlite3.c   if( pIdList==0 || NEVER(pEList==0) ) return 1;
NEVER            96552 third_party/sqlite/amalgamation/sqlite3.c    || NEVER(db->mallocFailed)
NEVER            96665 third_party/sqlite/amalgamation/sqlite3.c       if( NEVER(rc!=SQLITE_OK) ) goto end_of_vacuum;
NEVER            97585 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pExpr==0) ) return pDef;
NEVER            97588 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pTab==0) ) return pDef;
NEVER            98257 third_party/sqlite/amalgamation/sqlite3.c           if( NEVER(j>=pIdx->nColumn) ) return 0;
NEVER            101051 third_party/sqlite/amalgamation/sqlite3.c     if( NEVER(pTerm==0) ) break;
NEVER            102298 third_party/sqlite/amalgamation/sqlite3.c                 || NEVER((sCost.plan.wsFlags & WHERE_NOT_FULLSCAN)!=0))
NEVER            104109 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pParser->yyidx<0) ) return 0;
NEVER            104142 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(pParser==0) ) return;
NEVER            108178 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(p==0) || p->xFunc==0 || p->nBusy<0 ) return 0;
NEVER             341 third_party/sqlite/src/src/alter.c   if( NEVER(v==0) ) return;
NEVER             413 third_party/sqlite/src/src/alter.c   if( NEVER(db->mallocFailed) ) goto exit_rename_table;
NEVER             138 third_party/sqlite/src/src/analyze.c   if( v==0 || NEVER(pTab==0) ){
NEVER             418 third_party/sqlite/src/src/attach.c   if( NEVER(iDb<0) || iDb==1 ) return 0;
NEVER             450 third_party/sqlite/src/src/attach.c   if( NEVER(pList==0) ) return 0;
NEVER             168 third_party/sqlite/src/src/auth.c   if( NEVER(pTab==0) ) return;
NEVER            3459 third_party/sqlite/src/src/btree.c   if( NEVER(wrFlag && pBt->readOnly) ){
NEVER            3844 third_party/sqlite/src/src/btree.c   if( NEVER(offset+amt > nKey+pCur->info.nData) 
NEVER            4036 third_party/sqlite/src/src/btree.c   if( NEVER(pCur->info.nSize==0) ){
NEVER            5279 third_party/sqlite/src/src/btree.c     if( NEVER(nKey>0x7fffffff || pKey==0) ){
NEVER            6798 third_party/sqlite/src/src/btree.c   if( NEVER(pCur->aiIdx[pCur->iPage]>=pCur->apPage[pCur->iPage]->nCell) 
NEVER            6799 third_party/sqlite/src/src/btree.c    || NEVER(pCur->eState!=CURSOR_VALID)
NEVER            7018 third_party/sqlite/src/src/btree.c     if( NEVER(rc) ){
NEVER            7165 third_party/sqlite/src/src/btree.c   if( NEVER(pBt->pCursor) ){
NEVER            7881 third_party/sqlite/src/src/btree.c   if( NEVER(nRef != sqlite3PagerRefcount(pBt->pPager)) ){
NEVER             998 third_party/sqlite/src/src/build.c   if( p==0 || NEVER(p->nCol<1) ) return;
NEVER            1077 third_party/sqlite/src/src/build.c   if( p==0 || NEVER(p->nCol<1) ) return;
NEVER            1523 third_party/sqlite/src/src/build.c     if( NEVER(v==0) ) return;
NEVER            2188 third_party/sqlite/src/src/build.c     if( NEVER(iCol<0) ) goto fk_end;
NEVER            3279 third_party/sqlite/src/src/build.c   if( p==0 || NEVER(p->nSrc==0) ){
NEVER            3687 third_party/sqlite/src/src/build.c   }else if( NEVER(pName2==0) || pName2->z==0 ){
NEVER            1363 third_party/sqlite/src/src/expr.c   if( NEVER(pTab==0) ) return 0;
NEVER            1580 third_party/sqlite/src/src/expr.c   if( NEVER(v==0) ) return 0;
NEVER            2208 third_party/sqlite/src/src/expr.c   if( NEVER(iFrom==iTo) ) return;
NEVER            2224 third_party/sqlite/src/src/expr.c   if( NEVER(iFrom==iTo) ) return;
NEVER            3028 third_party/sqlite/src/src/expr.c     if( NEVER(r1!=r2) ) sqlite3ReleaseTempReg(pParse, r1);
NEVER            3171 third_party/sqlite/src/src/expr.c   if( NEVER(v==0) )     return;  /* Existance of VDBE checked by caller */
NEVER            3172 third_party/sqlite/src/src/expr.c   if( NEVER(pExpr==0) ) return;  /* No way this can happen */
NEVER            3291 third_party/sqlite/src/src/expr.c   if( NEVER(v==0) ) return; /* Existance of VDBE checked by caller */
NEVER            3455 third_party/sqlite/src/src/expr.c     if( ExprHasProperty(pB, EP_IntValue) || NEVER(pB->u.zToken==0) ) return 2;
NEVER            1476 third_party/sqlite/src/src/func.c   if( NEVER(pDef==0) || (pDef->flags & SQLITE_FUNC_LIKE)==0 ){
NEVER             489 third_party/sqlite/src/src/insert.c   if( NEVER(zTab==0) ) goto insert_cleanup;
NEVER             606 third_party/sqlite/src/src/insert.c     if( rc || NEVER(pParse->nErr) || db->mallocFailed ){
NEVER             332 third_party/sqlite/src/src/lempar.c   if( NEVER(pParser->yyidx<0) ) return 0;
NEVER             365 third_party/sqlite/src/src/lempar.c   if( NEVER(pParser==0) ) return;
NEVER             933 third_party/sqlite/src/src/main.c   if( NEVER(p==0) || p->xFunc==0 || p->nBusy<0 ) return 0;
NEVER            2805 third_party/sqlite/src/src/pager.c   if( NEVER(!isOpen(pPager->fd)) ){
NEVER            4176 third_party/sqlite/src/src/pager.c   if( NEVER(pPager->errCode) ) return SQLITE_OK;
NEVER            4227 third_party/sqlite/src/src/pager.c     if( NEVER(
NEVER            4701 third_party/sqlite/src/src/pager.c   if( NEVER(MEMDB && pPager->errCode) ){ return pPager->errCode; }
NEVER            5143 third_party/sqlite/src/src/pager.c   if( NEVER(pPager->errCode) ) return pPager->errCode;
NEVER            5323 third_party/sqlite/src/src/pager.c   if( NEVER(pPager->errCode) )  return pPager->errCode;
NEVER            5327 third_party/sqlite/src/src/pager.c   if( NEVER(pPager->readOnly) ) return SQLITE_PERM;
NEVER            5753 third_party/sqlite/src/src/pager.c   if( NEVER(pPager->errCode) ) return pPager->errCode;
NEVER            5948 third_party/sqlite/src/src/pager.c   if( NEVER(pPager->errCode) ) return pPager->errCode;
NEVER            6629 third_party/sqlite/src/src/pager.c   if( NEVER(isOpen(pPager->jfd) && pPager->journalOff>0) ) return 0;
NEVER             506 third_party/sqlite/src/src/pcache.c     if( NEVER(i==N_SORT_BUCKET-1) ){
NEVER             758 third_party/sqlite/src/src/printf.c   if( N==0 || NEVER(z==0) ){
NEVER             176 third_party/sqlite/src/src/resolve.c             if( NEVER(zTabName==0) || sqlite3StrICmp(zTabName, zTab)!=0 ){
NEVER             334 third_party/sqlite/src/src/select.c     if( NEVER(pLeftTab==0 || pRightTab==0) ) continue;
NEVER             547 third_party/sqlite/src/src/select.c   if( NEVER(v==0) ) return;
NEVER             988 third_party/sqlite/src/src/select.c   if( NEVER(pExpr==0) || pNC->pSrcList==0 ) return 0;
NEVER            1161 third_party/sqlite/src/src/select.c   if( pParse->colNamesSet || NEVER(v==0) || db->mallocFailed ) return;
NEVER            1169 third_party/sqlite/src/src/select.c     if( NEVER(p==0) ) continue;
NEVER            1434 third_party/sqlite/src/src/select.c     if( NEVER(v==0) ) return;  /* VDBE should have already been allocated */
NEVER            2787 third_party/sqlite/src/src/select.c        || NEVER(pSub1->pSrc==0) || pSub1->pSrc->nSrc!=1
NEVER            3062 third_party/sqlite/src/src/select.c   if( NEVER(ExprHasProperty(pExpr, EP_xIsSelect)) ) return 0;
NEVER            3170 third_party/sqlite/src/src/select.c   if( NEVER(p->pSrc==0) || (p->selFlags & SF_Expanded)!=0 ){
NEVER            3491 third_party/sqlite/src/src/select.c   if( NEVER(p==0) ) return;
NEVER             271 third_party/sqlite/src/src/trigger.c   if( NEVER(pParse->nErr) || !pTrig ) goto triggerfinish_cleanup;
NEVER             618 third_party/sqlite/src/src/trigger.c   if( pIdList==0 || NEVER(pEList==0) ) return 1;
NEVER             187 third_party/sqlite/src/src/vacuum.c    || NEVER(db->mallocFailed)
NEVER             300 third_party/sqlite/src/src/vacuum.c       if( NEVER(rc!=SQLITE_OK) ) goto end_of_vacuum;
NEVER            1117 third_party/sqlite/src/src/vdbe.c   if( NEVER(rc!=SQLITE_OK) ){
NEVER            3057 third_party/sqlite/src/src/vdbe.c     if( NEVER(p2<2) ) {
NEVER            3705 third_party/sqlite/src/src/vdbe.c   if( NEVER(pC->pCursor==0) ){
NEVER            3987 third_party/sqlite/src/src/vdbe.c   if( NEVER(rc!=SQLITE_OK) ) goto abort_due_to_error;
NEVER            4065 third_party/sqlite/src/src/vdbe.c   if( NEVER(rc!=SQLITE_OK) ) goto abort_due_to_error;
NEVER            4406 third_party/sqlite/src/src/vdbe.c     if( NEVER(rc) ) goto abort_due_to_error;
NEVER            2151 third_party/sqlite/src/src/vdbeaux.c           if( NEVER(p->readOnly) ){
NEVER            2205 third_party/sqlite/src/src/vdbeaux.c         if( NEVER(p->rc==SQLITE_OK) || p->rc==SQLITE_CONSTRAINT ){
NEVER            2420 third_party/sqlite/src/src/vdbeaux.c   if( NEVER(p==0) ) return;
NEVER            2877 third_party/sqlite/src/src/vdbeaux.c     if( NEVER(pMem->zMalloc) ) sqlite3VdbeMemRelease(pMem);
NEVER            1042 third_party/sqlite/src/src/vdbemem.c   if( NEVER(op==TK_REGISTER) ) op = pExpr->op2;
NEVER             873 third_party/sqlite/src/src/vtab.c   if( NEVER(pExpr==0) ) return pDef;
NEVER             876 third_party/sqlite/src/src/vtab.c   if( NEVER(pTab==0) ) return pDef;
NEVER             603 third_party/sqlite/src/src/where.c           if( NEVER(j>=pIdx->nColumn) ) return 0;
NEVER            3397 third_party/sqlite/src/src/where.c     if( NEVER(pTerm==0) ) break;
NEVER            4644 third_party/sqlite/src/src/where.c                 || NEVER((sCost.plan.wsFlags & WHERE_NOT_FULLSCAN)!=0))