Searched refs:SvPVX_const (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A Dppport.h795 SvPVX_const|5.009003||p
4630 ? ((lp = SvCUR(sv)), SvPVX_const(sv)) : \
4636 ? SvPVX_const(sv) : \
4688 ? SvPVX_const(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC|SV_CONST_RETURN))
4708 #ifndef SvPVX_const
4709 # define SvPVX_const(sv) ((const char*) (0 + SvPVX(sv))) macro
4722 #ifndef SvPVX_const
4723 # define SvPVX_const(sv) ((const char*)((sv)->sv_u.svu_pv)) macro
/macosx-10.9.5/CPANInternal-140/Sub-Identify/
H A Dppport.h798 SvPVX_const|5.009003||p
4687 ? ((lp = SvCUR(sv)), SvPVX_const(sv)) : \
4693 ? SvPVX_const(sv) : \
4745 ? SvPVX_const(sv) : sv_2pv_flags(sv, DPPP_SVPV_NOLEN_LP_ARG, SV_GMAGIC|SV_CONST_RETURN))
4765 #ifndef SvPVX_const
4766 # define SvPVX_const(sv) ((const char*) (0 + SvPVX(sv))) macro
4779 #ifndef SvPVX_const
4780 # define SvPVX_const(sv) ((const char*)((sv)->sv_u.svu_pv)) macro
/macosx-10.9.5/CPANInternal-140/Sub-Identify-0.04/
H A Dppport.h798 SvPVX_const|5.009003||p
4687 ? ((lp = SvCUR(sv)), SvPVX_const(sv)) : \
4693 ? SvPVX_const(sv) : \
4745 ? SvPVX_const(sv) : sv_2pv_flags(sv, DPPP_SVPV_NOLEN_LP_ARG, SV_GMAGIC|SV_CONST_RETURN))
4765 #ifndef SvPVX_const
4766 # define SvPVX_const(sv) ((const char*) (0 + SvPVX(sv))) macro
4779 #ifndef SvPVX_const
4780 # define SvPVX_const(sv) ((const char*)((sv)->sv_u.svu_pv)) macro
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dppport.h795 SvPVX_const|5.009003||p
4630 ? ((lp = SvCUR(sv)), SvPVX_const(sv)) : \
4636 ? SvPVX_const(sv) : \
4688 ? SvPVX_const(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC|SV_CONST_RETURN))
4708 #ifndef SvPVX_const
4709 # define SvPVX_const(sv) ((const char*) (0 + SvPVX(sv))) macro
4722 #ifndef SvPVX_const
4723 # define SvPVX_const(sv) ((const char*)((sv)->sv_u.svu_pv)) macro
/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dppport.h843 SvPVX_const|5.009003||p
5006 ? ((lp = SvCUR(sv)), SvPVX_const(sv)) : \
5012 ? SvPVX_const(sv) : \
5064 ? SvPVX_const(sv) : sv_2pv_flags(sv, DPPP_SVPV_NOLEN_LP_ARG, SV_GMAGIC|SV_CONST_RETURN))
5090 #ifndef SvPVX_const
5091 # define SvPVX_const(sv) ((const char*) (0 + SvPVX(sv))) macro
5104 #ifndef SvPVX_const
5105 # define SvPVX_const(sv) ((const char*)((sv)->sv_u.svu_pv)) macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A Dppport.h859 SvPVX_const|5.009003||p
5181 ? ((lp = SvCUR(sv)), SvPVX_const(sv)) : \
5187 ? SvPVX_const(sv) : \
5239 ? SvPVX_const(sv) : sv_2pv_flags(sv, DPPP_SVPV_NOLEN_LP_ARG, SV_GMAGIC|SV_CONST_RETURN))
5265 #ifndef SvPVX_const
5266 # define SvPVX_const(sv) ((const char*) (0 + SvPVX(sv))) macro
5279 #ifndef SvPVX_const
5280 # define SvPVX_const(sv) ((const char*)((sv)->sv_u.svu_pv)) macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A Dppport.h859 SvPVX_const|5.009003||p
5181 ? ((lp = SvCUR(sv)), SvPVX_const(sv)) : \
5187 ? SvPVX_const(sv) : \
5239 ? SvPVX_const(sv) : sv_2pv_flags(sv, DPPP_SVPV_NOLEN_LP_ARG, SV_GMAGIC|SV_CONST_RETURN))
5265 #ifndef SvPVX_const
5266 # define SvPVX_const(sv) ((const char*) (0 + SvPVX(sv))) macro
5279 #ifndef SvPVX_const
5280 # define SvPVX_const(sv) ((const char*)((sv)->sv_u.svu_pv)) macro

Completed in 303 milliseconds