Searched refs:LZ4_stream_t_internal (Results 1 – 2 of 2) sorted by relevance
563 typedef struct LZ4_stream_t_internal LZ4_stream_t_internal; typedef564 struct LZ4_stream_t_internal { struct570 const LZ4_stream_t_internal* dictCtx; argument583 typedef struct LZ4_stream_t_internal LZ4_stream_t_internal; typedef584 struct LZ4_stream_t_internal { struct590 const LZ4_stream_t_internal* dictCtx; argument616 LZ4_stream_t_internal internal_donotuse;
739 LZ4_prepareTable(LZ4_stream_t_internal* const cctx, in LZ4_prepareTable()747 MEM_INIT(cctx, 0, sizeof(LZ4_stream_t_internal)); in LZ4_prepareTable()790 LZ4_stream_t_internal* const cctx, in LZ4_compress_generic()809 const LZ4_stream_t_internal* dictCtx = (const LZ4_stream_t_internal*) cctx->dictCtx; in LZ4_compress_generic()1182 …LZ4_stream_t_internal* const ctx = & LZ4_initStream(state, sizeof(LZ4_stream_t)) -> internal_donot… in LZ4_compress_fast_extState()1213 LZ4_stream_t_internal* ctx = &((LZ4_stream_t*)state)->internal_donotuse; in LZ4_compress_fast_extState_fastReset()1336 …LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here… in LZ4_createStream()1391 LZ4_stream_t_internal* dict = &LZ4_dict->internal_donotuse; in LZ4_loadDict()1432 const LZ4_stream_t_internal* dictCtx = dictionaryStream == NULL ? NULL : in LZ4_attach_dictionary()1465 static void LZ4_renormDictT(LZ4_stream_t_internal* LZ4_dict, int nextSize) in LZ4_renormDictT()[all …]