Lines Matching refs:dst_len
106 u32 src_len, dst_len;
182 dst_len = get_unaligned_be32(in_buf);
187 if (dst_len == 0) {
193 if (dst_len > LZO_BLOCK_SIZE) {
212 if (src_len <= 0 || src_len > dst_len) {
227 tmp = dst_len;
232 if (unlikely(dst_len == src_len))
238 if (r != LZO_E_OK || dst_len != tmp) {
244 if (flush && flush(out_buf, dst_len) != dst_len)
247 out_buf += dst_len;