Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c239 } LZ4F_cctx_t; typedef
435 LZ4F_cctx_t *cctxPtr; in LZ4F_compressFrame()
439 LZ4F_cctx_t cctx; in LZ4F_compressFrame()
441 LZ4F_cctx_t *cctxPtr = &cctx; in LZ4F_compressFrame()
538 LZ4F_cctx_t* const cctxPtr = (LZ4F_cctx_t*)ALLOC_AND_ZERO(sizeof(LZ4F_cctx_t)); in LZ4F_createCompressionContext()
809 static int LZ4F_localSaveDict(LZ4F_cctx_t* cctxPtr) in LZ4F_localSaveDict()