Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs207 #define ST_RETRIEVE 0x2 /* Retrieval operation */ macro
1556 cxt->optype &= ~(ST_STORE|ST_RETRIEVE); /* Leave ST_CLONE alone */ in reset_context()
1817 ASSERT(cxt->optype & ST_RETRIEVE, ("was performing a retrieve()")); in clean_retrieve_context()
1876 if (cxt->optype & ST_RETRIEVE) in clean_context()
1959 return cxt->entry && (cxt->optype & ST_RETRIEVE); in is_retrieving()
7380 optype |= ST_RETRIEVE; in do_retrieve()
7837 is_retrieving = ST_RETRIEVE