Lines Matching refs:outbufq
178 struct bufq outbufq; /* network send buffer */ member
202 Curl_bufq_free(&ctx->outbufq); in cf_h2_proxy_ctx_clear()
338 Curl_bufq_init(&ctx->outbufq, PROXY_H2_CHUNK_SIZE, PROXY_H2_NW_SEND_CHUNKS); in cf_h2_proxy_ctx_init()
421 if(Curl_bufq_is_empty(&ctx->outbufq)) in proxy_h2_nw_out_flush()
424 nwritten = Curl_bufq_pass(&ctx->outbufq, proxy_h2_nw_out_writer, cf, in proxy_h2_nw_out_flush()
429 Curl_bufq_len(&ctx->outbufq)); in proxy_h2_nw_out_flush()
435 return Curl_bufq_is_empty(&ctx->outbufq) ? CURLE_OK : CURLE_AGAIN; in proxy_h2_nw_out_flush()
557 nwritten = Curl_bufq_write_pass(&ctx->outbufq, buf, blen, in on_session_send()
1238 !Curl_bufq_is_empty(&ctx->outbufq) || in cf_h2_proxy_adjust_pollset()
1256 !Curl_bufq_is_empty(&ctx->outbufq) || in cf_h2_proxy_adjust_pollset()
1268 !Curl_bufq_is_empty(&ctx->outbufq) || in cf_h2_proxy_adjust_pollset()
1481 Curl_bufq_len(&ctx->outbufq)); in cf_h2_proxy_send()
1513 Curl_bufq_len(&ctx->outbufq)); in cf_h2_proxy_flush()
1579 if(!Curl_bufq_is_empty(&ctx->outbufq) || in cf_h2_proxy_query()