Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Dlz4.h581 typedef struct LZ4_stream_t_internal LZ4_stream_t_internal; typedef
582 struct LZ4_stream_t_internal struct
588 const LZ4_stream_t_internal *dictCtx; argument
615 LZ4_stream_t_internal internal_donotuse;
/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c1096 LZ4_prepareTable(LZ4_stream_t_internal *const cctx, in LZ4_prepareTable()
1143 LZ4_stream_t_internal *const cctx, in LZ4_compress_generic_validated()
1162 const LZ4_stream_t_internal *dictCtx = (const LZ4_stream_t_internal *)cctx->dictCtx; in LZ4_compress_generic_validated()
1627 LZ4_stream_t_internal *const cctx, in LZ4_compress_generic()
1671LZ4_stream_t_internal *const ctx = &LZ4_initStream(state, sizeof(LZ4_stream_t))->internal_donotuse; in LZ4_compress_fast_extState()
1714 LZ4_stream_t_internal *ctx = &((LZ4_stream_t *)state)->internal_donotuse; in LZ4_compress_fast_extState_fastReset()
1843 …LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here me… in LZ4_createStream()
1878 MEM_INIT(buffer, 0, sizeof(LZ4_stream_t_internal)); in LZ4_initStream()
1887 MEM_INIT(LZ4_stream, 0, sizeof(LZ4_stream_t_internal)); in LZ4_resetStream()
1907 LZ4_stream_t_internal *dict = &LZ4_dict->internal_donotuse; in LZ4_loadDict()
[all …]