Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dso/
Ddso_win32.c506 MODULE32 module_first, module_next; in win32_pathbyaddr() local
538 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
554 if (!(*module_first) (hModuleSnap, &me32)) { in win32_pathbyaddr()
611 MODULE32 module_first, module_next; in win32_globallookup() local
637 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_globallookup()
649 if (!(*module_first) (hModuleSnap, &me32)) { in win32_globallookup()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dlex.cc390 module_first, enumerator
438 state = module_first; in resume()
449 case module_first: in resume()