Home
last modified time | relevance | path

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

/curl/lib/
H A Dcw-out.c78 struct cw_out_buf { struct
79 struct cw_out_buf *next; argument
86 struct cw_out_buf *cwbuf = calloc(1, sizeof(*cwbuf)); in cw_out_buf_create()
94 static void cw_out_buf_free(struct cw_out_buf *cwbuf) in cw_out_buf_free()
104 struct cw_out_buf *buf;
137 struct cw_out_buf *next = ctx->buf->next; in cw_out_bufs_free()
145 struct cw_out_buf *cwbuf = ctx->buf; in cw_out_bufs_len()
260 struct cw_out_buf *cwbuf, in cw_out_buf_flush()
295 struct cw_out_buf *cwbuf = *pcwbuf; in cw_out_flush_chain()
305 struct cw_out_buf **plast = &cwbuf->next; in cw_out_flush_chain()
[all …]

Completed in 10 milliseconds