Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs208 #define ST_CLONE 0x4 /* Deep cloning operation */ macro
2867 !(cxt->optype & ST_CLONE) in store_hash()
3577 int clone = cxt->optype & ST_CLONE; in store_hook()
3692 (cxt->optype & ST_CLONE) ? "cloning" : "storing", in store_hook()
4535 ASSERT(!(f == 0 && !(optype & ST_CLONE)) || res, in do_store()
4633 if (cxt->prev && !(cxt->optype & ST_CLONE)) in do_store()
4831 int clone = cxt->optype & ST_CLONE; in retrieve_hook_common()
7657 if (!do_store(aTHX_ (PerlIO*) 0, sv, ST_CLONE, FALSE, (SV**) 0)) in dclone()
7689 out = do_retrieve(aTHX_ (PerlIO*) 0, Nullsv, ST_CLONE, FLAG_BLESS_OK | FLAG_TIE_OK); in dclone()