Searched refs:index_ring (Results 1 – 3 of 3) sorted by relevance
113 s->index_ring[i].index_data.indexType = INDEX_TYPE_NONE; in outbuf_init()114 s->index_ring[i].index_data.byteOffset = 0; in outbuf_init()115 s->index_ring[i].used = 0; in outbuf_init()116 s->index_ring[i].next = i+1; in outbuf_init()118 s->index_ring[s->ring_size-1].next = 0; in outbuf_init()182 if (s->index_ring[s->index_write].used) in outbuf_put()186 s->index_ring[s->index_write].index_data.indexType = pinfo->type; in outbuf_put()187 s->index_ring[s->index_write].index_data.byteOffset = s->bookmark - s->bbuffer; in outbuf_put()188 s->index_ring[s->index_write].used = 1; in outbuf_put()189 s->index_write = s->index_ring[s->index_write].next; in outbuf_put()[all …]
127 IndexRingEntry* index_ring; member
658 g_outstream.index_ring = g_index_ring; in MAdp_TSMUX_Init()