Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_doswin.c620 MODULEENTRY32 mod = {0}; in GetLoadedModulePaths() local
623 mod.dwSize = sizeof(MODULEENTRY32); in GetLoadedModulePaths()
632 if(!Module32First(hnd, &mod)) in GetLoadedModulePaths()
642 char buffer[sizeof(mod.szExePath) * 2]; in GetLoadedModulePaths()
643 if(!WideCharToMultiByte(CP_ACP, 0, mod.szExePath, -1, in GetLoadedModulePaths()
648 path = mod.szExePath; in GetLoadedModulePaths()
654 } while(Module32Next(hnd, &mod)); in GetLoadedModulePaths()
/curl/docs/
H A DTODO1028 should also be used to set the mod date on the downloaded file.

Completed in 10 milliseconds