Home
last modified time | relevance | path

Searched refs:clone_exception (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.c261 *clone_exception; in CloneExceptionInfo() local
263 clone_exception=(ExceptionInfo *) AcquireCriticalMemory(sizeof(*exception)); in CloneExceptionInfo()
264 InitializeExceptionInfo(clone_exception); in CloneExceptionInfo()
265 InheritException(clone_exception,exception); in CloneExceptionInfo()
266 clone_exception->relinquish=MagickTrue; in CloneExceptionInfo()
267 return(clone_exception); in CloneExceptionInfo()