Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dcop.h235 #define cophh_fetch_pvn(cophh, key, keylen, hash, flags) \ argument
236 Perl_refcounted_he_fetch_pvn(aTHX_ cophh, key, keylen, hash, \
239 #define cophh_fetch_pvs(cophh, key, flags) \ argument
240 Perl_refcounted_he_fetch_pvn(aTHX_ cophh, STR_WITH_LEN(key), 0, \
243 #define cophh_fetch_pv(cophh, key, hash, flags) \ argument
244 Perl_refcounted_he_fetch_pv(aTHX_ cophh, key, hash, \
247 #define cophh_fetch_sv(cophh, key, hash, flags) \ argument
248 Perl_refcounted_he_fetch_sv(aTHX_ cophh, key, hash, \
279 #define cophh_exists_pvn(cophh, key, keylen, hash, flags) \ argument
280 cBOOL(Perl_refcounted_he_fetch_pvn(aTHX_ cophh, key, keylen, hash, flags | COPHH_EXISTS))
[all …]
DMANIFEST5104 ext/XS-APItest/t/cophh.t test COPHH API
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc55 Amxd|HV *|cophh_2hv|const COPHH *cophh|U32 flags
56 Amxd|COPHH *|cophh_copy|COPHH *cophh
57 Amxd|COPHH *|cophh_delete_pv|COPHH *cophh|char *key|U32 hash|U32 flags
58 Amxd|COPHH *|cophh_delete_pvn|COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
59 Amxd|COPHH *|cophh_delete_pvs|COPHH *cophh|"key"|U32 flags
60 Amxd|COPHH *|cophh_delete_sv|COPHH *cophh|SV *key|U32 hash|U32 flags
61 Amxd|bool|cophh_exists_pv|const COPHH *cophh|const char *key|U32 hash|U32 flags
62 Amxd|bool|cophh_exists_pvn|const COPHH *cophh|const char *keypv|STRLEN keylen|U32 hash|U32 flags
63 Amxd|bool|cophh_exists_pvs|const COPHH *cophh|"key"|U32 flags
64 Amxd|bool|cophh_exists_sv|const COPHH *cophh|SV *key|U32 hash|U32 flags
[all …]