Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.h204 typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; typedef
205 struct LZ4HC_CCtx_internal struct
219 const LZ4HC_CCtx_internal* dictCtx; argument
224 typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; typedef
225 struct LZ4HC_CCtx_internal struct
239 const LZ4HC_CCtx_internal* dictCtx; argument
252 LZ4HC_CCtx_internal internal_donotuse;
Dlz4hc.c93 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 …]