Searched refs:LZ4HC_CCtx_internal (Results 1 – 2 of 2) sorted by relevance
201 typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; typedef202 struct LZ4HC_CCtx_internal struct216 const LZ4HC_CCtx_internal* dictCtx; argument227 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()118 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()237 LZ4HC_CCtx_internal* hc4, in LZ4HC_InsertAndGetWiderMatch()252 const LZ4HC_CCtx_internal * const dictCtx = hc4->dictCtx; in LZ4HC_InsertAndGetWiderMatch()446 int LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* const hc4, /* Index table will be updated */ in LZ4HC_InsertAndFindBestMatch()550 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_hashChain()787 static int LZ4HC_compress_optimal( LZ4HC_CCtx_internal* ctx,797 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_generic_internal()859 static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal* ctxPtr, const BYTE* newBlock);[all …]