Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs206 #define ST_STORE 0x1 /* Store operation */ macro
1556 cxt->optype &= ~(ST_STORE|ST_RETRIEVE); /* Leave ST_CLONE alone */ in reset_context()
1672 ASSERT(cxt->optype & ST_STORE, ("was performing a store()")); in clean_store_context()
1878 else if (cxt->optype & ST_STORE) in clean_context()
1947 return cxt->entry && (cxt->optype & ST_STORE); in is_storing()
4541 optype |= ST_STORE; in do_store()
7836 is_storing = ST_STORE