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; argument224 typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; typedef225 struct LZ4HC_CCtx_internal struct239 const LZ4HC_CCtx_internal* dictCtx; argument252 LZ4HC_CCtx_internal internal_donotuse;
93 static void LZ4HC_clearTables (LZ4HC_CCtx_internal* hc4) in LZ4HC_clearTables()99 static void LZ4HC_init_internal (LZ4HC_CCtx_internal* hc4, const BYTE* start) in LZ4HC_init_internal()117 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()236 LZ4HC_CCtx_internal* hc4, in LZ4HC_InsertAndGetWiderMatch()251 const LZ4HC_CCtx_internal * const dictCtx = hc4->dictCtx; in LZ4HC_InsertAndGetWiderMatch()445 int LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* const hc4, /* Index table will be updated */ in LZ4HC_InsertAndFindBestMatch()533 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_hashChain()749 static int LZ4HC_compress_optimal( LZ4HC_CCtx_internal* ctx,759 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_generic_internal()820 static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal* ctxPtr, const BYTE* newBlock);[all …]