Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs237 #define ST_RETRIEVE 0x2 /* Retrieval operation */ macro
1235 cxt->optype &= ~(ST_STORE|ST_RETRIEVE); /* Leave ST_CLONE alone */ in reset_context()
1489 ASSERT(cxt->optype & ST_RETRIEVE, ("was performing a retrieve()")); in clean_retrieve_context()
1547 if (cxt->optype & ST_RETRIEVE) in clean_context()
1627 return cxt->entry && (cxt->optype & ST_RETRIEVE); in is_retrieving()
5975 optype |= ST_RETRIEVE; in do_retrieve()