Lines Matching refs:sendbuf
202 struct bufq sendbuf; /* request buffer */ member
239 Curl_bufq_initp(&stream->sendbuf, &ctx->stream_bufcp, in h2_stream_ctx_create()
265 Curl_bufq_free(&stream->sendbuf); in h2_stream_ctx_free()
361 (!stream->body_eos || !Curl_bufq_is_empty(&stream->sendbuf))) in drain_stream()
1175 if(CURL_WANT_SEND(data) && Curl_bufq_is_empty(&stream->sendbuf)) { in on_stream_frame()
1179 else if(!Curl_bufq_is_empty(&stream->sendbuf)) { in on_stream_frame()
1693 nread = Curl_bufq_read(&stream->sendbuf, buf, length, &result); in req_body_read_callback()
1703 if(stream->body_eos && Curl_bufq_is_empty(&stream->sendbuf)) { in req_body_read_callback()
2139 nwritten = Curl_bufq_write(&stream->sendbuf, buf, blen, err); in cf_h2_body_send()
2146 if(eos || !Curl_bufq_is_empty(&stream->sendbuf)) { in cf_h2_body_send()
2360 Curl_bufq_len(&stream->sendbuf), in cf_h2_send()
2383 if(stream && !Curl_bufq_is_empty(&stream->sendbuf)) { in cf_h2_flush()
2403 Curl_bufq_len(&stream->sendbuf), in cf_h2_flush()
2661 || (stream && !Curl_bufq_is_empty(&stream->sendbuf)))) in cf_h2_data_pending()
2725 (stream && !Curl_bufq_is_empty(&stream->sendbuf))) { in cf_h2_query()