Searched refs:LZ4_stream (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 760 void LZ4_resetStream (LZ4_stream_t* LZ4_stream) in LZ4_resetStream() argument 762 MEM_INIT(LZ4_stream, 0, sizeof(LZ4_stream_t)); in LZ4_resetStream() 773 int LZ4_freeStream (LZ4_stream_t* LZ4_stream) in LZ4_freeStream() argument 775 FREEMEM(LZ4_stream); in LZ4_freeStream() 833 FORCE_INLINE int LZ4_compress_continue_generic (void* LZ4_stream, const char* source, char* dest, i… in LZ4_compress_continue_generic() argument 836 LZ4_stream_t_internal* streamPtr = (LZ4_stream_t_internal*)LZ4_stream; in LZ4_compress_continue_generic() 861 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, wi… in LZ4_compress_continue_generic() 863 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, wi… in LZ4_compress_continue_generic() 873 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, us… in LZ4_compress_continue_generic() 875 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, us… in LZ4_compress_continue_generic() [all …]
|
D | lz4.h | 254 int LZ4_freeStreamDecode (LZ4_streamDecode_t* LZ4_stream);
|