Lines Matching refs:severity

707 void s_convert_exception (char *description, const char *default_message, long severity, int code T…  in s_convert_exception()  argument
717 zend_throw_exception(php_imagick_exception_class_entry, description, severity TSRMLS_CC); in s_convert_exception()
726 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
762 description = PixelGetException(pixel_wand, &severity); in php_imagick_convert_imagickpixel_exception()
765 s_convert_exception (description, default_message, severity, 4 TSRMLS_CC); in php_imagick_convert_imagickpixel_exception()