Searched refs:Perl_refcounted_he_fetch_sv (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | cop.h | 248 Perl_refcounted_he_fetch_sv(aTHX_ cophh, key, hash, \ 289 cBOOL(Perl_refcounted_he_fetch_sv(aTHX_ cophh, key, hash, flags | COPHH_EXISTS))
|
H A D | hv.c | 3778 Perl_refcounted_he_fetch_sv(pTHX_ const struct refcounted_he *chain, in Perl_refcounted_he_fetch_sv() function
|
H A D | embed.h | 1090 # define refcounted_he_fetch_sv(a,b,c,d) Perl_refcounted_he_fetch_sv(aTHX_ a,b,c,d)
|
H A D | proto.h | 3683 Perl_refcounted_he_fetch_sv(pTHX_ const struct refcounted_he *chain, SV *key, U32 hash, U32 flags);
|