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

  /external/ImageMagick/MagickCore/
module.c 206 % GetModuleInfo() returns a pointer to a ModuleInfo structure that matches the
211 % The format of the GetModuleInfo module is:
213 % ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception)
223 MagickExport ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception)
316 p=GetModuleInfo("*",exception);
    [all...]
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 791 if (GetModuleInfo(&info) && info.cpu == L"x86_64") {
830 if (!GetModuleInfo(&info)) {
    [all...]

Completed in 2456 milliseconds