Searched refs:LZ4HC_CCtx_internal (Results 1 – 2 of 2) sorted by relevance
144 typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; typedef145 struct LZ4HC_CCtx_internal struct157 const LZ4HC_CCtx_internal* dictCtx; argument162 typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; typedef163 struct LZ4HC_CCtx_internal struct175 const LZ4HC_CCtx_internal* dictCtx; argument184 LZ4HC_CCtx_internal internal_donotuse;
89 static void LZ4HC_clearTables (LZ4HC_CCtx_internal* hc4) in LZ4HC_clearTables()95 static void LZ4HC_init (LZ4HC_CCtx_internal* hc4, const BYTE* start) in LZ4HC_init()113 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()207 LZ4HC_CCtx_internal* hc4, in LZ4HC_InsertAndGetWiderMatch()222 const LZ4HC_CCtx_internal * const dictCtx = hc4->dictCtx; in LZ4HC_InsertAndGetWiderMatch()384 int LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* const hc4, /* Index table will be updated */ in LZ4HC_InsertAndFindBestMatch()480 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_hashChain()696 static int LZ4HC_compress_optimal( LZ4HC_CCtx_internal* ctx,706 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_generic_internal()761 static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal* ctxPtr, const BYTE* newBlock);[all …]