Searched defs:hash_flags (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 2778 unsigned char hash_flags = (SvREADONLY(hv) ? SHV_RESTRICTED : 0); in store_hash() local 3052 stcxt_t *cxt, HV* hv, UV i, HEK *hek, SV *val, unsigned char hash_flags) in store_hentry() 3151 static int store_lhash(pTHX_ stcxt_t *cxt, HV *hv, unsigned char hash_flags) in store_lhash() 5966 int hash_flags = 0; in retrieve_lobject() local 6336 static SV *get_lhash(pTHX_ stcxt_t *cxt, UV len, int hash_flags, const char *cname) in get_lhash() 6506 int hash_flags; in retrieve_flag_hash() local
|