Searched refs:LZ4_streamDecode (Results 1 – 2 of 2) sorted by relevance
521 int LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode,560 int LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode,599 int LZ4_decompress_fast_continue(LZ4_streamDecode_t *LZ4_streamDecode,
360 int LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode, in LZ4_setStreamDecode() argument363 LZ4_streamDecode_t_internal *lz4sd = (LZ4_streamDecode_t_internal *) LZ4_streamDecode; in LZ4_setStreamDecode()382 int LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode, in LZ4_decompress_safe_continue() argument385 LZ4_streamDecode_t_internal *lz4sd = &LZ4_streamDecode->internal_donotuse; in LZ4_decompress_safe_continue()419 int LZ4_decompress_fast_continue(LZ4_streamDecode_t *LZ4_streamDecode, in LZ4_decompress_fast_continue() argument422 LZ4_streamDecode_t_internal *lz4sd = &LZ4_streamDecode->internal_donotuse; in LZ4_decompress_fast_continue()