Home
last modified time | relevance | path

Searched refs:buf_chunk (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dbufq.c166 struct buf_chunk *chunk; in chunk_list_free()
189 struct buf_chunk *chunk = NULL; in bufcp_take()
269 struct buf_chunk *chunk; in Curl_bufq_reset()
327 struct buf_chunk *chunk = NULL; in get_spare()
357 struct buf_chunk *chunk; in prune_head()
383 static struct buf_chunk *chunk_prev(struct buf_chunk *head, in chunk_prev()
398 struct buf_chunk *chunk; in prune_tail()
428 struct buf_chunk *chunk; in get_non_full_tail()
451 struct buf_chunk *tail; in Curl_bufq_write()
551 struct buf_chunk *c = q->head; in Curl_bufq_peek_at()
[all …]
H A Dbufq.h35 struct buf_chunk { struct
36 struct buf_chunk *next; /* to keep it in a list */ argument
54 struct buf_chunk *spare; /* list of available spare chunks */ argument
95 struct buf_chunk *head; /* chunk with bytes to read from */
96 struct buf_chunk *tail; /* chunk to write to */
97 struct buf_chunk *spare; /* list of free chunks, unless `pool` */
/curl/tests/unit/
H A Dunit2601.c42 struct buf_chunk *chunk; in tail_err()
63 struct buf_chunk *chunk; in dump_bufq()

Completed in 9 milliseconds