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

/external/ImageMagick/MagickCore/
H A Dmime.c212 % GetMimeInfo() attempts to classify the content to identify which mime type
215 % The format of the GetMimeInfo method is:
217 % const MimeInfo *GetMimeInfo(const char *filename,
234 MagickExport const MimeInfo *GetMimeInfo(const char *filename,
470 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
566 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
1027 mime_info=GetMimeInfo(filename,(unsigned char *) " ",1,exception);
227 MagickExport const MimeInfo *GetMimeInfo(const char *filename, function
H A Dmethods.h514 #define GetMimeInfo PrependMagickMethod(GetMimeInfo) macro

Completed in 69 milliseconds