Home
last modified time | relevance | path

Searched defs:klen_i32 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dmathoms.c588 Perl_hv_store(pTHX_ HV *hv, const char *key, I32 klen_i32, SV *val, U32 hash) in Perl_hv_store()
605 Perl_hv_exists(pTHX_ HV *hv, const char *key, I32 klen_i32) in Perl_hv_exists()
623 Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen_i32, I32 lval) in Perl_hv_fetch()
643 Perl_hv_delete(pTHX_ HV *hv, const char *key, I32 klen_i32, I32 flags) in Perl_hv_delete()
H A Dhv.c450 Perl_hv_common_key_len(pTHX_ HV * hv,const char * key,I32 klen_i32,const int action,SV * val,const U32 hash) Perl_hv_common_key_len() argument