Home
last modified time | relevance | path

Searched refs:hash_flags (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs1411 static SV *get_lhash(pTHX_ stcxt_t *cxt, UV len, int hash_flags, const char *cname);
1412 static int store_lhash(pTHX_ stcxt_t *cxt, HV *hv, unsigned char hash_flags);
1415 unsigned char hash_flags);
2778 unsigned char hash_flags = (SvREADONLY(hv) ? SHV_RESTRICTED : 0); in store_hash() local
2805 PUTMARK(hash_flags); in store_hash()
2810 return store_lhash(aTHX_ cxt, hv, hash_flags); in store_hash()
2820 (unsigned int)hash_flags)); in store_hash()
2822 PUTMARK(hash_flags); in store_hash()
2955 if ((hash_flags & SHV_RESTRICTED) in store_hash()
3032 if ((ret = store_hentry(aTHX_ cxt, hv, i, HeKEY_hek(he), val, hash_flags))) in store_hash()
[all …]