Lines Matching refs:nAllField
19664 u16 nAllField; /* Total columns, including key plus others */ member
73997 if( pIdxKey->nField==0 || pIdxKey->nField>pKeyInfo->nAllField ){
87110 assert( pRec->pKeyInfo->nAllField==nCol );
87659 int nCol = pRec->pKeyInfo->nAllField;
92054 assert( pKeyInfo->nAllField>=pPKey2->nField || CORRUPT_DB );
92093 pKeyInfo->nAllField>i ? pKeyInfo->aColl[i] : 0);
92160 assert( nField <= pKeyInfo->nAllField );
92499 assert( pPKey2->pKeyInfo->nAllField>=pPKey2->nField
92573 || (pKeyInfo = pPKey2->pKeyInfo)->nAllField<=i
92873 if( p->pKeyInfo->nAllField<=13 ){
93208 int nCol = p->pKeyInfo->nAllField;
100885 nField = pKeyInfo->nAllField;
107346 assert( pCsr->pKeyInfo->nKeyField<=pCsr->pKeyInfo->nAllField );
107347 szKeyInfo = SZ_KEYINFO(pCsr->pKeyInfo->nAllField);
107361 assert( nField<=pCsr->pKeyInfo->nAllField );
107405 if( pKeyInfo->nAllField<13
149586 testcase( pKI->nAllField > pKI->nKeyField+2 );
149588 pKI->nAllField-pKI->nKeyField-1);
150013 pOp->p4.pKeyInfo->nAllField += (pExtra->nExpr - pSort->nDefer);
150312 p->nAllField = (u16)(N+X);
160193 pKeyInfo->nAllField = nEphCol;