Home
last modified time | relevance | path

Searched refs:cophh (Results 1 – 15 of 15) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dcop.h205 #define cophh_fetch_pvs(cophh, key, flags) \ argument
217 #define cophh_fetch_pv(cophh, key, hash, flags) \ argument
229 #define cophh_fetch_sv(cophh, key, hash, flags) \ argument
257 #define cophh_exists_pvs(cophh, key, flags) \ argument
269 #define cophh_exists_pv(cophh, key, hash, flags) \ argument
281 #define cophh_exists_sv(cophh, key, hash, flags) \ argument
294 #define cophh_2hv(cophh, flags) \ argument
305 #define cophh_copy(cophh) Perl_refcounted_he_inc(aTHX_ cophh) argument
316 #define cophh_free(cophh) Perl_refcounted_he_free(aTHX_ cophh) argument
420 #define cophh_delete_pvs(cophh, key, flags) \ argument
[all …]
H A DMANIFEST4479 ext/XS-APItest/t/cophh.t test COPHH API
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dcop.h205 #define cophh_fetch_pvs(cophh, key, flags) \ argument
217 #define cophh_fetch_pv(cophh, key, hash, flags) \ argument
229 #define cophh_fetch_sv(cophh, key, hash, flags) \ argument
257 #define cophh_exists_pvs(cophh, key, flags) \ argument
269 #define cophh_exists_pv(cophh, key, hash, flags) \ argument
281 #define cophh_exists_sv(cophh, key, hash, flags) \ argument
294 #define cophh_2hv(cophh, flags) \ argument
305 #define cophh_copy(cophh) Perl_refcounted_he_inc(aTHX_ cophh) argument
316 #define cophh_free(cophh) Perl_refcounted_he_free(aTHX_ cophh) argument
420 #define cophh_delete_pvs(cophh, key, flags) \ argument
[all …]
H A DMANIFEST4529 ext/XS-APItest/t/cophh.t test COPHH API
/dports/lang/perl5.32/perl-5.32.1/
H A Dcop.h204 #define cophh_fetch_pvs(cophh, key, flags) \ argument
216 #define cophh_fetch_pv(cophh, key, hash, flags) \ argument
228 #define cophh_fetch_sv(cophh, key, hash, flags) \ argument
241 #define cophh_2hv(cophh, flags) \ argument
242 Perl_refcounted_he_chain_2hv(aTHX_ cophh, flags)
252 #define cophh_copy(cophh) Perl_refcounted_he_inc(aTHX_ cophh) argument
263 #define cophh_free(cophh) Perl_refcounted_he_free(aTHX_ cophh) argument
310 #define cophh_store_pvs(cophh, key, value, flags) \ argument
367 #define cophh_delete_pvs(cophh, key, flags) \ argument
380 #define cophh_delete_pv(cophh, key, hash, flags) \ argument
[all …]
H A DMANIFEST4450 ext/XS-APItest/t/cophh.t test COPHH API
/dports/lang/perl5.30/perl-5.30.3/
H A Dcop.h201 #define cophh_fetch_pvs(cophh, key, flags) \ argument
213 #define cophh_fetch_pv(cophh, key, hash, flags) \ argument
225 #define cophh_fetch_sv(cophh, key, hash, flags) \ argument
238 #define cophh_2hv(cophh, flags) \ argument
239 Perl_refcounted_he_chain_2hv(aTHX_ cophh, flags)
249 #define cophh_copy(cophh) Perl_refcounted_he_inc(aTHX_ cophh) argument
260 #define cophh_free(cophh) Perl_refcounted_he_free(aTHX_ cophh) argument
307 #define cophh_store_pvs(cophh, key, value, flags) \ argument
364 #define cophh_delete_pvs(cophh, key, flags) \ argument
377 #define cophh_delete_pv(cophh, key, hash, flags) \ argument
[all …]
H A DMANIFEST4290 ext/XS-APItest/t/cophh.t test COPHH API
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/
H A Dapidoc.fnc424 Amx|COPHH *|cophh_copy|COPHH *cophh
425 Amx|COPHH *|cophh_delete_pv|const COPHH *cophh|const char *key|U32 hash|U32 flags
427 Amx|COPHH *|cophh_delete_pvs|const COPHH *cophh|"literal string" key|U32 flags
428 Amx|COPHH *|cophh_delete_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
432 Amx|COPHH *|cophh_store_pvs|const COPHH *cophh|"literal string" key|SV *value|U32 flags
433 Amx|COPHH *|cophh_store_sv|const COPHH *cophh|SV *key|U32 hash|SV *value|U32 flags
434 Amx|HV *|cophh_2hv|const COPHH *cophh|U32 flags
449 Amx|SV *|cophh_fetch_pv|const COPHH *cophh|const char *key|U32 hash|U32 flags
451 Amx|SV *|cophh_fetch_pvs|const COPHH *cophh|"literal string" key|U32 flags
452 Amx|SV *|cophh_fetch_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
[all …]
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/
H A Dapidoc.fnc54 Amxd|HV *|cophh_2hv|const COPHH *cophh|U32 flags
55 Amxd|COPHH *|cophh_copy|COPHH *cophh
56 Amxd|COPHH *|cophh_delete_pv|COPHH *cophh|char *key|U32 hash|U32 flags
58 Amxd|COPHH *|cophh_delete_pvs|COPHH *cophh|"key"|U32 flags
59 Amxd|COPHH *|cophh_delete_sv|COPHH *cophh|SV *key|U32 hash|U32 flags
62 Amxd|bool|cophh_exists_pvs|const COPHH *cophh|"key"|U32 flags
63 Amxd|bool|cophh_exists_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
66 Amxd|SV *|cophh_fetch_pvs|const COPHH *cophh|"key"|U32 flags
67 Amxd|SV *|cophh_fetch_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
68 Amxd|void|cophh_free|COPHH *cophh
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/
H A Dapidoc.fnc54 Amxd|HV *|cophh_2hv|const COPHH *cophh|U32 flags
55 Amxd|COPHH *|cophh_copy|COPHH *cophh
56 Amxd|COPHH *|cophh_delete_pv|COPHH *cophh|char *key|U32 hash|U32 flags
58 Amxd|COPHH *|cophh_delete_pvs|COPHH *cophh|"key"|U32 flags
59 Amxd|COPHH *|cophh_delete_sv|COPHH *cophh|SV *key|U32 hash|U32 flags
62 Amxd|bool|cophh_exists_pvs|const COPHH *cophh|"key"|U32 flags
63 Amxd|bool|cophh_exists_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
66 Amxd|SV *|cophh_fetch_pvs|const COPHH *cophh|"key"|U32 flags
67 Amxd|SV *|cophh_fetch_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
68 Amxd|void|cophh_free|COPHH *cophh
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/
H A Dapidoc.fnc50 Amxd|HV *|cophh_2hv|const COPHH *cophh|U32 flags
51 Amxd|COPHH *|cophh_copy|COPHH *cophh
52 Amxd|COPHH *|cophh_delete_pv|const COPHH *cophh|const char *key|U32 hash|U32 flags
54 Amxd|COPHH *|cophh_delete_pvs|const COPHH *cophh|"key"|U32 flags
55 Amxd|COPHH *|cophh_delete_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
56 Amxd|SV *|cophh_fetch_pv|const COPHH *cophh|const char *key|U32 hash|U32 flags
58 Amxd|SV *|cophh_fetch_pvs|const COPHH *cophh|"key"|U32 flags
59 Amxd|SV *|cophh_fetch_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
60 Amxd|void|cophh_free|COPHH *cophh
65 Amxd|COPHH *|cophh_store_pvs|const COPHH *cophh|"key"|SV *value|U32 flags
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/
H A Dapidoc.fnc51 Amxd|HV *|cophh_2hv|const COPHH *cophh|U32 flags
52 Amxd|COPHH *|cophh_copy|COPHH *cophh
53 Amxd|COPHH *|cophh_delete_pv|const COPHH *cophh|const char *key|U32 hash|U32 flags
55 Amxd|COPHH *|cophh_delete_pvs|const COPHH *cophh|"key"|U32 flags
56 Amxd|COPHH *|cophh_delete_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
57 Amxd|SV *|cophh_fetch_pv|const COPHH *cophh|const char *key|U32 hash|U32 flags
59 Amxd|SV *|cophh_fetch_pvs|const COPHH *cophh|"key"|U32 flags
60 Amxd|SV *|cophh_fetch_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
61 Amxd|void|cophh_free|COPHH *cophh
66 Amxd|COPHH *|cophh_store_pvs|const COPHH *cophh|"key"|SV *value|U32 flags
[all …]
/dports/devel/p5-Object-Pad/Object-Pad-0.58/src/
H A Dslot.c178 COPHH *cophh = CopHINTHASH_get(PL_curcop); in ObjectPad_mop_slot_get_attribute() local
188 !cophh_fetch_pvn(cophh, reg->funcs->permit_hintkey, reg->permit_hintkeylen, 0, 0)) in ObjectPad_mop_slot_get_attribute()
/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DC.pm2537 my $cophh = $cophhtable{$$hints};
2538 $init->add(sprintf("CopHINTHASH_set(&cop_list[%d], %s);", $ix, $cophh));
2541 my $cophh = sprintf( "cophh%d", scalar keys %cophhtable );
2542 $cophhtable{$$hints} = $cophh;
2543 $decl->add(sprintf("Static COPHH *%s;", $cophh));
2551 $cophh, $i ? $cophh : 'NULL', $ck, $kl, $val));
2554 $cophh, $i ? $cophh : 'NULL', $ck, $val));
2565 $init->add(sprintf("CopHINTHASH_set(&cop_list[%d], %s);", $ix, $cophh));