Searched refs:Perl_hv_store (Results 1 – 3 of 3) sorted by relevance
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | hv.c | 207 Perl_hv_store(pTHX_ HV *hv, const char *key, I32 klen_i32, SV *val, U32 hash) in Perl_hv_store() function
|
H A D | embed.h | 358 #define hv_store Perl_hv_store 2886 #define hv_store(a,b,c,d,e) Perl_hv_store(aTHX_ a,b,c,d,e)
|
H A D | proto.h | 277 PERL_CALLCONV SV** Perl_hv_store(pTHX_ HV* tb, const char* key, I32 klen, SV* val, U32 hash);
|