Home
last modified time | relevance | path

Searched refs:keypv (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/perl5.32/perl-5.32.1/
H A Dfeature.h210 #define magic_sethint_feature(keysv, keypv, keylen, valsv, valbool) \ argument
211 S_magic_sethint_feature(aTHX_ (keysv), (keypv), (keylen), (valsv), (valbool))
213 S_magic_sethint_feature(pTHX_ SV *keysv, const char *keypv, STRLEN keylen, in S_magic_sethint_feature() argument
216 keypv = SvPV_const(keysv, keylen); in S_magic_sethint_feature()
218 if (memBEGINs(keypv, keylen, "feature_")) { in S_magic_sethint_feature()
219 const char *subf = keypv + (sizeof("feature_")-1); in S_magic_sethint_feature()
H A Dhv.c3392 for (p = keypv; p != keyend; p++) { in Perl_refcounted_he_fetch_pvn()
3403 const char *p = keypv, *keyend = keypv + keylen; in Perl_refcounted_he_fetch_pvn()
3407 keypv = q; in Perl_refcounted_he_fetch_pvn()
3424 PERL_HASH(hash, keypv, keylen); in Perl_refcounted_he_fetch_pvn()
3481 const char *keypv; in Perl_refcounted_he_fetch_sv() local
3487 keypv = SvPV_const(key, keylen); in Perl_refcounted_he_fetch_sv()
3568 for (p = keypv; p != keyend; p++) { in Perl_refcounted_he_new_pvn()
3579 const char *p = keypv, *keyend = keypv + keylen; in Perl_refcounted_he_new_pvn()
3583 keypv = q; in Perl_refcounted_he_new_pvn()
3601 PERL_HASH(hash, keypv, keylen); in Perl_refcounted_he_new_pvn()
[all …]
H A Dcop.h192 #define cophh_fetch_pvn(cophh, keypv, keylen, hash, flags) \ argument
193 Perl_refcounted_he_fetch_pvn(aTHX_ cophh, keypv, keylen, hash, flags)
298 #define cophh_store_pvn(cophh, keypv, keylen, hash, value, flags) \ argument
299 Perl_refcounted_he_new_pvn(aTHX_ cophh, keypv, keylen, hash, value, flags)
354 #define cophh_delete_pvn(cophh, keypv, keylen, hash, flags) \ argument
355 Perl_refcounted_he_new_pvn(aTHX_ cophh, keypv, keylen, hash, \
501 #define cop_hints_fetch_pvn(cop, keypv, keylen, hash, flags) \ argument
502 cophh_fetch_pvn(CopHINTHASH_get(cop), keypv, keylen, hash, flags)
/dports/lang/perl5.34/perl-5.34.0/
H A Dfeature.h233 #define magic_sethint_feature(keysv, keypv, keylen, valsv, valbool) \ argument
234 S_magic_sethint_feature(aTHX_ (keysv), (keypv), (keylen), (valsv), (valbool))
236 S_magic_sethint_feature(pTHX_ SV *keysv, const char *keypv, STRLEN keylen, in S_magic_sethint_feature() argument
239 keypv = SvPV_const(keysv, keylen); in S_magic_sethint_feature()
241 if (memBEGINs(keypv, keylen, "feature_")) { in S_magic_sethint_feature()
242 const char *subf = keypv + (sizeof("feature_")-1); in S_magic_sethint_feature()
H A Dcop.h193 #define cophh_fetch_pvn(cophh, keypv, keylen, hash, flags) \ argument
194 Perl_refcounted_he_fetch_pvn(aTHX_ cophh, keypv, keylen, hash, flags)
245 #define cophh_exists_pvn(cophh, keypv, keylen, hash, flags) \ argument
351 #define cophh_store_pvn(cophh, keypv, keylen, hash, value, flags) \ argument
352 Perl_refcounted_he_new_pvn(aTHX_ cophh, keypv, keylen, hash, value, flags)
407 #define cophh_delete_pvn(cophh, keypv, keylen, hash, flags) \ argument
408 Perl_refcounted_he_new_pvn(aTHX_ cophh, keypv, keylen, hash, \
593 #define cop_hints_fetch_pvn(cop, keypv, keylen, hash, flags) \ argument
594 cophh_fetch_pvn(CopHINTHASH_get(cop), keypv, keylen, hash, flags)
645 #define cop_hints_exists_pvn(cop, keypv, keylen, hash, flags) \ argument
[all …]
H A Dhv.c3388 for (p = keypv; p != keyend; p++) { in Perl_refcounted_he_fetch_pvn()
3399 const char *p = keypv, *keyend = keypv + keylen; in Perl_refcounted_he_fetch_pvn()
3403 keypv = q; in Perl_refcounted_he_fetch_pvn()
3420 PERL_HASH(hash, keypv, keylen); in Perl_refcounted_he_fetch_pvn()
3477 const char *keypv; in Perl_refcounted_he_fetch_sv() local
3483 keypv = SvPV_const(key, keylen); in Perl_refcounted_he_fetch_sv()
3574 const char *p = keypv, *keyend = keypv + keylen; in Perl_refcounted_he_new_pvn()
3578 keypv = q; in Perl_refcounted_he_new_pvn()
3596 PERL_HASH(hash, keypv, keylen); in Perl_refcounted_he_new_pvn()
3664 const char *keypv; in Perl_refcounted_he_new_sv() local
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/xs/
H A DHDF.xs106 char* keypv; in tcs_hdf_walk() local
111 while((valsv = hv_iternextsv(hv, &keypv, &keylen))){ in tcs_hdf_walk()
112 sv_catpvn(key, keypv, keylen); in tcs_hdf_walk()
141 const char* const keypv = SvPV_const(key, keylen); in tcs_hdf_walk() local
145 if(!( SvUTF8(key) || is_utf8_string((const U8*)keypv, keylen) )) { in tcs_hdf_walk()
146 tcs_croak_with_pv(aTHX_ "key", keypv, keylen); in tcs_hdf_walk()
153 err = hdf_set_value(hdf, keypv, valpv); in tcs_hdf_walk()
H A DClearSilver.xs412 const char* const keypv = SvPV_nolen_const(key); in tcs_set_config() local
413 if(isUPPER(*keypv)){ /* builtin config */ in tcs_set_config()
416 CHECK_ERR( hdf_set_value(config, keypv, SvPV_nolen_const(val)) ); in tcs_set_config()
419 if(strEQ(keypv, "encoding")) { in tcs_set_config()
433 else if(strEQ(keypv, "input_layer")){ in tcs_set_config()
436 else if(strEQ(keypv, "dataset")) { in tcs_set_config()
439 else if(strEQ(keypv, "load_path")) { in tcs_set_config()
445 else if(strEQ(keypv, "functions")) { in tcs_set_config()
450 tcs_get_class_name(aTHX_ self), keypv); in tcs_set_config()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dfeature.h245 #define magic_sethint_feature(keysv, keypv, keylen, valsv, valbool) \ argument
246 S_magic_sethint_feature(aTHX_ (keysv), (keypv), (keylen), (valsv), (valbool))
248 S_magic_sethint_feature(pTHX_ SV *keysv, const char *keypv, STRLEN keylen, in S_magic_sethint_feature() argument
251 keypv = SvPV_const(keysv, keylen); in S_magic_sethint_feature()
253 if (memBEGINs(keypv, keylen, "feature_")) { in S_magic_sethint_feature()
254 const char *subf = keypv + (sizeof("feature_")-1); in S_magic_sethint_feature()
H A Dcop.h193 #define cophh_fetch_pvn(cophh, keypv, keylen, hash, flags) \ argument
194 Perl_refcounted_he_fetch_pvn(aTHX_ cophh, keypv, keylen, hash, flags)
245 #define cophh_exists_pvn(cophh, keypv, keylen, hash, flags) \ argument
351 #define cophh_store_pvn(cophh, keypv, keylen, hash, value, flags) \ argument
352 Perl_refcounted_he_new_pvn(aTHX_ cophh, keypv, keylen, hash, value, flags)
407 #define cophh_delete_pvn(cophh, keypv, keylen, hash, flags) \ argument
408 Perl_refcounted_he_new_pvn(aTHX_ cophh, keypv, keylen, hash, \
584 #define cop_hints_fetch_pvn(cop, keypv, keylen, hash, flags) \ argument
585 cophh_fetch_pvn(CopHINTHASH_get(cop), keypv, keylen, hash, flags)
636 #define cop_hints_exists_pvn(cop, keypv, keylen, hash, flags) \ argument
[all …]
H A Dhv.c3338 for (p = keypv; p != keyend; p++) { in Perl_refcounted_he_fetch_pvn()
3349 const char *p = keypv, *keyend = keypv + keylen; in Perl_refcounted_he_fetch_pvn()
3353 keypv = q; in Perl_refcounted_he_fetch_pvn()
3370 PERL_HASH(hash, keypv, keylen); in Perl_refcounted_he_fetch_pvn()
3427 const char *keypv; in Perl_refcounted_he_fetch_sv() local
3433 keypv = SvPV_const(key, keylen); in Perl_refcounted_he_fetch_sv()
3524 const char *p = keypv, *keyend = keypv + keylen; in Perl_refcounted_he_new_pvn()
3528 keypv = q; in Perl_refcounted_he_new_pvn()
3546 PERL_HASH(hash, keypv, keylen); in Perl_refcounted_he_new_pvn()
3614 const char *keypv; in Perl_refcounted_he_new_sv() local
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dhv.c3390 for (p = keypv; p != keyend; p++) { in Perl_refcounted_he_fetch_pvn()
3401 const char *p = keypv, *keyend = keypv + keylen; in Perl_refcounted_he_fetch_pvn()
3405 keypv = q; in Perl_refcounted_he_fetch_pvn()
3422 PERL_HASH(hash, keypv, keylen); in Perl_refcounted_he_fetch_pvn()
3479 const char *keypv; in Perl_refcounted_he_fetch_sv() local
3485 keypv = SvPV_const(key, keylen); in Perl_refcounted_he_fetch_sv()
3566 for (p = keypv; p != keyend; p++) { in Perl_refcounted_he_new_pvn()
3577 const char *p = keypv, *keyend = keypv + keylen; in Perl_refcounted_he_new_pvn()
3581 keypv = q; in Perl_refcounted_he_new_pvn()
3599 PERL_HASH(hash, keypv, keylen); in Perl_refcounted_he_new_pvn()
[all …]
H A Dcop.h189 #define cophh_fetch_pvn(cophh, keypv, keylen, hash, flags) \ argument
190 Perl_refcounted_he_fetch_pvn(aTHX_ cophh, keypv, keylen, hash, flags)
295 #define cophh_store_pvn(cophh, keypv, keylen, hash, value, flags) \ argument
296 Perl_refcounted_he_new_pvn(aTHX_ cophh, keypv, keylen, hash, value, flags)
351 #define cophh_delete_pvn(cophh, keypv, keylen, hash, flags) \ argument
352 Perl_refcounted_he_new_pvn(aTHX_ cophh, keypv, keylen, hash, \
492 #define cop_hints_fetch_pvn(cop, keypv, keylen, hash, flags) \ argument
493 cophh_fetch_pvn(CopHINTHASH_get(cop), keypv, keylen, hash, flags)
/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/t/
H A Dhash.t390 is (XS::APItest::Hash::common({hv => $hash, keypv => $victim}),
395 is (XS::APItest::Hash::common({hv => $hash, keypv => $victim,
401 is (XS::APItest::Hash::common({hv => $hash, keypv => $mapping->($victim),
/dports/lang/perl5.30/perl-5.30.3/ext/XS-APItest/t/
H A Dhash.t390 is (XS::APItest::Hash::common({hv => $hash, keypv => $victim}),
395 is (XS::APItest::Hash::common({hv => $hash, keypv => $victim,
401 is (XS::APItest::Hash::common({hv => $hash, keypv => $mapping->($victim),
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/t/
H A Dhash.t390 is (XS::APItest::Hash::common({hv => $hash, keypv => $victim}),
395 is (XS::APItest::Hash::common({hv => $hash, keypv => $victim,
401 is (XS::APItest::Hash::common({hv => $hash, keypv => $mapping->($victim),
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-APItest/t/
H A Dhash.t443 is (XS::APItest::Hash::common({hv => $hash, keypv => $victim}),
448 is (XS::APItest::Hash::common({hv => $hash, keypv => $victim,
454 is (XS::APItest::Hash::common({hv => $hash, keypv => $mapping->($victim),
/dports/lang/perl5.32/perl-5.32.1/regen/
H A Dfeature.pl408 S_magic_sethint_feature(pTHX_ SV *keysv, const char *keypv, STRLEN keylen,
/dports/lang/perl5.34/perl-5.34.0/regen/
H A Dfeature.pl417 S_magic_sethint_feature(pTHX_ SV *keysv, const char *keypv, STRLEN keylen,
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/
H A Dapidoc.fnc182 Am|SV *|cop_hints_fetch_pvn|const COP *cop|const char *keypv|STRLEN keylen|U32 hash|U32 flags
426 Amx|COPHH *|cophh_delete_pvn|COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
431 Amx|COPHH *|cophh_store_pvn|COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|SV *value|U32 fla…
450 Amx|SV *|cophh_fetch_pvn|const COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/regen/
H A Dfeature.pl421 S_magic_sethint_feature(pTHX_ SV *keysv, const char *keypv, STRLEN keylen,
/dports/textproc/p5-Text-Xslate/Text-Xslate-3.4.0/src/
H A Dxslate_opcode.inc53 const char* const keypv = SvPV_const(key, keylen);
54 SAVEDELETE(vars, savepvn(keypv, keylen),
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/
H A Dapidoc.fnc57 Amxd|COPHH *|cophh_delete_pvn|COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
61 Amxd|bool|cophh_exists_pvn|const COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
65 Amxd|SV *|cophh_fetch_pvn|const COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
72 Amxd|COPHH *|cophh_store_pvn|COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|SV *value|U32 fl…
77 Amd|bool|cop_hints_exists_pvn|const COP *cop|const char *keypv|STRLEN keylen|U32 hash|U32 flags
81 Amd|SV *|cop_hints_fetch_pvn|const COP *cop|const char *keypv|STRLEN keylen|U32 hash|U32 flags
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/
H A Dapidoc.fnc57 Amxd|COPHH *|cophh_delete_pvn|COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
61 Amxd|bool|cophh_exists_pvn|const COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
65 Amxd|SV *|cophh_fetch_pvn|const COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
72 Amxd|COPHH *|cophh_store_pvn|COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|SV *value|U32 fl…
77 Amd|bool|cop_hints_exists_pvn|const COP *cop|const char *keypv|STRLEN keylen|U32 hash|U32 flags
81 Amd|SV *|cop_hints_fetch_pvn|const COP *cop|const char *keypv|STRLEN keylen|U32 hash|U32 flags
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/
H A Dapidoc.fnc53 Amxd|COPHH *|cophh_delete_pvn|COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
57 Amxd|SV *|cophh_fetch_pvn|const COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
64 Amxd|COPHH *|cophh_store_pvn|COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|SV *value|U32 fl…
69 Amd|SV *|cop_hints_fetch_pvn|const COP *cop|const char *keypv|STRLEN keylen|U32 hash|U32 flags

12