Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/
H A Dcop.h235 #define cophh_fetch_pvn(cophh, key, keylen, hash, flags) \ argument
239 #define cophh_fetch_pvs(cophh, key, flags) \ argument
243 #define cophh_fetch_pv(cophh, ke argument
231 cophh_fetch_pvn(cophh,key,keylen,hash,flags) global() argument
275 cophh_exists_pvn(cophh,key,keylen,hash,flags) global() argument
278 cophh_exists_pvs(cophh,key,flags) global() argument
281 cophh_exists_pv(cophh,key,hash,flags) global() argument
284 cophh_exists_sv(cophh,key,hash,flags) global() argument
297 cophh_2hv(cophh,flags) global() argument
308 cophh_copy(cophh) global() argument
319 cophh_free(cophh) global() argument
371 cophh_store_pvn(cophh,key,keylen,hash,value,flags) global() argument
374 cophh_store_pvs(cophh,key,value,flags) global() argument
377 cophh_store_pv(cophh,key,hash,value,flags) global() argument
380 cophh_store_sv(cophh,key,hash,value,flags) global() argument
417 cophh_delete_pvn(cophh,key,keylen,hash,flags) global() argument
421 cophh_delete_pvs(cophh,key,flags) global() argument
425 cophh_delete_pv(cophh,key,hash,flags) global() argument
428 cophh_delete_sv(cophh,key,hash,flags) global() argument
[all...]