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()
42324 SQLITE_PRIVATE int sqlite3PcacheReleaseMemory(int nReq){42331 while( (nReq<0 || nFree<nReq)52095 i64 nReq = ((i64)mxPage * szPage);52097 if( rc==SQLITE_OK && nSize<nReq ){52098 sqlite3OsFileControlHint(pWal->pDbFd, SQLITE_FCNTL_SIZE_HINT, &nReq);81856 int nReq; /* Bytes of memory required */81887 nReq = pVal->n + sizeof(SorterRecord);81891 bFlush = pSorter->iMemory && (pSorter->iMemory+nReq) > pSorter->mxPmaSize;81912 int nMin = pSorter->iMemory + nReq;81931 pSorter->iMemory += ROUND8(nReq);[all …]
42306 SQLITE_PRIVATE int sqlite3PcacheReleaseMemory(int nReq){42313 while( (nReq<0 || nFree<nReq)52077 i64 nReq = ((i64)mxPage * szPage);52079 if( rc==SQLITE_OK && nSize<nReq ){52080 sqlite3OsFileControlHint(pWal->pDbFd, SQLITE_FCNTL_SIZE_HINT, &nReq);81838 int nReq; /* Bytes of memory required */81869 nReq = pVal->n + sizeof(SorterRecord);81873 bFlush = pSorter->iMemory && (pSorter->iMemory+nReq) > pSorter->mxPmaSize;81894 int nMin = pSorter->iMemory + nReq;81913 pSorter->iMemory += ROUND8(nReq);[all …]