Searched refs:ThrowConjureException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | conjure.c | 129 #define ThrowConjureException(asperity,tag,option) \ in ConjureImageCommand() macro 181 ThrowConjureException(ResourceLimitError,"MemoryAllocationFailed", in ConjureImageCommand() 199 ThrowConjureException(OptionError,"MissingArgument",option); in ConjureImageCommand() 202 ThrowConjureException(OptionError,"UnrecognizedEventType", in ConjureImageCommand() 213 ThrowConjureException(OptionError,"MissingArgument",option); in ConjureImageCommand() 234 ThrowConjureException(OptionError,"MissingLogFormat",option); in ConjureImageCommand() 251 ThrowConjureException(OptionError,"MissingArgument",option); in ConjureImageCommand() 273 ThrowConjureException(ImageError,"UnableToPersistKey",option); in ConjureImageCommand() 283 ThrowConjureException(ImageError,"UnableToPersistKey",argv[i]); in ConjureImageCommand() 293 ThrowConjureException(OptionError,"MissingAnImageFilename",argv[i]); in ConjureImageCommand() [all …]
|