Lines Matching refs:exception
60 #include "MagickCore/exception.h"
61 #include "MagickCore/exception-private.h"
142 % DistributeCacheInfo *AcquireDistributeCacheInfo(ExceptionInfo *exception)
146 % o exception: return any errors or warnings in this structure.
180 size_t *session_key,ExceptionInfo *exception)
211 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
227 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
236 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
245 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
268 (void) ThrowMagickException(exception,GetMagickModule(),MissingDelegateError,
274 static char *GetHostname(int *port,ExceptionInfo *exception)
293 hosts=(char *) GetImageRegistry(StringRegistryType,"cache:hosts",exception);
330 ExceptionInfo *exception)
350 hostname=GetHostname(&server_info->port,exception);
353 &session_key,exception);
426 % o exception: return any errors or warnings in this structure.
472 const size_t session_key,ExceptionInfo *exception)
495 exception);
531 if (SyncImagePixelCache(image,exception) == MagickFalse)
538 int file,const size_t session_key,ExceptionInfo *exception)
587 exception);
598 int file,const size_t session_key,ExceptionInfo *exception)
644 exception);
660 ExceptionInfo *exception)
707 exception);
714 return(SyncAuthenticPixels(image,exception));
718 int file,const size_t session_key,ExceptionInfo *exception)
764 exception);
770 return(SyncAuthenticPixels(image,exception));
779 *exception;
825 exception=AcquireExceptionInfo();
845 exception);
852 exception);
858 session_key,exception);
864 exception);
870 session_key,exception);
888 exception=DestroyExceptionInfo(exception);
894 ExceptionInfo *exception)
932 assert(exception != (ExceptionInfo *) NULL);
933 assert(exception->signature == MagickCoreSignature);
1006 magick_unreferenced(exception);