Lines Matching defs:chunk
33 static bool chunk_is_empty(const struct buf_chunk *chunk) in chunk_is_empty()
38 static bool chunk_is_full(const struct buf_chunk *chunk) in chunk_is_full()
43 static size_t chunk_len(const struct buf_chunk *chunk) in chunk_len()
48 static size_t chunk_space(const struct buf_chunk *chunk) in chunk_space()
53 static void chunk_reset(struct buf_chunk *chunk) in chunk_reset()
59 static size_t chunk_append(struct buf_chunk *chunk, in chunk_append()
73 static size_t chunk_read(struct buf_chunk *chunk, in chunk_read()
94 static ssize_t chunk_slurpn(struct buf_chunk *chunk, size_t max_len, in chunk_slurpn()
117 static void chunk_peek(const struct buf_chunk *chunk, in chunk_peek()
125 static void chunk_peek_at(const struct buf_chunk *chunk, size_t offset, in chunk_peek_at()
134 static size_t chunk_skip(struct buf_chunk *chunk, size_t amount) in chunk_skip()
149 struct buf_chunk *chunk; in chunk_list_free() local
172 struct buf_chunk *chunk = NULL; in bufcp_take() local
194 struct buf_chunk *chunk) in bufcp_put()
252 struct buf_chunk *chunk; in Curl_bufq_reset() local
264 const struct buf_chunk *chunk = q->head; in Curl_bufq_len() local
279 struct buf_chunk *chunk = q->spare; in Curl_bufq_space() local
310 struct buf_chunk *chunk = NULL; in get_spare() local
340 struct buf_chunk *chunk; in prune_head() local
368 struct buf_chunk *chunk; in get_non_full_tail() local