Lines Matching refs:nResult
105307 int nResult; /* Number of terms in the result set */105310 nResult = pSelect->pEList->nExpr;105332 resolveOutOfRangeError(pParse, zType, i+1, nResult, pE2);109700 int nResult = sqlite3ExprVectorSize(p);109701 if( nResult==1 ){109714 pParse->nMem += nResult;109716 for(i=0; i<nResult; i++){