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

/freebsd-10.0-release/sbin/hastd/
H A Dlzf.c113 u8 *out_end = op + out_len; local
173 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */
174 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
264 if (expect_false (op >= out_end))
277 if (op + 3 > out_end) /* at most 3 bytes can be missing here */
318 u8 *const out_end = op + out_len; local
328 if (op + ctrl > out_end)
377 if (op + len + 2 > out_end)
/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_server.c239 u8 alert, *out_end, *out_pos, ct; local
245 out_end = out_data + out_len;
249 olen = out_end - out_pos;
296 if (out_pos > out_end) {

Completed in 65 milliseconds