Home
last modified time | relevance | path

Searched refs:LZ4HC_CCtx_internal (Results 1 – 2 of 2) sorted by relevance

/external/lz4/lib/
Dlz4hc.h144 typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; typedef
145 struct LZ4HC_CCtx_internal struct
157 const LZ4HC_CCtx_internal* dictCtx; argument
162 typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; typedef
163 struct LZ4HC_CCtx_internal struct
175 const LZ4HC_CCtx_internal* dictCtx; argument
184 LZ4HC_CCtx_internal internal_donotuse;
Dlz4hc.c89 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 …]