Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c1770 LZ4_stream_t *ctxPtr = ALLOC(sizeof(LZ4_stream_t)); /* malloc-calloc always properly aligned */ in LZ4_compress_fast() local
1771 if (ctxPtr == NULL) in LZ4_compress_fast()
1775 LZ4_stream_t *const ctxPtr = &ctx; in LZ4_compress_fast() local
1777 … result = LZ4_compress_fast_extState(ctxPtr, source, dest, inputSize, maxOutputSize, acceleration); in LZ4_compress_fast()
1780 FREEMEM(ctxPtr); in LZ4_compress_fast()