Searched refs:sv_free (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c414 sv_free(svp);
436 sv_free(svp);
458 sv_free(svp);
466 sv_free(svp);
H A Dnfs3_vfsops.c737 sv_free(svp_head);
743 sv_free(svp);
773 sv_free(svp);
975 sv_free(svp_head);
1720 sv_free(svp);
1745 sv_free(svp);
1770 sv_free(svp);
1807 sv_free(svp);
H A Dnfs_vfsops.c756 sv_free(svp_head);
762 sv_free(svp);
792 sv_free(svp);
1006 sv_free(svp_head);
1721 sv_free(svp);
1747 sv_free(svp);
1772 sv_free(svp);
1810 sv_free(svp);
H A Dnfs_subr.c4690 * sv_free() frees the malloc'd portion of a "servinfo_t".
4693 sv_free(servinfo_t *svp) function
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs595 sv_free(z); \
931 sv_free(z); \
1313 sv_free((SV *) hseen);
1320 sv_free((SV *) hclass);
1327 sv_free((SV *) hook);
1334 sv_free((SV *) hook_seen);
1410 sv_free((SV *) aseen);
1418 sv_free((SV *) aclass);
1425 sv_free((SV *) hook);
1432 sv_free((S
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.xs311 sv_free((SV*)GvHV(gv));
320 sv_free( (SV *) dummy_hv); /* get rid of what save_hash gave us*/
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c780 sv_free(sv_dev_t *svp, const int error) function
957 return (sv_free(svp, SV_ESDOPEN));
979 return (sv_free(svp, SV_ELYROPEN));
992 return (sv_free(svp, SV_ELOAD));
1002 return (sv_free(svp, SV_ELOAD));
1007 return (sv_free(svp, SV_ESTRATEGY));
1187 return (sv_free(svp, 0));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.h178 #define SvREFCNT_dec(sv) sv_free((SV*)(sv))
H A Dembed.h1029 #define sv_free Perl_sv_free macro
3554 #define sv_free(a) Perl_sv_free(aTHX_ a) macro
H A Dpp_ctl.c208 sv_free(dstr);
H A Dpp_hot.c2240 sv_free(dstr);
H A Dtoke.c2022 sv_free(av_pop(PL_rsfp_filters));
2457 sv_free(tmpsv);
2459 sv_free((SV*)PL_preambleav);
7143 sv_free(sv);
H A Dsv.c123 triggering an sv_free(). It also sets the
126 stopping sv_free() from giving spurious warnings
5086 you'll want to call C<sv_free()> (or its macro wrapper C<SvREFCNT_dec>)
5312 =for apidoc sv_free
6146 sv_free(tsv);
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dnfs.h938 extern void sv_free(struct servinfo *);

Completed in 393 milliseconds