Searched refs:stream_ctx (Results 1 – 1 of 1) sorted by relevance
606 StreamWriteContext stream_ctx(&ctx, s); in grpc_chttp2_begin_write() local607 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()