Searched defs:GetModuleInfo (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dmodule.c206 % 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);
1267 module_info=(ModuleInfo *) GetModuleInfo(module,exception);
216 MagickExport ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception) function
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc791 if (GetModuleInfo(&info) && info.cpu == L"x86_64") {
830 if (!GetModuleInfo(&info)) {
1147 bool PDBSourceLineWriter::GetModuleInfo(PDBModuleInfo *info) { function in class:google_breakpad::PDBSourceLineWriter

Completed in 301 milliseconds