Searched refs:in_uint32_be (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dparse.h73 #define in_uint32_be(s,v) { v = *(uint32 *)((s)->p); (s)->p += 4; } macro
79 #define in_uint32(s,v) in_uint32_be(s,v)
85 #define in_uint32_be(s,v) { in_uint16_be(s,v); next_be(s,v); next_be(s,v); } macro
H A Dprintercache.c299 in_uint32_be(s, driver_length);
300 in_uint32_be(s, printer_length);
H A Drdpdr.c442 in_uint32_be(s, desired_access);

Completed in 44 milliseconds