Home
last modified time | relevance | path

Searched refs:stream_ctx (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc606 StreamWriteContext stream_ctx(&ctx, s); in grpc_chttp2_begin_write() local
607 stream_ctx.FlushInitialMetadata(); in grpc_chttp2_begin_write()
608 stream_ctx.FlushWindowUpdates(); in grpc_chttp2_begin_write()
609 stream_ctx.FlushData(); in grpc_chttp2_begin_write()
610 stream_ctx.FlushTrailingMetadata(); in grpc_chttp2_begin_write()
612 if (stream_ctx.stream_became_writable()) { in grpc_chttp2_begin_write()