Searched refs:nReq (Results 1 – 3 of 3) sorted by relevance
2237 UInt nReq = nTS; in VTS__subtract() local2241 nReq--; in VTS__subtract()2243 tl_assert(nReq <= nTS); in VTS__subtract()2245 VTS* res = VTS__new(who, nReq); in VTS__subtract()2253 tl_assert(j == nReq); in VTS__subtract()
46170 SQLITE_PRIVATE int sqlite3PcacheReleaseMemory(int nReq){46177 while( (nReq<0 || nFree<nReq)56209 i64 nReq = ((i64)mxPage * szPage);56211 if( rc==SQLITE_OK && nSize<nReq ){56212 sqlite3OsFileControlHint(pWal->pDbFd, SQLITE_FCNTL_SIZE_HINT, &nReq);87625 int nReq; /* Bytes of memory required */87658 nReq = pVal->n + sizeof(SorterRecord);87662 bFlush = pSorter->iMemory && (pSorter->iMemory+nReq) > pSorter->mxPmaSize;87683 int nMin = pSorter->iMemory + nReq;87701 pSorter->iMemory += ROUND8(nReq);[all …]