Searched refs:current_pos (Results 1 – 2 of 2) sorted by relevance
563 heads[0].current_pos = 0; in ReadMmapEventData()577 heads[head_size].current_pos = buffer_pos; in ReadMmapEventData()609 h.r = ReadRecordFromBuffer(*h.attr, &record_buffer_[h.current_pos]); in ReadMmapEventData()611 h.current_pos += h.r->size(); in ReadMmapEventData()620 if (h->current_pos < h->end_pos) { in ReadMmapEventData()621 h->r = ReadRecordFromBuffer(*h->attr, &record_buffer_[h->current_pos]); in ReadMmapEventData()623 h->current_pos += h->r->size(); in ReadMmapEventData()
175 size_t current_pos; // current position in record_buffer_ member