Lines Matching refs:bufq
27 #include "bufq.h"
40 static const char *tail_err(struct bufq *q)
61 static void dump_bufq(struct bufq *q, const char *msg)
67 fprintf(stderr, "bufq[chunk_size=%zu, max_chunks=%zu] %s\n",
95 struct bufq q;
115 fail_unless(Curl_bufq_len(&q) == 0, "init: bufq length != 0");
122 /* write empty bufq full */
139 fail_if(TRUE, "write: bufq full but nwritten wrong");
142 /* read full bufq empty */
158 fail_if(TRUE, "read: bufq empty but nread wrong");
194 fail_if(TRUE, "write: bufq full but nwritten wrong");
196 /* do one more write on a full bufq, should work */
219 struct bufq q;