Lines Matching refs:LZ4_streamDecode_t
1150 * provides a pointer (void*) towards an initialized LZ4_streamDecode_t structure.
1152 LZ4_streamDecode_t* LZ4_createStreamDecode(void)
1154 LZ4_streamDecode_t* lz4s = (LZ4_streamDecode_t*) ALLOCATOR(sizeof(U64), LZ4_STREAMDECODESIZE_U64);
1158 int LZ4_freeStreamDecode (LZ4_streamDecode_t* LZ4_stream)
1171 int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, int dictSize)
1188 int LZ4_decompress_safe_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutputSize)
1217 int LZ4_decompress_fast_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int originalSize)