| 
    GRPC Core
    0.11.0.0
    
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | grpc_auth_property_array | 
| struct | grpc_auth_context | 
| struct | grpc_client_security_context | 
| struct | grpc_server_security_context | 
Macros | |
| #define | GRPC_AUTH_CONTEXT_REF(p, r) grpc_auth_context_ref((p)) | 
| #define | GRPC_AUTH_CONTEXT_UNREF(p, r) grpc_auth_context_unref((p)) | 
| #define | GRPC_AUTH_METADATA_PROCESSOR_ARG "grpc.auth_metadata_processor" | 
Functions | |
| grpc_auth_context * | grpc_auth_context_create (grpc_auth_context *chained) | 
| grpc_auth_context * | grpc_auth_context_ref (grpc_auth_context *policy) | 
| void | grpc_auth_context_unref (grpc_auth_context *policy) | 
| void | grpc_auth_property_reset (grpc_auth_property *property) | 
| grpc_client_security_context * | grpc_client_security_context_create (void) | 
| void | grpc_client_security_context_destroy (void *ctx) | 
| grpc_server_security_context * | grpc_server_security_context_create (void) | 
| void | grpc_server_security_context_destroy (void *ctx) | 
| grpc_arg | grpc_auth_metadata_processor_to_arg (grpc_auth_metadata_processor *p) | 
| grpc_auth_metadata_processor * | grpc_auth_metadata_processor_from_arg (const grpc_arg *arg) | 
| grpc_auth_metadata_processor * | grpc_find_auth_metadata_processor_in_args (const grpc_channel_args *args) | 
| #define GRPC_AUTH_CONTEXT_REF | ( | p, | |
| r | |||
| ) | grpc_auth_context_ref((p)) | 
| #define GRPC_AUTH_CONTEXT_UNREF | ( | p, | |
| r | |||
| ) | grpc_auth_context_unref((p)) | 
| #define GRPC_AUTH_METADATA_PROCESSOR_ARG "grpc.auth_metadata_processor" | 
| grpc_auth_context* grpc_auth_context_create | ( | grpc_auth_context * | chained | ) | 
| grpc_auth_context* grpc_auth_context_ref | ( | grpc_auth_context * | policy | ) | 
| void grpc_auth_context_unref | ( | grpc_auth_context * | policy | ) | 
| grpc_auth_metadata_processor* grpc_auth_metadata_processor_from_arg | ( | const grpc_arg * | arg | ) | 
| grpc_arg grpc_auth_metadata_processor_to_arg | ( | grpc_auth_metadata_processor * | p | ) | 
| void grpc_auth_property_reset | ( | grpc_auth_property * | property | ) | 
| grpc_client_security_context* grpc_client_security_context_create | ( | void | ) | 
| void grpc_client_security_context_destroy | ( | void * | ctx | ) | 
| grpc_auth_metadata_processor* grpc_find_auth_metadata_processor_in_args | ( | const grpc_channel_args * | args | ) | 
| grpc_server_security_context* grpc_server_security_context_create | ( | void | ) | 
| void grpc_server_security_context_destroy | ( | void * | ctx | ) | 
 1.8.6