Lines Matching refs:wb
102 chunkqueue *wb; member
129 hctx->wb = chunkqueue_init(); in handler_ctx_init()
140 chunkqueue_free(hctx->wb); in handler_ctx_free()
450 b = chunkqueue_get_append_buffer(hctx->wb); in proxy_create_env()
487 hctx->wb->bytes_in += b->used - 1; in proxy_create_env()
510 chunkqueue_append_file(hctx->wb, req_c->file.name, req_c->offset, weHave); in proxy_create_env()
515 hctx->wb->bytes_in += weHave; in proxy_create_env()
524 b = chunkqueue_get_append_buffer(hctx->wb); in proxy_create_env()
531 hctx->wb->bytes_in += weHave; in proxy_create_env()
828 ret = srv->network_backend_write(srv, con, hctx->fd, hctx->wb, MAX_WRITE_LIMIT); in proxy_write_request()
830 chunkqueue_remove_finished_chunks(hctx->wb); in proxy_write_request()
842 if (hctx->wb->bytes_out == hctx->wb->bytes_in) { in proxy_write_request()