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

  /external/openssl/crypto/dso/
dso_win32.c 691 MODULE32 module_first, module_next; local
724 module_next = (MODULE32)GetProcAddress(dll,"Module32Next");
772 } while((*module_next)(hModuleSnap, &me32));
786 MODULE32 module_first, module_next; local
812 module_next = (MODULE32)GetProcAddress(dll,"Module32Next");
838 } while((*module_next)(hModuleSnap,&me32));
  /external/openssl/crypto/rand/
rand_win.c 459 MODULE32 module_first, module_next; local
481 module_next = (MODULE32) GetProcAddress(kernel, "Module32Next");
486 module_next && (handle = snap(TH32CS_SNAPALL,0))
602 while (module_next(handle, &m)

Completed in 47 milliseconds