Lines Matching defs:index
82 uint32_t index;
652 id = PA_MAYBE_INT32_SWAP(c->swap_byte_order, (int32_t) (conn->index+1));
716 id = PA_MAYBE_INT32_SWAP(c->swap_byte_order, (int) (ce->index+1));
869 c->scache.memchunk.index = 0;
951 request == ESD_PROTO_STANDBY ? "Suspending" : "Resuming", c->client->index);
1093 pa_assert(c->scache.memchunk.index < c->scache.memchunk.length);
1096 r = pa_iochannel_read(c->io, (uint8_t*) p+c->scache.memchunk.index, c->scache.memchunk.length-c->scache.memchunk.index);
1107 c->scache.memchunk.index += (size_t) r;
1108 pa_assert(c->scache.memchunk.index <= c->scache.memchunk.length);
1110 if (c->scache.memchunk.index == c->scache.memchunk.length) {
1113 c->scache.memchunk.index = 0;
1176 chunk.index = c->playback.memblock_index;
1220 r = pa_iochannel_write(c->io, (uint8_t*) p+chunk.index, chunk.length);
1567 pa_idxset_put(p->connections, c, &c->index);