Searched defs:in_len (Results 1 – 5 of 5) sorted by relevance
/lib/lzo/ |
D | lzo1x_compress.c | 22 lzo1x_1_do_compress(const unsigned char *in, size_t in_len, in lzo1x_1_do_compress() 291 int lzogeneric1x_1_compress(const unsigned char *in, size_t in_len, in lzogeneric1x_1_compress() 368 int lzo1x_1_compress(const unsigned char *in, size_t in_len, in lzo1x_1_compress() 375 int lzorle1x_1_compress(const unsigned char *in, size_t in_len, in lzorle1x_1_compress()
|
D | lzo1x_decompress_safe.c | 39 int lzo1x_decompress_safe(const unsigned char *in, size_t in_len, in lzo1x_decompress_safe()
|
/lib/ |
D | decompress_unlz4.c | 31 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4() 199 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress()
|
D | decompress_unlzo.c | 41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() 98 STATIC int INIT unlzo(u8 *input, long in_len, in unlzo()
|
D | decompress_unlzma.c | 537 STATIC inline int INIT unlzma(unsigned char *buf, long in_len, in unlzma() 670 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress()
|