Searched refs:in_uint8p (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dlicence.c165 in_uint8p(s, server_random, SEC_RANDOM_SIZE);
241 in_uint8p(s, *token, tokenlen);
242 in_uint8p(s, *signature, LICENCE_SIGNATURE_SIZE);
H A Dparse.h98 #define in_uint8p(s,v,n) { v = (s)->p; (s)->p += n; } macro
H A Drdp.c1177 in_uint8p(s, data, datalen);
1178 in_uint8p(s, mask, masklen);
1333 in_uint8p(s, data, size);
1626 in_uint8p(s, g_redirect_lb_info, g_redirect_lb_info_len);
1662 in_uint8p(s, g_redirect_cookie, g_redirect_cookie_len);
H A Dorders.c943 in_uint8p(s, data, bufsize);
995 in_uint8p(s, data, size);
1030 in_uint8p(s, bitmap_id, 8);
1054 in_uint8p(s, data, bufsize);
1152 in_uint8p(s, data, datasize);
1241 in_uint8p(s, comp_brush, 16 + 4 * Bpp);
H A Dsecure.c580 in_uint8p(s, *server_random, random_len);

Completed in 54 milliseconds