Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dbufq.c33 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 *chun
[all...]
H A Dbufq.h35 struct buf_chunk { struct
36 struct buf_chunk *next; /* to keep it in a list */
54 struct buf_chunk *spare; /* list of available spare chunks */
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` */
/third_party/curl/tests/unit/
H A Dunit2601.c42 struct buf_chunk *chunk; in tail_err()
63 struct buf_chunk *chunk; in dump_bufq()

Completed in 3 milliseconds