Searched refs:LZ4HC_CCtx_internal (Results 1 – 2 of 2) sorted by relevance
204 typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; typedef205 struct LZ4HC_CCtx_internal struct219 const LZ4HC_CCtx_internal* dictCtx; argument225 LZ4HC_CCtx_internal internal_donotuse;
94 static void LZ4HC_clearTables (LZ4HC_CCtx_internal* hc4) in LZ4HC_clearTables()100 static void LZ4HC_init_internal (LZ4HC_CCtx_internal* hc4, const BYTE* start) in LZ4HC_init_internal()120 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()241 LZ4HC_CCtx_internal* const hc4, in LZ4HC_InsertAndGetWiderMatch()254 const LZ4HC_CCtx_internal * const dictCtx = hc4->dictCtx; in LZ4HC_InsertAndGetWiderMatch()450 LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* const hc4, /* Index table will be updated */ in LZ4HC_InsertAndFindBestMatch()554 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_hashChain()791 static int LZ4HC_compress_optimal( LZ4HC_CCtx_internal* ctx,801 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_generic_internal()863 static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal* ctxPtr, const BYTE* newBlock);[all …]