Searched refs:Perl_hv_store_flags (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | hv.c | 226 Perl_hv_store_flags(pTHX_ HV *hv, const char *key, I32 klen, SV *val, function
|
H A D | embed.h | 360 #define hv_store_flags Perl_hv_store_flags 2888 #define hv_store_flags(a,b,c,d,e,f) Perl_hv_store_flags(aTHX_ a,b,c,d,e,f)
|
H A D | proto.h | 279 PERL_CALLCONV SV** Perl_hv_store_flags(pTHX_ HV* tb, const char* key, I32 klen, SV* val, U32 hash, int flags);
|
Completed in 55 milliseconds