Searched refs:s_check_rem (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dlicence.c289 if (!s_check_rem(s, length))
305 if (!s_check_rem(s, length))
H A Diso.c252 if (g_rdp_version >= RDP_V5 && s_check_rem(s, 8))
H A Dparse.h52 #define s_check_rem(s,n) ((s)->p + n <= (s)->end) macro
H A Drdpsnd.c284 if (s_check_rem(in, 18 * in_format_count))
417 if (s_check_rem(in, 18 * in_format_count))

Completed in 46 milliseconds