Searched refs:hlib (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | loader.c | 740 if (hlib) in test_Loader() 751 ok(info.BaseAddress == hlib, "%d: %p != %p\n", i, info.BaseAddress, hlib); in test_Loader() 752 ok(info.AllocationBase == hlib, "%d: %p != %p\n", i, info.AllocationBase, hlib); in test_Loader() 1832 HMODULE hlib; in test_section_access() local 1913 ok(info.AllocationBase == hlib, "%d: %p != %p\n", i, info.AllocationBase, hlib); in test_section_access() 1920 test_VirtualProtect(hlib, (char *)hlib + section.VirtualAddress); in test_section_access() 1973 ok(info.AllocationBase == hlib, "%d: %p != %p\n", i, info.AllocationBase, hlib); in test_section_access() 3401 HMODULE hlib; in test_ResolveDelayLoadedAPI() local 3585 if (!hlib) in test_ResolveDelayLoadedAPI() 3596 FreeLibrary(hlib); in test_ResolveDelayLoadedAPI() [all …]
|