Searched refs:wireip (Results 1 – 1 of 1) sorted by relevance
690 unsigned char *wireip; in marshal_WdtpInterfacePointer() local734 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()