Home
last modified time | relevance | path

Searched refs:nCmp (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c5306 int nCmp; in zipfileUpdate() local
5307 rc = zipfileDeflate(pTab, aIn, nIn, &pFree, &nCmp); in zipfileUpdate()
5309 if( iMethod || nCmp<nIn ){ in zipfileUpdate()
5312 nData = nCmp; in zipfileUpdate()
Dsqlite3.c77090 int nCmp = MIN(mem1.n, pRhs->n);
77091 rc = memcmp(&aKey1[d1], pRhs->z, nCmp);
77118 int nCmp = MIN(nStr, pRhs->n);
77119 rc = memcmp(&aKey1[d1], pRhs->z, nCmp);
77288 int nCmp;
77297 nCmp = MIN( pPKey2->aMem[0].n, nStr );
77298 res = memcmp(&aKey1[szHdr], pPKey2->aMem[0].z, nCmp);
135192 int nCmp = sqlite3ExprVectorSize(pTerm->pExpr->pLeft);
135195 nCmp = MIN(nCmp, (pIdx->nColumn - nEq));
135196 for(i=1; i<nCmp; i++){
[all …]
/external/sqlite/dist/
Dshell.c5312 int nCmp; in zipfileUpdate() local
5313 rc = zipfileDeflate(pTab, aIn, nIn, &pFree, &nCmp); in zipfileUpdate()
5315 if( iMethod || nCmp<nIn ){ in zipfileUpdate()
5318 nData = nCmp; in zipfileUpdate()
Dsqlite3.c77106 int nCmp = MIN(mem1.n, pRhs->n);
77107 rc = memcmp(&aKey1[d1], pRhs->z, nCmp);
77134 int nCmp = MIN(nStr, pRhs->n);
77135 rc = memcmp(&aKey1[d1], pRhs->z, nCmp);
77304 int nCmp;
77313 nCmp = MIN( pPKey2->aMem[0].n, nStr );
77314 res = memcmp(&aKey1[szHdr], pPKey2->aMem[0].z, nCmp);
135208 int nCmp = sqlite3ExprVectorSize(pTerm->pExpr->pLeft);
135211 nCmp = MIN(nCmp, (pIdx->nColumn - nEq));
135212 for(i=1; i<nCmp; i++){
[all …]