Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:GetMagicInfo

359 %  GetMagicInfo() searches the magic list for the specified name and if found
362 % The format of the GetMagicInfo method is:
364 % const MagicInfo *GetMagicInfo(const unsigned char *magic,
377 MagickExport const MagicInfo *GetMagicInfo(const unsigned char *magic,
536 p=GetMagicInfo((const unsigned char *) NULL,0,exception);
632 p=GetMagicInfo((const unsigned char *) NULL,0,exception);