Home
last modified time | relevance | path

Searched refs:LZ4_streamDecode (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_decompress.c564 int LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode, in LZ4_setStreamDecode() argument
568 &LZ4_streamDecode->internal_donotuse; in LZ4_setStreamDecode()
587 int LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode, in LZ4_decompress_safe_continue() argument
591 &LZ4_streamDecode->internal_donotuse; in LZ4_decompress_safe_continue()
640 int LZ4_decompress_fast_continue(LZ4_streamDecode_t *LZ4_streamDecode, in LZ4_decompress_fast_continue() argument
643 LZ4_streamDecode_t_internal *lz4sd = &LZ4_streamDecode->internal_donotuse; in LZ4_decompress_fast_continue()
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_decompress.c564 int LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode, in LZ4_setStreamDecode() argument
568 &LZ4_streamDecode->internal_donotuse; in LZ4_setStreamDecode()
587 int LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode, in LZ4_decompress_safe_continue() argument
591 &LZ4_streamDecode->internal_donotuse; in LZ4_decompress_safe_continue()
640 int LZ4_decompress_fast_continue(LZ4_streamDecode_t *LZ4_streamDecode, in LZ4_decompress_fast_continue() argument
643 LZ4_streamDecode_t_internal *lz4sd = &LZ4_streamDecode->internal_donotuse; in LZ4_decompress_fast_continue()

Completed in 5 milliseconds