Home
last modified time | relevance | path

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

/imagick/
H A Dimagick_helpers.c726 ExceptionType severity; in php_imagick_convert_imagick_exception() local
729 description = MagickGetException(magick_wand, &severity); in php_imagick_convert_imagick_exception()
732 s_convert_exception (description, default_message, severity, 1 TSRMLS_CC); in php_imagick_convert_imagick_exception()
737 ExceptionType severity; in php_imagick_convert_imagickdraw_exception() local
740 description = DrawGetException(drawing_wand, &severity); in php_imagick_convert_imagickdraw_exception()
743 s_convert_exception (description, default_message, severity, 2 TSRMLS_CC); in php_imagick_convert_imagickdraw_exception()
748 ExceptionType severity; in php_imagick_convert_imagickpixeliterator_exception() local
751 description = PixelGetIteratorException(pixel_iterator, &severity); in php_imagick_convert_imagickpixeliterator_exception()
754 s_convert_exception (description, default_message, severity, 3 TSRMLS_CC); in php_imagick_convert_imagickpixeliterator_exception()
759 ExceptionType severity; in php_imagick_convert_imagickpixel_exception() local
[all …]
H A Dimagick_class.c12650 if (ex_info->severity != 0) {

Completed in 33 milliseconds