Searched refs:Perl_SvPV_helper (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dsv.h1935 Perl_SvPV_helper(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags, const PL_SvPVtype type, char * (*non_trivial)(pTHX_ SV *, STRLEN * const, const U32), const bool or_null, const U32 return_flags);
1952 Perl_SvPV_helper(aTHX_ sv, &len, flags, SvPVnormal_type_, \
1955 ((const char*) Perl_SvPV_helper(aTHX_ sv, &len, flags, SvPVnormal_type_, \
1959 ((const char*) Perl_SvPV_helper(aTHX_ sv, NULL, flags, SvPVnormal_type_, \
1963 Perl_SvPV_helper(aTHX_ sv, &len, flags, SvPVnormal_type_, \
1967 Perl_SvPV_helper(aTHX_ sv, NULL, SV_GMAGIC, SvPVnormal_type_, \
1977 Perl_SvPV_helper(aTHX_ sv, NULL, 0, SvPVnormal_type_,Perl_sv_2pv_flags, \
1984 Perl_SvPV_helper(aTHX_ sv, &len, flags, SvPVforce_type_, \
1987 Perl_SvPV_helper(aTHX_ sv, NULL, flags, SvPVforce_type_, \
1990 Perl_SvPV_helper(aTHX
[all...]
H A Dsv_inline.h884 /* This is just so can be passed to Perl_SvPV_helper() as a function
896 /* This is just so can be passed to Perl_SvPV_helper() as a function
906 Perl_SvPV_helper(pTHX_ function

Completed in 67 milliseconds