Home
last modified time | relevance | path

Searched refs:Curl_bufq_peek (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/lib/
H A Dbufq.h199 bool Curl_bufq_peek(struct bufq *q,
H A Dbufq.c443 bool Curl_bufq_peek(struct bufq *q, in Curl_bufq_peek() function
499 while(Curl_bufq_peek(q, &buf, &blen)) { in Curl_bufq_pass()
H A Dws.c169 while(Curl_bufq_peek(inraw, &inbuf, &inlen)) { in ws_dec_read_head()
269 while(remain && Curl_bufq_peek(inraw, &inbuf, &inlen)) { in ws_dec_pass_payload()
1007 while(Curl_bufq_peek(&ws->sendbuf, &out, &outlen)) { in ws_flush()
H A Dcf-h2-proxy.c446 while(Curl_bufq_peek(&ctx->inbufq, &buf, &blen)) { in proxy_h2_process_pending_input()
H A Dhttp2.c550 while(Curl_bufq_peek(&ctx->inbufq, &buf, &blen)) { in h2_process_pending_input()
/third_party/curl/lib/vquic/
H A Dvquic.c285 while(Curl_bufq_peek(&qctx->sendbuf, &buf, &blen)) { in vquic_flush()
H A Dcurl_osslq.c1205 while(Curl_bufq_peek(&s->recvbuf, &buf, &blen)) { in cf_osslq_stream_recv()

Completed in 13 milliseconds