Searched defs:klen_i32 (Results 1 – 1 of 1) 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() 279 Perl_hv_exists(pTHX_ HV *hv, const char *key, I32 klen_i32) in Perl_hv_exists() 310 Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen_i32, I32 lval) in Perl_hv_fetch() 842 Perl_hv_delete(pTHX_ HV *hv, const char *key, I32 klen_i32, I32 flags) in Perl_hv_delete()
|