Home
last modified time | relevance | path

Searched refs:hMod (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.0/win32/
H A Dtime.c36 HMODULE hMod = GetModuleHandle("kernel32.dll"); in get_time_func() local
38 if (hMod) { in get_time_func()
40 timefunc = (MyGetSystemTimeAsFileTime)GetProcAddress(hMod, "GetSystemTimePreciseAsFileTime"); in get_time_func()
44 timefunc = (MyGetSystemTimeAsFileTime)GetProcAddress(hMod, "GetSystemTimeAsFileTime"); in get_time_func()
/PHP-7.0/sapi/cli/
H A Dps_title.c375 HMODULE hMod = LoadLibrary("kernel32.dll"); in set_ps_title() local
377 if (!hMod) { in set_ps_title()
382 set_title = (MySetConsoleTitle)GetProcAddress(hMod, "SetConsoleTitleA"); in set_ps_title()
411 HMODULE hMod = LoadLibrary("kernel32.dll"); in get_ps_title() local
413 if (!hMod) { in get_ps_title()
418 get_title = (MyGetConsoleTitle)GetProcAddress(hMod, "GetConsoleTitleA"); in get_ps_title()

Completed in 12 milliseconds