Home
last modified time | relevance | path

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

/external/lz4/examples/
DframeCompress.c132 void* const outbuff = malloc(outbufCapacity); in compress_file() local
135 if (!LZ4F_isError(ctxCreation) && src && outbuff) { in compress_file()
139 outbuff, outbufCapacity); in compress_file()
146 free(outbuff); in compress_file()