Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs377 int derestrict; /* whether to downgrade restricted hashes */ member
1796 cxt->derestrict = -1; /* Fetched from perl if needed */ in init_retrieve_context()
1849 cxt->derestrict = -1; /* Fetched from perl if needed */ in clean_retrieve_context()
6350 if (cxt->derestrict < 0) in get_lhash()
6351 cxt->derestrict = (SvTRUE in get_lhash()
6354 if (cxt->derestrict == 0) in get_lhash()
6516 if (cxt->derestrict < 0) in retrieve_flag_hash()
6517 cxt->derestrict = (SvTRUE in retrieve_flag_hash()
6520 if (cxt->derestrict == 0) in retrieve_flag_hash()