Home
last modified time | relevance | path

Searched refs:newSVpvn_share (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dshared_pv14 newSVpvn_share
19 /* Hint: newSVpvn_share
25 #ifndef newSVpvn_share
27 #if { NEED newSVpvn_share }
30 newSVpvn_share(pTHX_ const char *s, I32 len, U32 hash)
58 newSVpvn_share()
69 sv = newSVpvn_share(s, len, 0);
78 sv = newSVpvn_share(s, -(I32) len, hash);
90 is(&Devel::PPPort::newSVpvn_share(), 6);
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dshared_pv14 newSVpvn_share
19 /* Hint: newSVpvn_share
25 #ifndef newSVpvn_share
27 #if { NEED newSVpvn_share }
30 newSVpvn_share(pTHX_ const char *src, I32 len, U32 hash)
58 newSVpvn_share()
69 sv = newSVpvn_share(s, len, 0);
78 sv = newSVpvn_share(s, -(I32) len, hash);
90 ok(&Devel::PPPort::newSVpvn_share(), 6);
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dshared_pv14 newSVpvn_share
19 /* Hint: newSVpvn_share
25 #ifndef newSVpvn_share
27 #if { NEED newSVpvn_share }
30 newSVpvn_share(pTHX_ const char *s, I32 len, U32 hash)
58 newSVpvn_share()
69 sv = newSVpvn_share(s, len, 0);
78 sv = newSVpvn_share(s, -(I32) len, hash);
90 is(&Devel::PPPort::newSVpvn_share(), 6);
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dshared_pv14 newSVpvn_share
19 /* Hint: newSVpvn_share
25 #ifndef newSVpvn_share
27 #if { NEED newSVpvn_share }
30 newSVpvn_share(pTHX_ const char *s, I32 len, U32 hash)
58 newSVpvn_share()
69 sv = newSVpvn_share(s, len, 0);
78 sv = newSVpvn_share(s, -(I32) len, hash);
90 is(&Devel::PPPort::newSVpvn_share(), 6);
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dshared_pv14 newSVpvn_share
19 /* Hint: newSVpvn_share
25 #ifndef newSVpvn_share
27 #if { NEED newSVpvn_share }
30 newSVpvn_share(pTHX_ const char *s, I32 len, U32 hash)
58 newSVpvn_share()
69 sv = newSVpvn_share(s, len, 0);
78 sv = newSVpvn_share(s, -(I32) len, hash);
90 is(&Devel::PPPort::newSVpvn_share(), 6);
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
/dports/textproc/p5-YAML-Syck/YAML-Syck-1.34/
H A Dperl_common.h25 #ifndef newSVpvn_share
26 #define newSVpvn_share(x, y, z) newSVpvn(x, y) macro
72 (SYMID)newSVpvn_share("name", 4, 0), in perl_syck_bad_anchor_handler()
73 (SYMID)newSVpvn_share(a, strlen(a), 0) in perl_syck_bad_anchor_handler()
/dports/devel/p5-Mouse/Mouse-v2.5.10/xs-src/
H A DMouseUtil.xs277 metaclass_name = newSVpvn_share(HvNAME_get(stash), HvNAMELEN_get(stash), 0U); in mouse_get_metaclass()
425 mPUSHs(newSVpvn_share(HvNAME_get(stash), HvNAMELEN_get(stash), 0U));
426 mPUSHs(newSVpvn_share(GvNAME_get(gv), GvNAMELEN_get(gv), 0U));
435 RETVAL = newSVpvn_share(HvNAME_get(stash), HvNAMELEN_get(stash), 0U);
/dports/devel/p5-Type-Tiny-XS/Type-Tiny-XS-0.022/
H A DUtil.xs277 metaclass_name = newSVpvn_share(HvNAME_get(stash), HvNAMELEN_get(stash), 0U); in typetiny_get_metaclass()
425 mPUSHs(newSVpvn_share(HvNAME_get(stash), HvNAMELEN_get(stash), 0U));
426 mPUSHs(newSVpvn_share(GvNAME_get(gv), GvNAMELEN_get(gv), 0U));
435 RETVAL = newSVpvn_share(HvNAME_get(stash), HvNAMELEN_get(stash), 0U);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D50070019 newSVpvn_share # U
/dports/devel/p5-Params-Classify/Params-Classify-0.015/lib/Params/
H A DClassify.xs39 # define newSVpvs_share(s) newSVpvn_share(""s"", (sizeof(""s"")-1), 0)
42 #ifndef newSVpvn_share
43 # define newSVpvn_share(s, l, h) newSVpvn(s, l) macro
733 newSVpvn_share(rtypemeta->keyword_pv,
777 newSVpvn_share(keyword_pv, strlen(keyword_pv), 0);
/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/
H A Dcore_or_not.inc15 SV *source = newSVpvn_share("pie", 3, 0);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-APItest/
H A Dcore_or_not.inc15 SV *source = newSVpvn_share("pie", 3, 0);
/dports/lang/perl5.30/perl-5.30.3/ext/XS-APItest/
H A Dcore_or_not.inc15 SV *source = newSVpvn_share("pie", 3, 0);
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/
H A Dcore_or_not.inc15 SV *source = newSVpvn_share("pie", 3, 0);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/t/
H A Dshared_pv.t51 ok(&Devel::PPPort::newSVpvn_share(), 6);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D500700120 newSVpvn_share # U
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/t/
H A Dshared_pv.t55 is(&Devel::PPPort::newSVpvn_share(), 6);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/t/
H A Dshared_pv.t55 is(&Devel::PPPort::newSVpvn_share(), 6);
/dports/news/inn/inn-2.6.4/innd/
H A Dperl.c101 (void) hv_store(hdr, "__BODY__", 8, newSVpvn_share(artBody, artLen, 42), 0); in PLartfilter()
/dports/sysutils/shlock/inn-2.6.4/innd/
H A Dperl.c103 (void) hv_store(hdr, "__BODY__", 8, newSVpvn_share(artBody, artLen, 42), 0); in PLartfilter()

12345678910>>...14