Home
last modified time | relevance | path

Searched refs:wireip (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/ole32/
H A Dusrmarshal.c690 unsigned char *wireip; in marshal_WdtpInterfacePointer() local
734 wireip = buffer; in marshal_WdtpInterfacePointer()
738 …ok(*(DWORD *)wireip == marshal_size, "wireip + 0x0 should be %x instead of %x\n", marshal_size, *(… in marshal_WdtpInterfacePointer()
739 wireip += sizeof(DWORD); in marshal_WdtpInterfacePointer()
740 …ok(*(DWORD *)wireip == marshal_size, "wireip + 0x4 should be %x instead of %x\n", marshal_size, *(… in marshal_WdtpInterfacePointer()
741 wireip += sizeof(DWORD); in marshal_WdtpInterfacePointer()
743 ok(!memcmp(marshal_data, wireip, marshal_size), "buffer mismatch\n"); in marshal_WdtpInterfacePointer()