Searched refs:bytesUsed (Results 1 – 2 of 2) sorted by relevance
380 uLongf bytesUsed = outputSize; in CompressBuffer() local381 int zlibError = compress2((Bytef*)output, &bytesUsed, (const Bytef*)input, in CompressBuffer()386 _compressedSize = (size_t)bytesUsed; in CompressBuffer()399 uLongf bytesUsed = outputSize; in DecompressBuffer() local400 int zlibError = uncompress((Bytef*)output, &bytesUsed, (const Bytef*)input, in DecompressBuffer()405 _uncompressedSize = (size_t)bytesUsed; in DecompressBuffer()
263 size_t bytesUsed = BytesUsedFor(i + 1); in FindSplitIndex() local265 bytesUsed += bytesNeeded; in FindSplitIndex()266 if (bytesUsed > splitSize) in FindSplitIndex()