Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
154 % ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
164 ExceptionInfo *exception)
184 options=GetConfigureOptions(filename,exception);
189 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
196 status&=LoadMimeCache(cache,MimeMap,"built-in",0,exception);
219 % ExceptionInfo *exception)
231 % o exception: return any errors or warnings in this structure.
235 const unsigned char *magic,const size_t length,ExceptionInfo *exception)
258 assert(exception != (ExceptionInfo *) NULL);
259 if (IsMimeCacheInstantiated(exception) == MagickFalse)
417 % size_t *number_aliases,ExceptionInfo *exception)
426 % o exception: return any errors or warnings in this structure.
452 size_t *number_aliases,ExceptionInfo *exception)
470 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
515 % ExceptionInfo *exception)
524 % o exception: return any errors or warnings in this structure.
548 size_t *number_aliases,ExceptionInfo *exception)
566 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
669 % MagickBooleanType IsMimeCacheInstantiated(ExceptionInfo *exception)
673 % o exception: return any errors or warnings in this structure.
676 static MagickBooleanType IsMimeCacheInstantiated(ExceptionInfo *exception)
684 mime_cache=AcquireMimeCache(MimeFilename,exception);
706 % MagickBooleanType ListMimeInfo(FILE *file,ExceptionInfo *exception)
712 % o exception: return any errors or warnings in this structure.
715 MagickExport MagickBooleanType ListMimeInfo(FILE *file,ExceptionInfo *exception)
734 mime_info=GetMimeInfoList("*",&number_aliases,exception);
793 % const char *filename,const size_t depth,ExceptionInfo *exception)
803 % o exception: return any errors or warnings in this structure.
807 const char *filename,const size_t depth,ExceptionInfo *exception)
830 mime_map=NewXMLTree(xml,exception);
844 (void) ThrowMagickException(exception,GetMagickModule(),
863 status&=LoadMimeCache(cache,file_xml,path,depth+1,exception);
978 (void) ThrowMagickException(exception,GetMagickModule(),
1022 *exception;
1026 exception=AcquireExceptionInfo();
1027 mime_info=GetMimeInfo(filename,(unsigned char *) " ",1,exception);
1028 exception=DestroyExceptionInfo(exception);