Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/dso/
H A Ddso_win32.c510 MODULE32 module_first, module_next; in win32_pathbyaddr() local
543 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr()
601 } while ((*module_next) (hModuleSnap, &me32)); in win32_pathbyaddr()
615 MODULE32 module_first, module_next; in win32_globallookup() local
642 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_globallookup()
665 } while ((*module_next) (hModuleSnap, &me32)); in win32_globallookup()