Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c392 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_compressionContext_t LZ4F_compressionContext) in LZ4F_freeCompressionContext() argument
394 LZ4F_cctx_t* const cctxPtr = (LZ4F_cctx_t*)LZ4F_compressionContext; in LZ4F_freeCompressionContext()
399 FREEMEM(LZ4F_compressionContext); in LZ4F_freeCompressionContext()