Searched refs:ThrowConjureException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | conjure.c | 140 #define ThrowConjureException(asperity,tag,option) \ in ConjureImageCommand() macro 190 ThrowConjureException(ResourceLimitError,"MemoryAllocationFailed", in ConjureImageCommand() 208 ThrowConjureException(OptionError,"MissingArgument",option); in ConjureImageCommand() 211 ThrowConjureException(OptionError,"UnrecognizedEventType", in ConjureImageCommand() 222 ThrowConjureException(OptionError,"MissingArgument",option); in ConjureImageCommand() 240 ThrowConjureException(OptionError,"MissingLogFormat",option); in ConjureImageCommand() 257 ThrowConjureException(OptionError,"MissingArgument",option); in ConjureImageCommand() 279 ThrowConjureException(ImageError,"UnableToPersistKey",option); in ConjureImageCommand() 289 ThrowConjureException(ImageError,"UnableToPersistKey",argv[i]); in ConjureImageCommand() 299 ThrowConjureException(OptionError,"MissingAnImageFilename",argv[i]); in ConjureImageCommand() [all …]
|