Home
last modified time | relevance | path

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

/curl/lib/
H A Dbufq.h94 struct bufq { struct
141 void Curl_bufq_reset(struct bufq *q);
146 void Curl_bufq_free(struct bufq *q);
151 size_t Curl_bufq_len(const struct bufq *q);
159 size_t Curl_bufq_space(const struct bufq *q);
164 bool Curl_bufq_is_empty(const struct bufq *q);
169 bool Curl_bufq_is_full(const struct bufq *q);
177 ssize_t Curl_bufq_write(struct bufq *q,
181 CURLcode Curl_bufq_cwrite(struct bufq *q,
212 bool Curl_bufq_peek(struct bufq *q,
[all …]
H A Dbufq.c259 void Curl_bufq_free(struct bufq *q) in Curl_bufq_free()
267 void Curl_bufq_reset(struct bufq *q) in Curl_bufq_reset()
279 size_t Curl_bufq_len(const struct bufq *q) in Curl_bufq_len()
290 size_t Curl_bufq_space(const struct bufq *q) in Curl_bufq_space()
308 bool Curl_bufq_is_empty(const struct bufq *q) in Curl_bufq_is_empty()
313 bool Curl_bufq_is_full(const struct bufq *q) in Curl_bufq_is_full()
355 static void prune_head(struct bufq *q) in prune_head()
396 static void prune_tail(struct bufq *q) in prune_tail()
447 ssize_t Curl_bufq_write(struct bufq *q, in Curl_bufq_write()
480 CURLcode Curl_bufq_cwrite(struct bufq *q, in Curl_bufq_cwrite()
[all …]
H A Dws.h71 struct bufq recvbuf; /* raw data from the server */
72 struct bufq sendbuf; /* raw data to be sent to the server */
H A Drequest.h96 struct bufq sendbuf; /* data which needs to be send to the server */
H A Dws.c168 struct bufq *inraw) in ws_dec_read_head()
262 struct bufq *inraw, in ws_dec_pass_payload()
293 struct bufq *inraw, in ws_dec_pass()
363 struct bufq buf;
542 struct bufq *out, in ws_enc_write_head()
642 struct bufq *out, CURLcode *err) in ws_enc_write_payload()
H A DMakefile.inc111 bufq.c \
245 bufq.h \
H A Dcf-h2-proxy.c71 struct bufq recvbuf;
72 struct bufq sendbuf;
177 struct bufq inbufq; /* network receive buffer */
178 struct bufq outbufq; /* network send buffer */
H A Dhttp_chunks.c479 struct bufq chunkbuf;
H A Dhttp2.c134 struct bufq inbufq; /* network input */
135 struct bufq outbufq; /* network output */
201 struct bufq recvbuf; /* response buffer */
202 struct bufq sendbuf; /* request buffer */
H A Dsendf.c949 struct bufq buf;
H A Dsmtp.c1788 struct bufq buf;
/curl/tests/data/
H A Dtest26015 bufq
19 bufq unit tests
/curl/tests/unit/
H A Dunit2601.c40 static const char *tail_err(struct bufq *q) in tail_err()
61 static void dump_bufq(struct bufq *q, const char *msg) in dump_bufq()
95 struct bufq q; in check_bufq()
219 struct bufq q;
/curl/lib/vquic/
H A Dvquic_int.h42 struct bufq sendbuf; /* buffer for sending one or more packets */
H A Dcurl_osslq.c216 struct bufq recvbuf; /* QUIC war data recv buffer */
575 struct bufq sendbuf; /* h3 request body */
576 struct bufq recvbuf; /* h3 response body */
H A Dcurl_msh3.c166 struct bufq recvbuf; /* h3 response */
H A Dcurl_quiche.c171 struct bufq recvbuf; /* h3 response */
H A Dcurl_ngtcp2.c190 struct bufq sendbuf; /* h3 request body */
/curl/.github/scripts/
H A Dspellcheck.words75 bufq

Completed in 83 milliseconds