Lines Matching refs:LZ4HC_CCtx_internal
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);
824 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_generic_noDictCtx()
839 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_generic_dictCtx()
854 memcpy(ctx, ctx->dictCtx, sizeof(LZ4HC_CCtx_internal)); in LZ4HC_compress_generic_dictCtx()
865 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_generic()
898 LZ4HC_CCtx_internal* const ctx = &((LZ4_streamHC_t*)state)->internal_donotuse; in LZ4_compress_HC_extStateHC_fastReset()
979 LZ4_STATIC_ASSERT(sizeof(LZ4HC_CCtx_internal) <= LZ4_STREAMHCSIZE); in LZ4_initStreamHC()
1030 LZ4HC_CCtx_internal* const ctxPtr = &LZ4_streamHCPtr->internal_donotuse; in LZ4_loadDictHC()
1054 static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal* ctxPtr, const BYTE* newBlock) in LZ4HC_setExternalDict()
1077 LZ4HC_CCtx_internal* const ctxPtr = &LZ4_streamHCPtr->internal_donotuse; in LZ4_compressHC_continue_generic()
1128 LZ4HC_CCtx_internal* const streamPtr = &LZ4_streamHCPtr->internal_donotuse; in LZ4_saveDictHC()
1256 LZ4HC_FindLongerMatch(LZ4HC_CCtx_internal* const ctx, in LZ4HC_FindLongerMatch()
1278 static int LZ4HC_compress_optimal ( LZ4HC_CCtx_internal* ctx, in LZ4HC_compress_optimal()