Searched refs:msgpfx (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/rpcrt4/ |
H A D | ndr_marshall.c | 181 const char *msgpfx) in test_pointer_marshal() argument 215 ok(ptr == NULL, "%s: ret %p\n", msgpfx, ptr); in test_pointer_marshal() 270 ok(ptr == NULL, "%s: ret %p\n", msgpfx, ptr); in test_pointer_marshal() 296 ok(ptr == NULL, "%s: ret %p\n", msgpfx, ptr); in test_pointer_marshal() 363 ok(ptr == NULL, "%s: ret %p\n", msgpfx, ptr); in test_pointer_marshal() 395 ok(ptr == NULL, "%s: ret %p\n", msgpfx, ptr); in test_pointer_marshal() 427 ok(ptr == NULL, "%s: ret %p\n", msgpfx, ptr); in test_pointer_marshal() 464 ok(ptr == NULL, "%s: ret %p\n", msgpfx, ptr); in test_pointer_marshal() 900 ok(ptr == NULL, "%s: ret %p\n", msgpfx, ptr); in test_simple_struct_marshal() 923 ok(ptr == NULL, "%s: ret %p\n", msgpfx, ptr); in test_simple_struct_marshal() [all …]
|