Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c1671 …LZ4_stream_t_internal *const ctx = &LZ4_initStream(state, sizeof(LZ4_stream_t))->internal_donotuse; in LZ4_compress_fast_extState() local
1714 LZ4_stream_t_internal *ctx = &((LZ4_stream_t *)state)->internal_donotuse; in LZ4_compress_fast_extState_fastReset() local
1774 LZ4_stream_t ctx; in LZ4_compress_fast() local
1820 …LZ4_stream_t *ctx = (LZ4_stream_t *)ALLOC(sizeof(LZ4_stream_t)); /* malloc-calloc always properly … in LZ4_compress_destSize() local
1890 void LZ4_resetStream_fast(LZ4_stream_t *ctx) in LZ4_resetStream_fast()