| /sqlite-3.40.0/src/ |
| H A D | threads.c | 92 if( NEVER(p==0) ) return SQLITE_NOMEM_BKPT; in sqlite3ThreadJoin() 189 if( NEVER(p==0) ) return SQLITE_NOMEM_BKPT; in sqlite3ThreadJoin() 253 if( NEVER(p==0) ) return SQLITE_NOMEM_BKPT; in sqlite3ThreadJoin()
|
| H A D | vacuum.c | 267 || NEVER(db->mallocFailed) in sqlite3RunVacuum() 359 if( NEVER(rc!=SQLITE_OK) ) goto end_of_vacuum; in sqlite3RunVacuum()
|
| H A D | memdb.c | 275 if( (p->mFlags & SQLITE_DESERIALIZE_RESIZEABLE)==0 || NEVER(p->nMmap>0) ){ in memdbEnlarge() 301 if( NEVER(p->mFlags & SQLITE_DESERIALIZE_READONLY) ){ in memdbWrite() 867 if( NEVER(pLower==0) ) return SQLITE_ERROR; in sqlite3MemdbInit()
|
| H A D | trigger.c | 323 if( NEVER(pParse->nErr) || !pTrig ) goto triggerfinish_cleanup; in sqlite3FinishTrigger() 740 if( pIdList==0 || NEVER(pEList==0) ) return 1; in checkColumnOverlap() 751 if( NEVER(db->aDb[1].pSchema==0) ) return 0; in tempTriggersExist() 922 if( NEVER(pOldExpr==0) ) continue; in sqlite3ExpandReturning()
|
| H A D | random.c | 103 if( NEVER(pVfs==0) ){ in sqlite3_randomness()
|
| H A D | printf.c | 940 if( NEVER(db==0) ) return; in sqlite3RecordErrorByteOffset() 943 if( NEVER(pParse==0) ) return; in sqlite3RecordErrorByteOffset() 945 if( NEVER(zText==0) ) return; in sqlite3RecordErrorByteOffset()
|
| H A D | build.c | 707 || NEVER(pList==0) in sqlite3ColumnSetExpr() 708 || NEVER(pList->nExpr<pCol->iDflt) in sqlite3ColumnSetExpr() 725 if( NEVER(!IsOrdinaryTable(pTab)) ) return 0; in sqlite3ColumnExpr() 726 if( NEVER(pTab->u.tab.pDfltList==0) ) return 0; in sqlite3ColumnExpr() 727 if( NEVER(pTab->u.tab.pDfltList->nExpr<pCol->iDflt) ) return 0; in sqlite3ColumnExpr() 1611 if( p==0 || NEVER(p->nCol<1) ) return; in sqlite3AddNotNull() 2526 if( NEVER(pMod->pModule==0) ) return; in sqlite3MarkAllShadowTablesOf() 2781 if( NEVER(v==0) ) return; in sqlite3EndTable() 3599 if( NEVER(iCol<0) ) goto fk_end; in sqlite3CreateForeignKey() 3715 if( NEVER(!IsOrdinaryTable(pTab)) ) return; in sqlite3DeferForeignKey() [all …]
|
| H A D | alter.c | 139 if( NEVER(db->mallocFailed) ) goto exit_rename_table; in sqlite3AlterRenameTable() 966 if( NEVER(pPtr==0) ){ in renameTokenFind() 1150 && NEVER(p->pNewTable==0 && p->pNewIndex==0 && p->pNewTrigger==0) in renameParseSql() 1651 if( NEVER(pSrc==0) ){ in renameTableSelectCb() 2136 if( NEVER(db->mallocFailed) ) goto exit_drop_column; in sqlite3AlterDropColumn()
|
| H A D | expr.c | 25 if( iCol<0 || NEVER(iCol>=pTab->nCol) ) return SQLITE_AFF_INTEGER; in sqlite3TableColumnAffinity() 769 if( NEVER(p->pRight) && p->pRight->nHeight>nHeight ){ in exprSetHeight() 1873 if( NEVER(pColumns==0) ) goto vector_append_error; in sqlite3ExprListAppendVector() 2450 if( NEVER(p==0) ) return 0; /* Used to only happen following on OOM */ in sqlite3ExprIsInteger() 3868 if( NEVER(p==0) ) return; in exprToRegister() 4438 || NEVER(pExpr->iAgg<0) in sqlite3ExprCodeTarget() 4439 || NEVER(pExpr->iAgg>=pInfo->nFunc) in sqlite3ExprCodeTarget() 5200 if( NEVER(v==0) ) return; /* Existence of VDBE checked by caller */ in sqlite3ExprIfTrue() 5201 if( NEVER(pExpr==0) ) return; /* No way this can happen */ in sqlite3ExprIfTrue() 5343 if( NEVER(v==0) ) return; /* Existence of VDBE checked by caller */ in sqlite3ExprIfFalse()
|
| H A D | memjournal.c | 413 NEVER(p->nSpill>0) in sqlite3JournalCreate()
|
| H A D | upsert.c | 220 if( NEVER(pUpsert==0) ) return 0; in sqlite3UpsertNextIsIPK()
|
| H A D | os.c | 166 if( NEVER(id->pMethods==0) ) return 0; in sqlite3OsDeviceCharacteristics()
|
| H A D | pager.c | 3033 if( NEVER(pPg==0) ) return; in pager_write_changecounter() 4565 if( NEVER(pPager->errCode) ) return SQLITE_OK; in pagerStress() 5771 if( NEVER(pPager->errCode) ) return pPager->errCode; in pager_open_journal() 6409 if( NEVER(pPager->errCode) ) return pPager->errCode; in sqlite3PagerCommitPhaseOne() 6630 if( NEVER(pPager->errCode) ) return pPager->errCode; in sqlite3PagerCommitPhaseTwo() 7148 if( NEVER(pPgOld->nRef>1) ){ in sqlite3PagerMovepage() 7381 if( NEVER(isOpen(pPager->jfd) && pPager->journalOff>0) ) return 0; in sqlite3PagerOkToChangeJournalMode()
|
| H A D | vtab.c | 1140 if( NEVER(pExpr==0) ) return pDef; in sqlite3VtabOverloadFunction() 1144 if( NEVER(pTab==0) ) return pDef; in sqlite3VtabOverloadFunction()
|
| H A D | attach.c | 465 if( NEVER(pList==0) ) return WRC_Continue; in fixSelectCb()
|
| H A D | tokenize.c | 762 if( NEVER(n<=0) ) break;
|
| H A D | btree.c | 6029 if( NEVER(pCur->eState!=CURSOR_VALID) ) return -1; in sqlite3BtreeRowCountEst() 6030 if( NEVER(pCur->pPage->leaf==0) ) return -1; in sqlite3BtreeRowCountEst() 6082 if( NEVER(!pPage->isInit) || sqlite3FaultSim(412) ){ in btreeNext() 7519 if( NEVER(nShift>nCell) ) return SQLITE_CORRUPT_BKPT; in editPage() 7660 if( NEVER(rc) ){ in balance_quick() 8076 if( NEVER(limit<pOld->aiOvfl[0]) ){ in balance_nonroot() 8744 if( NEVER(pPage->nFree<0) && btreeComputeFreeSpace(pPage) ) break; in balance() 9148 if( NEVER(pCur->eState>CURSOR_INVALID) ){ in sqlite3BtreeInsert() 9749 if( NEVER(rc) ){ in btreeCreateTable() 9915 if( NEVER(rc) ){ in btreeDropTable()
|
| H A D | wal.c | 1024 }else if( NEVER(rc==SQLITE_OK) ){ in walHashGet() 1091 if( NEVER(i) ) return; /* Defense-in-depth, in case (1) above is wrong */ in walCleanupHash() 1343 if( NEVER(rc!=SQLITE_OK) ) break; in walIndexRecover()
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | checkfreelist.c | 52 # define NEVER(X) (0) macro 55 # define NEVER(X) ((X)?(assert(0),1):0) 58 # define NEVER(X) (X)
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3Int.h | 159 # define NEVER(X) (0) macro 162 # define NEVER(X) ((X)?(assert(0),1):0) macro 165 # define NEVER(X) (X) macro
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5Int.h | 44 # define NEVER(X) (0) macro 47 # define NEVER(X) ((X)?(assert(0),1):0) macro 50 # define NEVER(X) (X) macro
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | unionvtab.c | 164 # define NEVER(X) (0) macro 167 # define NEVER(X) ((X)?(assert(0),1):0) 170 # define NEVER(X) (X)
|
| H A D | zipfile.c | 64 # define NEVER(X) (0) macro 67 # define NEVER(X) ((X)?(assert(0),1):0) macro 70 # define NEVER(X) (X) macro
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 89 # define NEVER(X) (0) macro 92 # define NEVER(X) ((X)?(assert(0),1):0) macro 95 # define NEVER(X) (X) macro 1731 if( NEVER(p==0) ) return SQLITE_OK; in rtreeColumn() 1932 if( NEVER(pNew==0) ){ /* Because pCsr->bPoint was FALSE */ in rtreeFilter() 2271 if( NEVER(cnt>100) ){ in AdjustTree() 2276 if( NEVER(rc!=SQLITE_OK) ){ in AdjustTree() 2575 if( NEVER(pNode==0) ) return SQLITE_ERROR; in updateMapping() 2670 if( NEVER(rc!=SQLITE_OK) ){ in SplitNode()
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | sqlite3expert.c | 24 # define NEVER(X) (0) macro 27 # define NEVER(X) ((X)?(assert(0),1):0) macro 30 # define NEVER(X) (X) macro
|