Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/dso/
H A Ddso_win32.c493 MODULE32 module_first, module_next; in win32_pathbyaddr() local
525 module_first = (MODULE32)GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
541 if (!(*module_first)(hModuleSnap, &me32)) { in win32_pathbyaddr()
597 MODULE32 module_first, module_next; in win32_globallookup() local
623 module_first = (MODULE32)GetProcAddress(dll, "Module32First"); in win32_globallookup()
635 if (!(*module_first)(hModuleSnap, &me32)) { in win32_globallookup()