Searched refs:perl_exception (Results 1 – 2 of 2) sorted by relevance
| /external/ImageMagick/PerlMagick/ |
| D | Magick.xs | 113 #define InheritPerlException(exception,perl_exception) \ argument 127 if ((perl_exception) != (SV *) NULL) \ 129 if (SvCUR(perl_exception)) \ 130 sv_catpv(perl_exception,"\n"); \ 131 sv_catpv(perl_exception,message); \ 2428 *perl_exception, in constant() local 2434 perl_exception=newSVpv("",0); in constant() 2464 InheritPerlException(exception,perl_exception); in constant() 2466 sv_setiv(perl_exception,(IV) SvCUR(perl_exception) != 0); in constant() 2467 SvPOK_on(perl_exception); in constant() [all …]
|
| /external/ImageMagick/PerlMagick/quantum/ |
| D | quantum.xs.in | 113 #define InheritPerlException(exception,perl_exception) \ argument 127 if ((perl_exception) != (SV *) NULL) \ 129 if (SvCUR(perl_exception)) \ 130 sv_catpv(perl_exception,"\n"); \ 131 sv_catpv(perl_exception,message); \ 2428 *perl_exception, local 2434 perl_exception=newSVpv("",0); 2464 InheritPerlException(exception,perl_exception); 2466 sv_setiv(perl_exception,(IV) SvCUR(perl_exception) != 0); 2467 SvPOK_on(perl_exception); [all …]
|