Searched refs:SvPVX_mutable (Results 1 – 11 of 11) sorted by relevance
141 __UNDEFINED__ SvPVX_mutable(sv) (0 + SvPVX(sv))150 __UNDEFINED__ SvPVX_mutable(sv) ((sv)->sv_u.svu_pv)200 RETVAL = strEQ(SvPVX_mutable(sv), "mhx") ? 44 : -1;
155 ? ((lp = SvCUR(sv)), SvPVX_mutable(sv)) : \174 ? ((lp = SvCUR(sv)), SvPVX_mutable(sv)) \
1343 # define SvPVX(sv) SvPVX_mutable(sv)1448 # define SvPVX_mutable(sv) ((char *)((sv)->sv_u.svu_pv)) macro1453 # define SvPVX_mutable(sv) ((sv)->sv_u.svu_pv) macro1598 SvPV_set(sv, SvPVX_mutable(sv) - zok); \2509 (SvLEN(sv) < (len) ? sv_grow(sv,len) : SvPVX_mutable(sv))
947 return SvPVX_mutable(sv); in Perl_SvPV_helper()
1378 s = SvPVX_mutable(sv); in Perl_sv_grow()1382 s = SvPVX_mutable(sv); in Perl_sv_grow()1389 s = SvPVX_mutable(sv); in Perl_sv_grow()2955 ? SvPVX_mutable(tmpstr) : SvPVX(tmpstr); in Perl_sv_2pv_flags()3065 return SvPVX_mutable(sv); in Perl_sv_2pv_flags()3225 return SvPVX_mutable(sv); in Perl_sv_2pv_flags()4622 SvPV_set(dsv, SvPVX_mutable(ssv));4689 SvPV_set(dsv, SvPVX_mutable(ssv));4927 Safefree(SvPVX_mutable(dsv));4964 new_pv = SvPVX_mutable(ssv);[all …]
495 Safefree(SvPVX_mutable(gv)); in Perl_gv_init_pvn()
192 SvPVX_mutable # U
14407 ? ((lp = SvCUR(sv)), SvPVX_mutable(sv)) : \14442 ? ((lp = SvCUR(sv)), SvPVX_mutable(sv)) \15953 #ifndef SvPVX_mutable15954 # define SvPVX_mutable(sv) (0 + SvPVX(sv)) macro15967 #ifndef SvPVX_mutable15968 # define SvPVX_mutable(sv) ((sv)->sv_u.svu_pv)
766 SvPVX_mutable # T
803 SvPVX_mutable
947 Amd|char*|SvPVX_mutable|SV* sv