GRPC C++  1.39.1
Data Fields
alts_grpc_record_protocol_vtable Struct Reference

this file contains alts_grpc_record_protocol internals and internal-only helper functions. More...

#include <alts_grpc_record_protocol_common.h>

Data Fields

tsi_result(* protect )(alts_grpc_record_protocol *self, grpc_slice_buffer *unprotected_slices, grpc_slice_buffer *protected_slices)
 
tsi_result(* unprotect )(alts_grpc_record_protocol *self, grpc_slice_buffer *protected_slices, grpc_slice_buffer *unprotected_slices)
 
void(* destruct )(alts_grpc_record_protocol *self)
 

Detailed Description

this file contains alts_grpc_record_protocol internals and internal-only helper functions.

The public functions of alts_grpc_record_protocol are defined in the alts_grpc_record_protocol.h.

Field Documentation

◆ destruct

void(* alts_grpc_record_protocol_vtable::destruct) (alts_grpc_record_protocol *self)

◆ protect

tsi_result(* alts_grpc_record_protocol_vtable::protect) (alts_grpc_record_protocol *self, grpc_slice_buffer *unprotected_slices, grpc_slice_buffer *protected_slices)

◆ unprotect

tsi_result(* alts_grpc_record_protocol_vtable::unprotect) (alts_grpc_record_protocol *self, grpc_slice_buffer *protected_slices, grpc_slice_buffer *unprotected_slices)

The documentation for this struct was generated from the following file: