Searched refs:TYPE_CHECKPOINT (Results 1 – 3 of 3) sorted by relevance
229 dp->type |= TYPE_CHECKPOINT; in search()308 (pp.pool.input || !(dp->type & TYPE_CHECKPOINT)) in search()310 !(dp->type & TYPE_CHECKPOINT) in search()468 …CHIVE" : "", (dp->type & TYPE_BUFFER) ? " BUFFER" : "", (dp->type & TYPE_CHECKPOINT) ? " CHECKPOI… in search()
123 switch (pp.member->archive->type & (TYPE_BUFFER|TYPE_CHECKPOINT)) in pppush()138 case TYPE_CHECKPOINT|TYPE_BUFFER: in pppush()146 case TYPE_CHECKPOINT: in pppush()
521 #define TYPE_CHECKPOINT (1<<2) macro