Searched refs:sv_2mortal (Results 51 - 63 of 63) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c196 namesv = sv_2mortal(newSVpvn(name,strlen(name)));
423 namesv = sv_2mortal(newSVpvn(type,strlen(type)));
457 namesv = sv_2mortal(newSVpvn(type,strlen(type)));
531 namesv = sv_2mortal(newSVpvn(type,strlen(type)));
H A Dtoke.c455 PL_linestr = sv_2mortal(newSVsv(PL_linestr));
459 PL_linestr = sv_2mortal(newSVsv(PL_linestr));
925 pv = sv_2mortal(newSVpvn(SvPVX(pv), len));
6096 sv_2mortal(sv); /* Parent created it permanently */
6099 pv = sv_2mortal(newSVpvn(s, len));
6101 typesv = sv_2mortal(newSVpv(type, 0));
6820 SV *sym = sv_2mortal(
7798 SV *where_sv = sv_2mortal(newSVpvn("next char ", 10));
7807 msg = sv_2mortal(newSVpv(s, 0));
H A Dsv.c1826 dsv = sv_2mortal(newSVpv("", 0));
3220 sv_2mortal(tsv);
3229 sv_2mortal(tsv);
4459 SV* csv = sv_2mortal(newSVpvn(spv, slen));
6740 statement boundaries. See also C<sv_newmortal> and C<sv_2mortal>.
6769 See also C<sv_mortalcopy> and C<sv_2mortal>.
6787 =for apidoc sv_2mortal
7957 sv_2mortal(rv); /* Schedule for freeing later */
9243 SV *nsv = sv_2mortal(newSVpvn(eptr, elen));
11432 XPUSHs(sv_2mortal(newSVp
[all...]
H A Dpp_sort.c1624 sv_2mortal(sv);
H A Dsv.h1127 nsv = sv_2mortal(newSVpvn(sstr, slen)); \
H A Dperl.c1589 popt_copy = SvPVX(sv_2mortal(newSVpv(popt,0)));
2060 XPUSHs(sv_2mortal(newSVpv(*argv,0)));
2098 return call_sv(sv_2mortal(newSVpv(methname,0)), flags | G_METHOD);
H A Dperlio.c887 (layer) ? sv_2mortal(PerlIO_tab_sv(aTHX_ layer)) :
4728 SV *name = sv_2mortal(newSVpvn(path, strlen(path)));
4737 SV *name = sv_2mortal(newSVpvn(path, strlen(path)));
H A Dutil.c822 return sv_2mortal(newSVpvn("",0));
1010 PUSHs(sv_2mortal(newSVpvn(message, msglen)));
H A Dop.c5374 sv_2mortal(tmpstr);
6836 keysv = sv_2mortal(newSViv(index));
6854 keysv = sv_2mortal(newSViv(index));
H A Dregcomp.c3346 SV *sv = sv_2mortal(newSVpvn(STRING(ret), oldlen));
4735 SV *dsv = sv_2mortal(newSVpvn("", 0));
H A Dembed.h989 #define sv_2mortal Perl_sv_2mortal macro
3515 #define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs553 return sv_2mortal(newSVpv(ret,len));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs316 XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));

Completed in 308 milliseconds

123