Home
last modified time | relevance | path

Searched refs:hv_fetchs (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/devel/p5-XS-Parse-Keyword/XS-Parse-Keyword-0.21/lib/XS/Parse/
H A DKeyword.xs53 …sv_setiv(*hv_fetchs(PL_modglobal, "XS::Parse::Keyword/ABIVERSION", 1), XSPARSEKEYWORD_ABI_VERSION);
56 sv_setiv(*hv_fetchs(PL_modglobal, "XS::Parse::Keyword/ABIVERSION_MIN", 1), 1);
57 …sv_setiv(*hv_fetchs(PL_modglobal, "XS::Parse::Keyword/ABIVERSION_MAX", 1), XSPARSEKEYWORD_ABI_VERS…
59 …sv_setuv(*hv_fetchs(PL_modglobal, "XS::Parse::Keyword/register()@1", 1), PTR2UV(&XSParseKeyword_re…
60 …sv_setuv(*hv_fetchs(PL_modglobal, "XS::Parse::Keyword/register()@2", 1), PTR2UV(&XSParseKeyword_re…
65 sv_setiv(*hv_fetchs(PL_modglobal, "XS::Parse::Infix/ABIVERSION_MIN", 1), 0);
66 …sv_setiv(*hv_fetchs(PL_modglobal, "XS::Parse::Infix/ABIVERSION_MAX", 1), XSPARSEINFIX_ABI_VERSION);
68 …sv_setuv(*hv_fetchs(PL_modglobal, "XS::Parse::Infix/new_op()@0", 1), PTR2UV(&XSParseInfix_new_op));
69 …sv_setuv(*hv_fetchs(PL_modglobal, "XS::Parse::Infix/register()@0", 1), PTR2UV(&XSParseInfix_regist…
70 …sv_setuv(*hv_fetchs(PL_modglobal, "XS::Parse::Infix/register()@1", 1), PTR2UV(&XSParseInfix_regist…
/dports/devel/p5-Mouse/Mouse-v2.5.10/xs-src/
H A DMouseAttribute.xs288 svp = hv_fetchs(args, "init_arg", FALSE); in _process_options()
297 svp = hv_fetchs(args, "builder", FALSE); in _process_options()
317 svp = hv_fetchs(args, "required", FALSE); in _process_options()
326 svp = hv_fetchs(args, "is", FALSE); in _process_options()
356 svp = hv_fetchs(args, "isa", FALSE); in _process_options()
370 if((svp = hv_fetchs(args, "does", FALSE))){ in _process_options()
393 svp = hv_fetchs(args, "coerce", FALSE); in _process_options()
408 svp = hv_fetchs(args, "lazy_build", FALSE); in _process_options()
418 svp = hv_fetchs(args, "lazy", TRUE); in _process_options()
465 svp = hv_fetchs(args, "trigger", FALSE); in _process_options()
[all …]
/dports/devel/p5-XS-Parse-Sublike/XS-Parse-Sublike-0.14/t/
H A Dstages.xs17 if(!hv_fetchs(GvHV(PL_hintgv), "t::stages/permit", 0)) in stage_permit()
25 if(hv_fetchs(GvHV(PL_hintgv), "t::stages/pre_subparse-capture", 0)) { in stage_pre_subparse()
32 if(hv_fetchs(GvHV(PL_hintgv), "t::stages/post_blockstart-capture", 0)) { in stage_post_blockstart()
39 if(hv_fetchs(GvHV(PL_hintgv), "t::stages/pre_blockend-capture", 0)) { in stage_pre_blockend()
46 if(hv_fetchs(GvHV(PL_hintgv), "t::stages/post_newcv-capture-cv", 0)) { in stage_post_newcv()
53 if(!hv_fetchs(GvHV(PL_hintgv), "t::stages/filter_attr-capture", 0)) in stage_filter_attr()
H A Dparts.xs24 if(hv_fetchs(GvHV(PL_hintgv), "t::parts/require-name", 0)) in parts_permit()
26 if(hv_fetchs(GvHV(PL_hintgv), "t::parts/skip-name", 0)) in parts_permit()
29 if(hv_fetchs(GvHV(PL_hintgv), "t::parts/skip-attrs", 0)) in parts_permit()
32 if(hv_fetchs(GvHV(PL_hintgv), "t::parts/skip-signature", 0)) in parts_permit()
/dports/lang/perl5.34/perl-5.34.0/ext/Devel-Peek/
H A DPeek.xs184 svp = hv_fetchs(hv, "topbucket", 1); in _mstats_to_hv()
193 svp = hv_fetchs(hv, "totfree", 1); in _mstats_to_hv()
196 svp = hv_fetchs(hv, "total", 1); in _mstats_to_hv()
199 svp = hv_fetchs(hv, "total_chain", 1); in _mstats_to_hv()
202 svp = hv_fetchs(hv, "total_sbrk", 1); in _mstats_to_hv()
205 svp = hv_fetchs(hv, "sbrks", 1); in _mstats_to_hv()
208 svp = hv_fetchs(hv, "sbrk_good", 1); in _mstats_to_hv()
211 svp = hv_fetchs(hv, "sbrk_slack", 1); in _mstats_to_hv()
214 svp = hv_fetchs(hv, "start_slack", 1); in _mstats_to_hv()
220 svp = hv_fetchs(hv, "minbucket", 1); in _mstats_to_hv()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/Devel-Peek/
H A DPeek.xs184 svp = hv_fetchs(hv, "topbucket", 1); in _mstats_to_hv()
193 svp = hv_fetchs(hv, "totfree", 1); in _mstats_to_hv()
196 svp = hv_fetchs(hv, "total", 1); in _mstats_to_hv()
199 svp = hv_fetchs(hv, "total_chain", 1); in _mstats_to_hv()
202 svp = hv_fetchs(hv, "total_sbrk", 1); in _mstats_to_hv()
205 svp = hv_fetchs(hv, "sbrks", 1); in _mstats_to_hv()
208 svp = hv_fetchs(hv, "sbrk_good", 1); in _mstats_to_hv()
211 svp = hv_fetchs(hv, "sbrk_slack", 1); in _mstats_to_hv()
214 svp = hv_fetchs(hv, "start_slack", 1); in _mstats_to_hv()
220 svp = hv_fetchs(hv, "minbucket", 1); in _mstats_to_hv()
[all …]
/dports/lang/perl5.32/perl-5.32.1/ext/Devel-Peek/
H A DPeek.xs184 svp = hv_fetchs(hv, "topbucket", 1); in _mstats_to_hv()
193 svp = hv_fetchs(hv, "totfree", 1); in _mstats_to_hv()
196 svp = hv_fetchs(hv, "total", 1); in _mstats_to_hv()
199 svp = hv_fetchs(hv, "total_chain", 1); in _mstats_to_hv()
202 svp = hv_fetchs(hv, "total_sbrk", 1); in _mstats_to_hv()
205 svp = hv_fetchs(hv, "sbrks", 1); in _mstats_to_hv()
208 svp = hv_fetchs(hv, "sbrk_good", 1); in _mstats_to_hv()
211 svp = hv_fetchs(hv, "sbrk_slack", 1); in _mstats_to_hv()
214 svp = hv_fetchs(hv, "start_slack", 1); in _mstats_to_hv()
220 svp = hv_fetchs(hv, "minbucket", 1); in _mstats_to_hv()
[all …]
/dports/lang/perl5.30/perl-5.30.3/ext/Devel-Peek/
H A DPeek.xs184 svp = hv_fetchs(hv, "topbucket", 1); in _mstats_to_hv()
193 svp = hv_fetchs(hv, "totfree", 1); in _mstats_to_hv()
196 svp = hv_fetchs(hv, "total", 1); in _mstats_to_hv()
199 svp = hv_fetchs(hv, "total_chain", 1); in _mstats_to_hv()
202 svp = hv_fetchs(hv, "total_sbrk", 1); in _mstats_to_hv()
205 svp = hv_fetchs(hv, "sbrks", 1); in _mstats_to_hv()
208 svp = hv_fetchs(hv, "sbrk_good", 1); in _mstats_to_hv()
211 svp = hv_fetchs(hv, "sbrk_slack", 1); in _mstats_to_hv()
214 svp = hv_fetchs(hv, "start_slack", 1); in _mstats_to_hv()
220 svp = hv_fetchs(hv, "minbucket", 1); in _mstats_to_hv()
[all …]
/dports/devel/p5-XS-Parse-Sublike/XS-Parse-Sublike-0.14/
H A DXSParseSublike.h85 svp = hv_fetchs(PL_modglobal, "XS::Parse::Sublike/ABIVERSION_MIN", 0); in S_boot_xs_parse_sublike()
93 svp = hv_fetchs(PL_modglobal, "XS::Parse::Sublike/ABIVERSION_MAX", 0); in S_boot_xs_parse_sublike()
100 SvUV(*hv_fetchs(PL_modglobal, "XS::Parse::Sublike/parse()@4", 0))); in S_boot_xs_parse_sublike()
103 SvUV(*hv_fetchs(PL_modglobal, "XS::Parse::Sublike/register()@4", 0))); in S_boot_xs_parse_sublike()
106 SvUV(*hv_fetchs(PL_modglobal, "XS::Parse::Sublike/parseany()@4", 0))); in S_boot_xs_parse_sublike()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/
H A DSass.xs185 SV* sv_r = *hv_fetchs(color, "r", false); in sv_to_sass_value()
186 SV* sv_g = *hv_fetchs(color, "g", false); in sv_to_sass_value()
187 SV* sv_b = *hv_fetchs(color, "b", false); in sv_to_sass_value()
188 SV* sv_a = *hv_fetchs(color, "a", false); in sv_to_sass_value()
590 SV** input_path_sv = hv_fetchs(perl_options, "input_path", false); in init_sass_options()
591 SV** output_path_sv = hv_fetchs(perl_options, "output_path", false); in init_sass_options()
592 SV** output_style_sv = hv_fetchs(perl_options, "output_style", false); in init_sass_options()
593 SV** source_comments_sv = hv_fetchs(perl_options, "source_comments", false); in init_sass_options()
594 SV** omit_source_map_sv = hv_fetchs(perl_options, "omit_source_map", false); in init_sass_options()
595 SV** omit_source_map_url_sv = hv_fetchs(perl_options, "omit_source_map_url", false); in init_sass_options()
[all …]
/dports/devel/p5-XS-Parse-Keyword/XS-Parse-Keyword-0.21/
H A DXSParseInfix.h95 svp = hv_fetchs(PL_modglobal, "XS::Parse::Infix/ABIVERSION_MIN", 0); in S_boot_xs_parse_infix()
103 svp = hv_fetchs(PL_modglobal, "XS::Parse::Infix/ABIVERSION_MAX", 0); in S_boot_xs_parse_infix()
110 SvUV(*hv_fetchs(PL_modglobal, "XS::Parse::Infix/new_op()@0", 0))); in S_boot_xs_parse_infix()
112 SvUV(*hv_fetchs(PL_modglobal, "XS::Parse::Infix/register()@1", 0))); in S_boot_xs_parse_infix()
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dpvs30 __UNDEFINED__ hv_fetchs(hv, key, lval) hv_fetch(hv, key "", sizeof(key) - 1, lval)
85 hv_fetchs(hv)
90 s = hv_fetchs((HV *) SvRV(hv), "hv_fetchs", 0);
145 my %h = ('hv_fetchs' => 42);
150 is(Devel::PPPort::hv_fetchs(\%h), 42);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dpvs30 __UNDEFINED__ hv_fetchs(hv, key, lval) hv_fetch(hv, key "", sizeof(key) - 1, lval)
85 hv_fetchs(hv)
90 s = hv_fetchs((HV *) SvRV(hv), "hv_fetchs", 0);
145 my %h = ('hv_fetchs' => 42);
150 ok(Devel::PPPort::hv_fetchs(\%h), 42);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dpvs30 __UNDEFINED__ hv_fetchs(hv, key, lval) hv_fetch(hv, key "", sizeof(key) - 1, lval)
85 hv_fetchs(hv)
90 s = hv_fetchs((HV *) SvRV(hv), "hv_fetchs", 0);
145 my %h = ('hv_fetchs' => 42);
150 is(Devel::PPPort::hv_fetchs(\%h), 42);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dpvs30 __UNDEFINED__ hv_fetchs(hv, key, lval) hv_fetch(hv, key "", sizeof(key) - 1, lval)
85 hv_fetchs(hv)
90 s = hv_fetchs((HV *) SvRV(hv), "hv_fetchs", 0);
145 my %h = ('hv_fetchs' => 42);
150 is(Devel::PPPort::hv_fetchs(\%h), 42);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dpvs30 __UNDEFINED__ hv_fetchs(hv, key, lval) hv_fetch(hv, key "", sizeof(key) - 1, lval)
85 hv_fetchs(hv)
90 s = hv_fetchs((HV *) SvRV(hv), "hv_fetchs", 0);
145 my %h = ('hv_fetchs' => 42);
150 is(Devel::PPPort::hv_fetchs(\%h), 42);
/dports/devel/p5-Syntax-Keyword-Dynamically/Syntax-Keyword-Dynamically-0.09/
H A DAsyncAwait.h84 SV **hookp = hv_fetchs(PL_modglobal, "Future::AsyncAwait/suspendhook", TRUE); in S_future_asyncawait_wrap_suspendhook()
101 if((svp = hv_fetchs(PL_modglobal, "Future::AsyncAwait/loaded", FALSE)) && SvOK(*svp)) { in S_future_asyncawait_on_activate()
107 svp = hv_fetchs(PL_modglobal, "Future::AsyncAwait/on_loaded", FALSE); in S_future_asyncawait_on_activate()
/dports/lang/perl5.34/perl-5.34.0/dist/Data-Dumper/
H A DDumper.xs1569 if ((svp = hv_fetchs(hv, "noseen", FALSE)))
1575 if ((svp = hv_fetchs(hv, "indent", FALSE)))
1577 if ((svp = hv_fetchs(hv, "purity", FALSE)))
1579 if ((svp = hv_fetchs(hv, "terse", FALSE)))
1581 if ((svp = hv_fetchs(hv, "useqq", FALSE)))
1583 if ((svp = hv_fetchs(hv, "pad", FALSE)))
1585 if ((svp = hv_fetchs(hv, "xpad", FALSE)))
1587 if ((svp = hv_fetchs(hv, "apad", FALSE)))
1589 if ((svp = hv_fetchs(hv, "sep", FALSE)))
1591 if ((svp = hv_fetchs(hv, "pair", FALSE)))
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Data-Dumper/
H A DDumper.xs1553 if ((svp = hv_fetchs(hv, "noseen", FALSE)))
1559 if ((svp = hv_fetchs(hv, "indent", FALSE)))
1561 if ((svp = hv_fetchs(hv, "purity", FALSE)))
1563 if ((svp = hv_fetchs(hv, "terse", FALSE)))
1565 if ((svp = hv_fetchs(hv, "useqq", FALSE)))
1567 if ((svp = hv_fetchs(hv, "pad", FALSE)))
1569 if ((svp = hv_fetchs(hv, "xpad", FALSE)))
1571 if ((svp = hv_fetchs(hv, "apad", FALSE)))
1573 if ((svp = hv_fetchs(hv, "sep", FALSE)))
1575 if ((svp = hv_fetchs(hv, "pair", FALSE)))
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/Data-Dumper/
H A DDumper.xs1556 if ((svp = hv_fetchs(hv, "noseen", FALSE)))
1562 if ((svp = hv_fetchs(hv, "indent", FALSE)))
1564 if ((svp = hv_fetchs(hv, "purity", FALSE)))
1566 if ((svp = hv_fetchs(hv, "terse", FALSE)))
1568 if ((svp = hv_fetchs(hv, "useqq", FALSE)))
1570 if ((svp = hv_fetchs(hv, "pad", FALSE)))
1572 if ((svp = hv_fetchs(hv, "xpad", FALSE)))
1574 if ((svp = hv_fetchs(hv, "apad", FALSE)))
1576 if ((svp = hv_fetchs(hv, "sep", FALSE)))
1578 if ((svp = hv_fetchs(hv, "pair", FALSE)))
[all …]
/dports/devel/p5-Data-Dumper/Data-Dumper-2.183/
H A DDumper.xs1508 if ((svp = hv_fetchs(hv, "noseen", FALSE)))
1514 if ((svp = hv_fetchs(hv, "indent", FALSE)))
1516 if ((svp = hv_fetchs(hv, "purity", FALSE)))
1518 if ((svp = hv_fetchs(hv, "terse", FALSE)))
1520 if ((svp = hv_fetchs(hv, "useqq", FALSE)))
1522 if ((svp = hv_fetchs(hv, "pad", FALSE)))
1524 if ((svp = hv_fetchs(hv, "xpad", FALSE)))
1526 if ((svp = hv_fetchs(hv, "apad", FALSE)))
1528 if ((svp = hv_fetchs(hv, "sep", FALSE)))
1530 if ((svp = hv_fetchs(hv, "pair", FALSE)))
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Data-Dumper/
H A DDumper.xs1508 if ((svp = hv_fetchs(hv, "noseen", FALSE)))
1514 if ((svp = hv_fetchs(hv, "indent", FALSE)))
1516 if ((svp = hv_fetchs(hv, "purity", FALSE)))
1518 if ((svp = hv_fetchs(hv, "terse", FALSE)))
1520 if ((svp = hv_fetchs(hv, "useqq", FALSE)))
1522 if ((svp = hv_fetchs(hv, "pad", FALSE)))
1524 if ((svp = hv_fetchs(hv, "xpad", FALSE)))
1526 if ((svp = hv_fetchs(hv, "apad", FALSE)))
1528 if ((svp = hv_fetchs(hv, "sep", FALSE)))
1530 if ((svp = hv_fetchs(hv, "pair", FALSE)))
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/XS-Typemap/
H A DTypemap.xs102 elem = hv_fetchs(inhash, "a", 0); in XS_unpack_anotherstructPtr()
107 elem = hv_fetchs(inhash, "b", 0); in XS_unpack_anotherstructPtr()
112 elem = hv_fetchs(inhash, "c", 0); in XS_unpack_anotherstructPtr()
182 elem = hv_fetchs(inhash, "a", 0); in XS_unpack_anotherstructPtrPtr()
187 elem = hv_fetchs(inhash, "b", 0); in XS_unpack_anotherstructPtrPtr()
192 elem = hv_fetchs(inhash, "c", 0); in XS_unpack_anotherstructPtrPtr()
/dports/lang/perl5.30/perl-5.30.3/ext/XS-Typemap/
H A DTypemap.xs102 elem = hv_fetchs(inhash, "a", 0); in XS_unpack_anotherstructPtr()
107 elem = hv_fetchs(inhash, "b", 0); in XS_unpack_anotherstructPtr()
112 elem = hv_fetchs(inhash, "c", 0); in XS_unpack_anotherstructPtr()
182 elem = hv_fetchs(inhash, "a", 0); in XS_unpack_anotherstructPtrPtr()
187 elem = hv_fetchs(inhash, "b", 0); in XS_unpack_anotherstructPtrPtr()
192 elem = hv_fetchs(inhash, "c", 0); in XS_unpack_anotherstructPtrPtr()
/dports/lang/perl5.32/perl-5.32.1/ext/XS-Typemap/
H A DTypemap.xs102 elem = hv_fetchs(inhash, "a", 0); in XS_unpack_anotherstructPtr()
107 elem = hv_fetchs(inhash, "b", 0); in XS_unpack_anotherstructPtr()
112 elem = hv_fetchs(inhash, "c", 0); in XS_unpack_anotherstructPtr()
182 elem = hv_fetchs(inhash, "a", 0); in XS_unpack_anotherstructPtrPtr()
187 elem = hv_fetchs(inhash, "b", 0); in XS_unpack_anotherstructPtrPtr()
192 elem = hv_fetchs(inhash, "c", 0); in XS_unpack_anotherstructPtrPtr()

12345678910>>...19