Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dtime.c34 HMODULE hMod = GetModuleHandle("kernel32.dll"); in get_time_func() local
36 if (hMod) { in get_time_func()
38 timefunc = (MyGetSystemTimeAsFileTime)GetProcAddress(hMod, "GetSystemTimePreciseAsFileTime"); in get_time_func()
H A Dioutil.c655 HMODULE hMod = GetModuleHandle("api-ms-win-core-path-l1-1-0"); in php_win32_ioutil_init() local
657 if (hMod) { in php_win32_ioutil_init()
658 canonicalize_path_w = (MyPathCchCanonicalizeEx)GetProcAddress(hMod, "PathCchCanonicalizeEx"); in php_win32_ioutil_init()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c713 HMODULE hMod = GetModuleHandle("php.exe"); \
716 get_callbacks = (get_cli_shell_callbacks)GetProcAddress(hMod, "php_cli_get_shell_callbacks"); \

Completed in 35 milliseconds