Searched defs:u32DataLen (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/RemoteDesktop/
H A DVRDEMousePtr.h46 uint32_t u32DataLen; member in struct:VRDEMOUSEPTRDATA
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBBackend.cpp543 uint32_t u32DataLen = 0; local
562 u32DataLen = 8; /* 8 byte header. */
563 // u32DataLen = u32Len; // @todo do messages need all information?
569 u32DataLen = u32Len;
614 parm.datalen = u32DataLen;
616 if (u32DataLen)
1293 uint32_t u32DataLen = qurb->u32TransferredLen + pBody->len; local
1295 if (u32DataLen > qurb->u32Len)

Completed in 51 milliseconds