Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_win32.c511 MODULE32 module_first, module_next; in win32_pathbyaddr() local
543 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
559 if (!(*module_first) (hModuleSnap, &me32)) { in win32_pathbyaddr()
616 MODULE32 module_first, module_next; in win32_globallookup() local
642 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_globallookup()
654 if (!(*module_first) (hModuleSnap, &me32)) { in win32_globallookup()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_win32.c510 MODULE32 module_first, module_next; in win32_pathbyaddr() local
542 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
558 if (!(*module_first) (hModuleSnap, &me32)) { in win32_pathbyaddr()
615 MODULE32 module_first, module_next; in win32_globallookup() local
641 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_globallookup()
653 if (!(*module_first) (hModuleSnap, &me32)) { in win32_globallookup()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc390 module_first, enumerator
438 state = module_first; in resume()
449 case module_first: in resume()