HomeSort by relevance Sort by last modified time
    Searched refs:flow_controlled_buffer (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
writing.cc 151 t->peer_string, t, s->id, staller, s->flow_controlled_buffer.length,
341 s_->flow_controlled_buffer.length == 0 &&
346 s_->stream_compression_ctx, &s_->flow_controlled_buffer,
375 s_->uncompressed_data_size = s_->flow_controlled_buffer.length;
377 s_->stream_compression_ctx, &s_->flow_controlled_buffer,
427 s_->flow_controlled_buffer.length == 0 &&
472 if (s_->flow_controlled_buffer.length == 0 &&
490 while ((s_->flow_controlled_buffer.length > 0 ||
505 if (s_->flow_controlled_buffer.length > 0 ||
518 if (s_->flow_controlled_buffer.length != 0) return
    [all...]
internal.h 532 until there's enough queued up in the flow_controlled_buffer */
587 grpc_slice_buffer flow_controlled_buffer; member in struct:grpc_chttp2_stream
chttp2_transport.cc 683 grpc_slice_buffer_init(&s->flow_controlled_buffer);
753 grpc_slice_buffer_destroy_internal(&s->flow_controlled_buffer);
    [all...]
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_fullstack_trickle.cc 183 client_stream ? client_stream->flow_controlled_buffer.length : 0,
184 server_stream ? server_stream->flow_controlled_buffer.length : 0);

Completed in 45 milliseconds