Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.h573 LZ4FLIB_STATIC_API void LZ4F_freeCDict(LZ4F_CDict* CDict);
Dlz4frame.c504 LZ4F_freeCDict(cdict); in LZ4F_createCDict()
514 void LZ4F_freeCDict(LZ4F_CDict* cdict) in LZ4F_freeCDict() function
/third_party/lz4/programs/
Dlz4io.c637 LZ4F_freeCDict(ress.cdict); in LZ4IO_freeCResources()
/third_party/lz4/tests/
Dframetest.c677 LZ4F_freeCDict(cdict); in basicTests()