maxDstSize 416 include/linux/lz4.h char *dst, int srcSize, int maxDstSize); maxDstSize 508 include/linux/lz4.h char *dst, int srcSize, int maxDstSize, int acceleration); maxDstSize 586 lib/lz4/lz4hc_compress.c int maxDstSize, maxDstSize 600 lib/lz4/lz4hc_compress.c if (maxDstSize < LZ4_compressBound(srcSize)) maxDstSize 602 lib/lz4/lz4hc_compress.c srcSize, maxDstSize, compressionLevel, limitedOutput); maxDstSize 605 lib/lz4/lz4hc_compress.c srcSize, maxDstSize, compressionLevel, noLimit); maxDstSize 609 lib/lz4/lz4hc_compress.c int maxDstSize, int compressionLevel, void *wrkmem) maxDstSize 612 lib/lz4/lz4hc_compress.c srcSize, maxDstSize, compressionLevel); maxDstSize 1093 lib/zstd/decompress.c static size_t ZSTD_decompressSequences(ZSTD_DCtx *dctx, void *dst, size_t maxDstSize, const void *seqStart, size_t seqSize) maxDstSize 1098 lib/zstd/decompress.c BYTE *const oend = ostart + maxDstSize; maxDstSize 1348 lib/zstd/decompress.c static size_t ZSTD_decompressSequencesLong(ZSTD_DCtx *dctx, void *dst, size_t maxDstSize, const void *seqStart, size_t seqSize) maxDstSize 1353 lib/zstd/decompress.c BYTE *const oend = ostart + maxDstSize; maxDstSize 214 lib/zstd/fse_decompress.c FORCE_INLINE size_t FSE_decompress_usingDTable_generic(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const FSE_DTable *dt, maxDstSize 219 lib/zstd/fse_decompress.c BYTE *const omax = op + maxDstSize; maxDstSize 130 lib/zstd/huf.h size_t HUF_writeCTable_wksp(void *dst, size_t maxDstSize, const HUF_CElt *CTable, unsigned maxSymbolValue, unsigned huffLog, void *workspace, size_t workspaceSize); maxDstSize 183 lib/zstd/huf.h size_t HUF_decompress4X_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable *DTable); maxDstSize 184 lib/zstd/huf.h size_t HUF_decompress4X2_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable *DTable); maxDstSize 185 lib/zstd/huf.h size_t HUF_decompress4X4_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable *DTable); maxDstSize 207 lib/zstd/huf.h size_t HUF_decompress1X_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, maxDstSize 209 lib/zstd/huf.h size_t HUF_decompress1X2_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable *DTable); maxDstSize 210 lib/zstd/huf.h size_t HUF_decompress1X4_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable *DTable); maxDstSize 152 lib/zstd/huf_compress.c size_t HUF_writeCTable_wksp(void *dst, size_t maxDstSize, const HUF_CElt *CTable, U32 maxSymbolValue, U32 huffLog, void *workspace, size_t workspaceSize) maxDstSize 184 lib/zstd/huf_compress.c CHECK_V_F(hSize, HUF_compressWeights_wksp(op + 1, maxDstSize - 1, huffWeight, maxSymbolValue, workspace, workspaceSize)); maxDstSize 194 lib/zstd/huf_compress.c if (((maxSymbolValue + 1) / 2) + 1 > maxDstSize) maxDstSize 844 lib/zstd/huf_decompress.c size_t HUF_decompress1X_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable *DTable) maxDstSize 847 lib/zstd/huf_decompress.c return dtd.tableType ? HUF_decompress1X4_usingDTable_internal(dst, maxDstSize, cSrc, cSrcSize, DTable) maxDstSize 848 lib/zstd/huf_decompress.c : HUF_decompress1X2_usingDTable_internal(dst, maxDstSize, cSrc, cSrcSize, DTable); maxDstSize 851 lib/zstd/huf_decompress.c size_t HUF_decompress4X_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable *DTable) maxDstSize 854 lib/zstd/huf_decompress.c return dtd.tableType ? HUF_decompress4X4_usingDTable_internal(dst, maxDstSize, cSrc, cSrcSize, DTable) maxDstSize 855 lib/zstd/huf_decompress.c : HUF_decompress4X2_usingDTable_internal(dst, maxDstSize, cSrc, cSrcSize, DTable);