Lines Matching refs:MagickCLI
73 WandExport MagickCLI *AcquireMagickCLI(ImageInfo *image_info, in AcquireMagickCLI()
76 MagickCLI in AcquireMagickCLI()
88 cli_wand=(MagickCLI *) AcquireCriticalMemory(sizeof(*cli_wand)); in AcquireMagickCLI()
152 WandExport MagickCLI *DestroyMagickCLI(MagickCLI *cli_wand) in DestroyMagickCLI()
157 assert(cli_wand != (MagickCLI *) NULL); in DestroyMagickCLI()
192 cli_wand=(MagickCLI *) RelinquishMagickMemory(cli_wand); in DestroyMagickCLI()
193 return((MagickCLI *) NULL); in DestroyMagickCLI()
229 WandExport MagickBooleanType CLICatchException(MagickCLI *cli_wand, in CLICatchException()
235 assert(cli_wand != (MagickCLI *) NULL); in CLICatchException()
270 WandExport MagickBooleanType CLILogEvent(MagickCLI *cli_wand, in CLILogEvent()
318 WandExport MagickBooleanType CLIThrowException(MagickCLI *cli_wand, in CLIThrowException()