Searched refs:nSz (Results 1 – 2 of 2) sorted by relevance
22973 i64 nSz /* Size of database file in bytes */ in recoverVfsDetectPagesize() argument22989 nBlk = (nSz+nMax-1)/nMax; in recoverVfsDetectPagesize()22994 int nByte = (nSz>=((iBlk+1)*nMax)) ? nMax : (nSz % nMax); in recoverVfsDetectPagesize()
249707 int nSz = (nData - p->iSzPoslist - 1); /* Size in bytes */ local249708 int nPos = nSz*2 + p->bDel; /* Value of nPos field */249715 memmove(&pPtr[p->iSzPoslist + nByte], &pPtr[p->iSzPoslist + 1], nSz);251944 int nSz; local251946 fts5FastGetVarint32(p, n, nSz);251947 assert_nc( nSz>=0 );251948 *pnSz = nSz/2;251949 *pbDel = nSz & 0x0001;251983 int nSz; local251984 fts5FastGetVarint32(pIter->pLeaf->p, iOff, nSz);[all …]