Lines Matching refs:dsv
1623 void SvSetMagicSV_nosteal(SV* dsv, SV* ssv)
1631 Calls C<sv_setsv> if dsv is not the same as ssv. May evaluate arguments
1642 Calls a non-destructive version of C<sv_setsv> if dsv is not the same as
1645 void SvSetSV_nosteal(SV* dsv, SV* ssv)
4280 If C<flags> has C<SV_GMAGIC> bit set, will C<mg_get> on C<dsv> if
4323 SV C<dsv>. Modifies C<dsv> but not C<ssv>. Handles 'get' magic, but
4326 void sv_catsv(SV* dsv, SV* ssv)
4335 SV C<dsv>. Modifies C<dsv> but not C<ssv>. If C<flags> has C<SV_GMAGIC>
4339 void sv_catsv_flags(SV* dsv, SV* ssv, I32 flags)
4359 void sv_catsv_nomg(SV* dsv, SV* ssv)
4446 void sv_copypv(SV* dsv, SV* ssv)
5124 C<dsv>. The source SV may be destroyed if it is mortal, so don't use this
5133 void sv_setsv(SV* dsv, SV* ssv)
5142 C<dsv>. The source SV may be destroyed if it is mortal, so don't use this
5158 void sv_setsv_flags(SV* dsv, SV* ssv, I32 flags)
5178 void sv_setsv_nomg(SV* dsv, SV* ssv)
5625 Build to the scalar dsv a displayable version of the string spv,
5636 The pointer to the PV of the dsv is returned.
5638 char* pv_uni_display(SV *dsv, U8 *spv, STRLEN len, STRLEN pvlim, UV flags)
5648 from the position which (PV + *offset) pointed to. The dsv will be
5656 bool sv_cat_decode(SV* dsv, SV *encoding, SV *ssv, int *offset, char* tstr, int tlen)
5683 Build to the scalar dsv a displayable version of the scalar sv,
5689 The pointer to the PV of the dsv is returned.
5691 char* sv_uni_display(SV *dsv, SV *ssv, STRLEN pvlim, UV flags)