Lines Matching defs:chunk
86 pa_memchunk chunk;
134 pa_memblock_unref(q->chunk.memblock);
150 while (bq->blocks && (bq->blocks->index + (int64_t) bq->blocks->chunk.length <= boundary)) {
157 /* Push a new memory chunk into the queue. */
158 int pa_memblockq_push(pa_memblockq* bq, const pa_memchunk *chunk);
160 /* Push a new memory chunk into the queue, but filter it through a
163 int pa_memblockq_push_align(pa_memblockq* bq, const pa_memchunk *chunk);
168 /* Return a copy of the next memory chunk in the queue. It is not
173 * was passed we return the length of the hole in chunk->length. */
174 int pa_memblockq_peek(pa_memblockq* bq, pa_memchunk *chunk);
176 /* Much like pa_memblockq_peek, but guarantees that the returned chunk
179 int pa_memblockq_peek_fixed_size(pa_memblockq *bq, size_t block_size, pa_memchunk *chunk);
248 /* Call pa_memchunk_will_need() for every chunk in the queue from the current read pointer to the end */