GRPC C++  1.39.1
Functions | Variables
secure_endpoint.h File Reference
#include <grpc/support/port_platform.h>
#include <grpc/slice.h>
#include "src/core/lib/iomgr/endpoint.h"

Go to the source code of this file.

Functions

grpc_endpointgrpc_secure_endpoint_create (struct tsi_frame_protector *protector, struct tsi_zero_copy_grpc_protector *zero_copy_protector, grpc_endpoint *to_wrap, grpc_slice *leftover_slices, size_t leftover_nslices)
 

Variables

grpc_core::TraceFlag grpc_trace_secure_endpoint
 

Function Documentation

◆ grpc_secure_endpoint_create()

grpc_endpoint* grpc_secure_endpoint_create ( struct tsi_frame_protector protector,
struct tsi_zero_copy_grpc_protector zero_copy_protector,
grpc_endpoint to_wrap,
grpc_slice leftover_slices,
size_t  leftover_nslices 
)

Variable Documentation

◆ grpc_trace_secure_endpoint

grpc_core::TraceFlag grpc_trace_secure_endpoint
extern