Searched refs:ERRSV (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Dperl-libxml-sax.c225 if (SvTRUE(ERRSV)) {
227 croak(SvPV(ERRSV, n_a));
269 if (SvTRUE(ERRSV)) {
271 croak(SvPV(ERRSV, n_a));
621 if (SvTRUE(ERRSV)) {
623 croak(SvPV(ERRSV, n_a));
655 if (SvTRUE(ERRSV)) {
657 croak(SvPV(ERRSV, n_a));
684 if (SvTRUE(ERRSV)) {
686 croak(SvPV(ERRSV, n_
[all...]
H A DLibXML.xs327 if (SvTRUE(ERRSV)) {
328 croak("read on filehandle failed: %s", SvPV_nolen(ERRSV));
388 if (SvTRUE(ERRSV)) {
389 croak("input match callback died: %s", SvPV_nolen(ERRSV));
432 if (SvTRUE(ERRSV)) {
433 croak("input callback died: %s", SvPV_nolen(ERRSV));
482 if (SvTRUE(ERRSV)) {
483 croak("read callback died: %s", SvPV_nolen(ERRSV));
529 if (SvTRUE(ERRSV)) {
530 croak("close callback died: %s", SvPV_nolen(ERRSV));
[all...]
H A Dppport.h412 ERRSV|5.004050||p
3198 #ifndef ERRSV
3199 # define ERRSV get_sv("@",FALSE) macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dperl_back.h52 # define ERRSV GvSV(errgv) macro
H A Dconfig.c179 if (SvTRUE(ERRSV)) {
183 c->log, SvPV(ERRSV, len ));
/macosx-10.9.5/CPANInternal-140/Variable-Magic/
H A DMagic.xs244 if (SvTRUE(ERRSV)) {
245 old_err = ERRSV;
246 ERRSV = newSV(0);
267 if (SvTRUE(ERRSV)) {
269 sv_setsv(old_err, ERRSV);
270 SvREFCNT_dec(ERRSV);
271 ERRSV = old_err;
276 sv_catsv(PL_errors, ERRSV);
278 Perl_warn(aTHX_ "%s", SvPV_nolen(ERRSV));
279 SvCUR_set(ERRSV,
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dppport.h23 #ifndef ERRSV
24 # define ERRSV perl_get_sv("@",FALSE) macro
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A Dppport.h23 #ifndef ERRSV
24 # define ERRSV perl_get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A Dppport.h194 #ifndef ERRSV
195 # define ERRSV perl_get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/Readonly-XS-1.05/
H A Dppport.h194 #ifndef ERRSV
195 # define ERRSV perl_get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A Dppport.h197 #ifndef ERRSV
198 # define ERRSV perl_get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/XML-LibXML-Common/
H A Dppport.h194 #ifndef ERRSV
195 # define ERRSV perl_get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A DStash.xs340 if (SvTRUE(ERRSV)) {
352 if (SvROK(ERRSV)) {
353 die_object(aTHX_ ERRSV);
367 if (! strstr( SvPV(ERRSV, PL_na), throw_str))
368 die_object(aTHX_ ERRSV);
419 result = (SV *) mk_mortal_av(aTHX_ &PL_sv_undef, NULL, ERRSV);
616 /* throw object via ERRSV ($@) */
644 if (SvTRUE(ERRSV)) {
645 die_object(aTHX_ ERRSV);
H A Dppport.h480 ERRSV|5.004050||p
4033 #ifndef ERRSV
4034 # define ERRSV get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A DStash.xs340 if (SvTRUE(ERRSV)) {
352 if (SvROK(ERRSV)) {
353 die_object(aTHX_ ERRSV);
367 if (! strstr( SvPV(ERRSV, PL_na), throw_str))
368 die_object(aTHX_ ERRSV);
419 result = (SV *) mk_mortal_av(aTHX_ &PL_sv_undef, NULL, ERRSV);
616 /* throw object via ERRSV ($@) */
644 if (SvTRUE(ERRSV)) {
645 die_object(aTHX_ ERRSV);
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.xs140 #define ERRSV GvSV(errgv)
1024 if (SvTRUE(ERRSV)) {
1029 hold = SvPV(ERRSV, len);
1054 if (SvTRUE(ERRSV))
1055 append_error(parser, SvPV(ERRSV, PL_na));
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dperlrun.swg153 SV *err=ERRSV;
/macosx-10.9.5/CPANInternal-140/PathTools/
H A Dppport.h427 ERRSV|5.004050||p
3138 #ifndef ERRSV
3139 # define ERRSV get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A Dppport.h404 ERRSV|5.004050||p
3075 #ifndef ERRSV
3076 # define ERRSV get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A Dppport.h404 ERRSV|5.004050||p
3075 #ifndef ERRSV
3076 # define ERRSV get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A Dppport.h465 ERRSV|5.004050||p
3715 #ifndef ERRSV
3716 # define ERRSV get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/Sub-Identify/
H A Dppport.h466 ERRSV|5.004050||p
3722 #ifndef ERRSV
3723 # define ERRSV get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/Sub-Identify-0.04/
H A Dppport.h466 ERRSV|5.004050||p
3722 #ifndef ERRSV
3723 # define ERRSV get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dppport.h465 ERRSV|5.004050||p
3715 #ifndef ERRSV
3716 # define ERRSV get_sv("@",FALSE) macro
/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dppport.h474 ERRSV|5.004050||p
3858 #ifndef ERRSV
3859 # define ERRSV get_sv("@",FALSE) macro

Completed in 502 milliseconds

12