Home
last modified time | relevance | path

Searched refs:dst_len (Results 1 – 3 of 3) sorted by relevance

/lib/
Ddecompress_unlzo.c120 u32 src_len, dst_len; in unlzo() local
196 dst_len = get_unaligned_be32(in_buf); in unlzo()
201 if (dst_len == 0) { in unlzo()
207 if (dst_len > LZO_BLOCK_SIZE) { in unlzo()
226 if (src_len <= 0 || src_len > dst_len) { in unlzo()
241 tmp = dst_len; in unlzo()
246 if (unlikely(dst_len == src_len)) in unlzo()
252 if (r != LZO_E_OK || dst_len != tmp) { in unlzo()
258 if (flush && flush(out_buf, dst_len) != dst_len) in unlzo()
261 out_buf += dst_len; in unlzo()
/lib/lz4/
Dlz4_compress.c419 unsigned char *dst, size_t *dst_len, void *wrkmem) in lz4_compress() argument
434 *dst_len = out_len; in lz4_compress()
Dlz4hc_compress.c517 unsigned char *dst, size_t *dst_len, void *wrkmem) in lz4hc_compress() argument
530 *dst_len = out_len; in lz4hc_compress()