HomeSort by relevance Sort by last modified time
    Searched refs:module_first (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/dso/
dso_win32.c 691 MODULE32 module_first, module_next; local
723 module_first = (MODULE32)GetProcAddress(dll,"Module32First");
736 if(!(*module_first)(hModuleSnap,&me32))
786 MODULE32 module_first, module_next; local
811 module_first = (MODULE32)GetProcAddress(dll,"Module32First");
824 if (!(*module_first)(hModuleSnap,&me32))
  /external/openssl/crypto/rand/
rand_win.c 459 MODULE32 module_first, module_next; local
480 module_first = (MODULE32) GetProcAddress(kernel, "Module32First");
485 thread_first && thread_next && module_first &&
599 if (module_first(handle, &m))

Completed in 63 milliseconds