Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c280 } LZ4F_cctx_t; typedef
481 LZ4F_cctx_t* cctxPtr; in LZ4F_compressFrame()
485 LZ4F_cctx_t cctx; in LZ4F_compressFrame()
487 LZ4F_cctx_t* const cctxPtr = &cctx; in LZ4F_compressFrame()
906 static int LZ4F_localSaveDict(LZ4F_cctx_t* cctxPtr) in LZ4F_localSaveDict()