Home
last modified time | relevance | path

Searched refs:outbufCapacity (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/liblz4/lz4-1.9.3/examples/
H A DframeCompress.c132 …size_t const outbufCapacity = LZ4F_compressBound(IN_CHUNK_SIZE, &kPrefs); /* large enough for an… in compress_file() local
133 void* const outbuff = malloc(outbufCapacity); in compress_file()
140 outbuff, outbufCapacity); in compress_file()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/examples/
H A DframeCompress.c132 …size_t const outbufCapacity = LZ4F_compressBound(IN_CHUNK_SIZE, &kPrefs); /* large enough for an… in compress_file() local
133 void* const outbuff = malloc(outbufCapacity); in compress_file()
140 outbuff, outbufCapacity); in compress_file()
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/examples/
H A DframeCompress.c132 …size_t const outbufCapacity = LZ4F_compressBound(IN_CHUNK_SIZE, &kPrefs); /* large enough for an… in compress_file() local
133 void* const outbuff = malloc(outbufCapacity); in compress_file()
140 outbuff, outbufCapacity); in compress_file()