Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/rpcrt4/
H A Dndr_marshall.c204 memsrc, in test_pointer_marshal()
1244 memsrc->a = 0xdeadbeef; in test_struct_align()
1266 ok(!memcmp(mem, memsrc, sizeof(*memsrc)), "struct wasn't unmarshalled correctly\n"); in test_struct_align()
1916 unsigned char memsrc[20]; in test_conformant_array() local
1932 memsrc[i] = i * i; in test_conformant_array()
2376 memsrc->size = 20; in test_conf_complex_struct()
2433 struct conf_complex memsrc; in test_conf_complex_array() local
2496 memsrc.dim1 = 5; in test_conf_complex_array()
2497 memsrc.dim2 = 3; in test_conf_complex_array()
2505 memsrc.array[i][j] = i * memsrc.dim2 + j; in test_conf_complex_array()
[all …]