Home | History | Annotate | Download | only in enc

Lines Matching refs:next_

75   PixOrCopyBlock* next_;   // next block (or NULL)
95 PixOrCopyBlock* const next = refs->free_blocks_->next_;
123 PixOrCopyBlock* const b = c->cur_block_->next_;
142 refs->free_blocks_ = b->next_;
145 refs->tail_ = &b->next_;
147 b->next_ = NULL;
172 b = b->next_;