Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlz4.h512 * @LZ4_streamDecode: the 'LZ4_streamDecode_t' structure
521 int LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode,
526 * @LZ4_streamDecode: the 'LZ4_streamDecode_t' structure
560 int LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode,
566 * @LZ4_streamDecode: the 'LZ4_streamDecode_t' structure
599 int LZ4_decompress_fast_continue(LZ4_streamDecode_t *LZ4_streamDecode,
/linux/lib/lz4/
H A Dlz4_decompress.c563 int LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode,
567 &LZ4_streamDecode->internal_donotuse; in LZ4_setStreamDecode()
586 int LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode,
590 &LZ4_streamDecode->internal_donotuse; in LZ4_decompress_safe_continue()
639 int LZ4_decompress_fast_continue(LZ4_streamDecode_t *LZ4_streamDecode,
642 LZ4_streamDecode_t_internal *lz4sd = &LZ4_streamDecode->internal_donotuse; in LZ4_decompress_fast_continue()
564 LZ4_setStreamDecode(LZ4_streamDecode_t * LZ4_streamDecode,const char * dictionary,int dictSize) LZ4_setStreamDecode() argument
587 LZ4_decompress_safe_continue(LZ4_streamDecode_t * LZ4_streamDecode,const char * source,char * dest,int compressedSize,int maxOutputSize) LZ4_decompress_safe_continue() argument
640 LZ4_decompress_fast_continue(LZ4_streamDecode_t * LZ4_streamDecode,const char * source,char * dest,int originalSize) LZ4_decompress_fast_continue() argument