GRPC C++  1.39.1
Functions
writing.cc File Reference
#include <grpc/support/port_platform.h>
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/ext/transport/chttp2/transport/context_list.h"
#include "src/core/ext/transport/chttp2/transport/internal.h"
#include <limits.h>
#include <grpc/support/log.h>
#include "src/core/lib/compression/stream_compression.h"
#include "src/core/lib/debug/stats.h"
#include "src/core/lib/profiling/timers.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/transport/http2_errors.h"

Functions

grpc_chttp2_begin_write_result grpc_chttp2_begin_write (grpc_chttp2_transport *t)
 
void grpc_chttp2_end_write (grpc_chttp2_transport *t, grpc_error_handle error)
 

Function Documentation

◆ grpc_chttp2_begin_write()

grpc_chttp2_begin_write_result grpc_chttp2_begin_write ( grpc_chttp2_transport t)

◆ grpc_chttp2_end_write()

void grpc_chttp2_end_write ( grpc_chttp2_transport t,
grpc_error_handle  error 
)