Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/sdk/
H A Ddelayimp.cpp47 const char* g_ExpectedName = NULL; variable
164 if (g_ExpectedDll && g_ExpectedName && !g_BrokenFunctionName) in DliHook()
171 g_ExpectedName, pdli->dlp.szProcName); in DliHook()
241 if (g_ExpectedDll && g_ExpectedName && !g_BrokenFunctionName) in DliHook()
245 g_ExpectedDll, g_ExpectedName); in DliHook()
339 if (g_ExpectedName) in ExceptionFilter()
355 … char first = isupper(g_ExpectedName[0]) ? tolower(g_ExpectedName[0]) : toupper(g_ExpectedName[0]); in ExceptionFilter()
458 g_ExpectedName = "mmGetCurrentTask"; in START_TEST()
466 g_ExpectedName = "midiOutClose"; in START_TEST()
474 g_ExpectedName = "MixerClose"; in START_TEST()
[all …]