Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dlzf_c.c112 u8 *out_end = op + out_len; in lzf_compress() local
167 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */ in lzf_compress()
168 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */ in lzf_compress()
259 if (expect_false (op >= out_end)) in lzf_compress()
272 if (op + 3 > out_end) /* at most 3 bytes can be missing here */ in lzf_compress()
H A Dlzf_d.c66 u8 *const out_end = op + out_len; in lzf_decompress() local
76 if (op + ctrl > out_end) in lzf_decompress()
133 if (op + len + 2 > out_end) in lzf_decompress()