Home
last modified time | relevance | path

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 Dhv.c207 Perl_hv_store(pTHX_ HV *hv, const char *key, I32 klen_i32, SV *val, U32 hash) in Perl_hv_store() function
H A Dembed.h358 #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 Dproto.h277 PERL_CALLCONV SV** Perl_hv_store(pTHX_ HV* tb, const char* key, I32 klen, SV* val, U32 hash);