Lines Matching refs:NEVER
14289 # define NEVER(X) (0) macro
14292 # define NEVER(X) ((X)?(assert(0),1):0) macro
14295 # define NEVER(X) (X) macro
26203 if( NEVER(id->pMethods==0) ) return 0; in sqlite3OsDeviceCharacteristics()
32053 if( NEVER(db==0) ) return; in sqlite3RecordErrorByteOffset()
32056 if( NEVER(pParse==0) ) return; in sqlite3RecordErrorByteOffset()
32058 if( NEVER(zText==0) ) return; in sqlite3RecordErrorByteOffset()
34006 if( NEVER(pVfs==0) ){ in sqlite3_randomness()
34155 if( NEVER(p==0) ) return SQLITE_NOMEM_BKPT; in sqlite3ThreadJoin()
34252 if( NEVER(p==0) ) return SQLITE_NOMEM_BKPT; in sqlite3ThreadJoin()
34316 if( NEVER(p==0) ) return SQLITE_NOMEM_BKPT; in sqlite3ThreadJoin()
43383 if( NEVER(pShmNode==0) ) return SQLITE_IOERR_SHMLOCK;
50737 if( NEVER(pShmNode==0) ) return SQLITE_IOERR_SHMLOCK;
53141 if( (p->mFlags & SQLITE_DESERIALIZE_RESIZEABLE)==0 || NEVER(p->nMmap>0) ){
53167 if( NEVER(p->mFlags & SQLITE_DESERIALIZE_READONLY) ){
53790 if( NEVER(pLower==0) ) return SQLITE_ERROR;
55017 if( NEVER(i==N_SORT_BUCKET-1) ){
60183 if( NEVER(pPg==0) ) return;
61713 if( NEVER(pPager->errCode) ) return SQLITE_OK;
62922 if( NEVER(pPager->errCode) ) return pPager->errCode;
63560 if( NEVER(pPager->errCode) ) return pPager->errCode;
63788 if( NEVER(pPager->errCode) ) return pPager->errCode;
64310 if( NEVER(pPgOld->nRef>1) ){
64543 if( NEVER(isOpen(pPager->jfd) && pPager->journalOff>0) ) return 0;
66088 }else if( NEVER(rc==SQLITE_OK) ){
66156 if( NEVER(i) ) return; /* Defense-in-depth, in case (1) above is wrong */
66410 if( NEVER(rc!=SQLITE_OK) ) break;
76745 if( NEVER(pCur->pPage->leaf==0) ) return -1;
77820 if( NEVER(rc!=SQLITE_OK) ){
78340 if( NEVER(nShift>nCell) ) return SQLITE_CORRUPT_BKPT;
78352 if( NEVER(pData>pPg->aDataEnd) ) goto editpage_fail;
78482 if( NEVER(rc) ){
78898 if( NEVER(limit<pOld->aiOvfl[0]) ){
79570 if( NEVER(pPage->nFree<0) && btreeComputeFreeSpace(pPage) ) break;
79996 if( NEVER(pCur->eState>CURSOR_INVALID) ){
80025 if( NEVER(rc) ) goto end_insert;
80605 if( NEVER(rc) ){
80771 if( NEVER(rc) ){
83112 if( NEVER(pMem->z==0) ) return;
84342 if( NEVER(rc==SQLITE_OK && sqlite3VdbeMemTooBig(pVal)) ){
84537 if( pCtx==0 || NEVER(pCtx->pParse->nErr==0) )
88211 if( NEVER(p->readOnly) ){
95424 if( NEVER(pIn1==pIn3) ) flags3 = flags1 | MEM_Str;
101287 if( pVtab==0 || NEVER(pVtab->pModule==0) ){
101637 if( pVtab==0 || NEVER(pVtab->pModule==0) ){
106432 NEVER(p->nSpill>0)
106859 if( eEName!=ENAME_TAB && (eEName!=ENAME_ROWID || NEVER(pbRowid==0)) ){
108330 if( NEVER(pE==0) ) continue;
108504 if( NEVER(pE2==0) ) continue;
109036 if( iCol<0 || NEVER(iCol>=pTab->nCol) ) return SQLITE_AFF_INTEGER;
109857 if( NEVER(p->pRight) && p->pRight->nHeight>nHeight ){
109911 if( NEVER(ExprUseWJoin(pExpr)) ) return;
110225 if( NEVER(pOrderBy==0) ){
110237 if( pExpr->x.pList==0 || NEVER(pExpr->x.pList->nExpr==0) ){
111093 if( NEVER(pColumns==0) ) goto vector_append_error;
111806 if( NEVER(p==0) ) return 0; /* Used to only happen following on OOM */
111868 || NEVER(p->y.pTab==0) /* Reference to column of index on expr */
113259 if( NEVER(p==0) ) return;
113893 || NEVER(pExpr->iAgg<0)
113894 || NEVER(pExpr->iAgg>=pInfo->nFunc)
114667 if( NEVER(v==0) ) return; /* Existence of VDBE checked by caller */
114668 if( NEVER(pExpr==0) ) return; /* No way this can happen */
114810 if( NEVER(v==0) ) return; /* Existence of VDBE checked by caller */
115852 if( NEVER(!ExprUseYTab(pExpr)) ) break;
115857 if( NEVER(pExpr->pAggInfo!=0) ) break; /* Resolved by outer context */
115907 if( NEVER(pItem->pFExpr==pExpr) ) break;
116281 if( NEVER(db->mallocFailed) ) goto exit_rename_table;
117114 if( NEVER(pPtr==0) ){
117298 && NEVER(p->pNewTable==0 && p->pNewIndex==0 && p->pNewTrigger==0)
117822 if( NEVER(pSrc==0) ){
118307 if( NEVER(db->mallocFailed) ) goto exit_drop_column;
119415 if( NEVER(i==XN_ROWID) ){
119469 if( v==0 || NEVER(pTab==0) ){
120956 if( NEVER(pList==0) ) return WRC_Continue;
122072 || NEVER(pList==0)
122073 || NEVER(pList->nExpr<pCol->iDflt)
122091 if( NEVER(pTab->u.tab.pDfltList==0) ) return 0;
122092 if( NEVER(pTab->u.tab.pDfltList->nExpr<pCol->iDflt) ) return 0;
122975 if( p==0 || NEVER(p->nCol<1) ) return;
123902 if( NEVER(pMod->pModule==0) ) return;
124158 if( NEVER(v==0) ) return;
124987 if( NEVER(iCol<0) ) goto fk_end;
125103 if( NEVER(!IsOrdinaryTable(pTab)) ) return;
126875 }else if( NEVER(pName2==0) || pName2->z==0 ){
130940 if( NEVER(pDef==0) || (pDef->funcFlags & SQLITE_FUNC_LIKE)==0 ){
133318 || NEVER(IsVirtual(pSeqTab))
140878 if( NEVER(pVTab==0) ) continue;
140879 if( NEVER(pVTab->pModule==0) ) continue;
143398 if( NEVER(pLeft->pTab==0 || pRightTab==0) ) continue;
145105 if( NEVER(nCol>32767) ) nCol = 32767;
146897 if( NEVER(pSrcItem->pTab==0) ) return;
147718 if( NEVER(pExpr==0) ) return;
148828 if( NEVER(pBase->u3.pUsing==0) ) continue;
149499 if( NEVER(pExpr->iAgg>=pAggInfo->nColumn) ) return WRC_Continue;
152040 if( NEVER(pParse->nErr) || !pTrig ) goto triggerfinish_cleanup;
152457 if( pIdList==0 || NEVER(pEList==0) ) return 1;
152468 if( NEVER(db->aDb[1].pSchema==0) ) return 0;
152639 if( NEVER(pOldExpr==0) ) continue;
154873 if( NEVER(pUpsert==0) ) return 0;
155243 || NEVER(db->mallocFailed)
155335 if( NEVER(rc!=SQLITE_OK) ) goto end_of_vacuum;
156556 if( NEVER(pExpr==0) ) return pDef;
156560 if( NEVER(pTab==0) ) return pDef;
158716 if( NEVER(pLoop->prereq & notReady) ) continue;
158885 if( NEVER(pTerm==0) ) continue;
162772 if( NEVER(p==0) ) continue;
163409 if( NEVER(pLoop==0) ) continue;
165546 if( NEVER(pExpr==0) ) continue;
166995 if( NEVER(pOBExpr==0) ) continue;
167130 if( NEVER(pOBExpr==0) ) continue;
168248 || NEVER(pItem->pSelect==0)
170711 if( NEVER(p1==0) || NEVER(p2==0) ) return 1;
179274 if( NEVER(n<=0) ) break;
185938 # define NEVER(X) (0)
185941 # define NEVER(X) ((X)?(assert(0),1):0)
185944 # define NEVER(X) (X)
203427 if( NEVER(pIter==0) ) return 1;
206167 if( NEVER(n==0) ) return i+1; /* Checked by caller */
206168 if( NEVER(i+n+sz!=iEnd) ) return i+1; /* Checked by caller */
206279 }else if( NEVER(z[j]!='\\') || j+1>=k ){
206909 if( NEVER(i>pParse->nBlob) ){
207311 if( NEVER(aBlob==0) || (aBlob[0] & 0x0f)>JSONB_OBJECT ) return 0;
207862 if( NEVER(aBlob==0) ) return;
208093 if( NEVER(sqlite3IsNaN(r)) ){
208232 if( NEVER(p->aBlob==0) ){
208890 if( NEVER(n==0) ) return JSON_MERGE_BADPATCH;
208894 if( NEVER(n==0) ) return JSON_MERGE_BADTARGET;
208946 if( NEVER(pTarget->oom) ) return JSON_MERGE_OOM;
209515 #ifdef NEVER
209518 if( NEVER(!pStr) ) return;
210402 # define NEVER(X) (0)
210405 # define NEVER(X) ((X)?(assert(0),1):0)
210408 # define NEVER(X) (X)
212058 if( NEVER(p==0) ) return SQLITE_OK;
212276 if( NEVER(pNew==0) ){ /* Because pCsr->bPoint was FALSE */
212625 if( NEVER(cnt>100) ){
212630 if( NEVER(rc!=SQLITE_OK) ){
212858 if( NEVER(pNode==0) ) return SQLITE_ERROR;
212953 if( NEVER(rc!=SQLITE_OK) ){
224696 if( NEVER(pBt==0) ) return SQLITE_OK;
224795 if( NEVER(iDb<0) ){
224800 if( NEVER(pgno<1) || NEVER(pBt==0) || NEVER(pgno>sqlite3BtreeLastPage(pBt)) ){
232090 # define NEVER(X) (0)
232093 # define NEVER(X) ((X)?(assert(0),1):0)
232096 # define NEVER(X) (X)