#include <grpc/support/port_platform.h>
#include <stddef.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/slice.h>
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/iomgr/endpoint.h"
Go to the source code of this file.
Functions | |
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, const grpc_channel_args *channel_args, size_t leftover_nslices) |
Variables | |
grpc_core::TraceFlag | grpc_trace_secure_endpoint |
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, | ||
const grpc_channel_args * | channel_args, | ||
size_t | leftover_nslices | ||
) |
Definition at line 563 of file secure_endpoint.cc.
grpc_core::TraceFlag grpc_trace_secure_endpoint |