Go to the source code of this file.
|
grpc_end2end_proxy * | grpc_end2end_proxy_create (const grpc_end2end_proxy_def *def, const grpc_channel_args *client_args, const grpc_channel_args *server_args) |
|
void | grpc_end2end_proxy_destroy (grpc_end2end_proxy *proxy) |
|
const char * | grpc_end2end_proxy_get_client_target (grpc_end2end_proxy *proxy) |
|
const char * | grpc_end2end_proxy_get_server_port (grpc_end2end_proxy *proxy) |
|
static closure * | new_closure (void(*func)(void *arg, int success), void *arg) |
|
static void | on_c2p_closed (void *arg, int) |
|
static void | on_c2p_recv_msg (void *arg, int success) |
|
static void | on_c2p_sent_initial_metadata (void *arg, int) |
|
static void | on_c2p_sent_message (void *arg, int success) |
|
static void | on_c2p_sent_status (void *arg, int) |
|
static void | on_new_call (void *arg, int success) |
|
static void | on_p2s_recv_initial_metadata (void *arg, int) |
|
static void | on_p2s_recv_msg (void *arg, int success) |
|
static void | on_p2s_sent_close (void *arg, int) |
|
static void | on_p2s_sent_initial_metadata (void *arg, int) |
|
static void | on_p2s_sent_message (void *arg, int success) |
|
static void | on_p2s_status (void *arg, int success) |
|
static void | refpc (proxy_call *pc, const char *) |
|
static void | request_call (grpc_end2end_proxy *proxy) |
|
static void | shutdown_complete (void *arg, int) |
|
static void | thread_main (void *arg) |
|
static void | unrefpc (proxy_call *pc, const char *) |
|
◆ grpc_end2end_proxy_create()
◆ grpc_end2end_proxy_destroy()
◆ grpc_end2end_proxy_get_client_target()
◆ grpc_end2end_proxy_get_server_port()
◆ new_closure()
static closure* new_closure |
( |
void(*)(void *arg, int success) |
func, |
|
|
void * |
arg |
|
) |
| |
|
static |
◆ on_c2p_closed()
static void on_c2p_closed |
( |
void * |
arg, |
|
|
int |
|
|
) |
| |
|
static |
◆ on_c2p_recv_msg()
static void on_c2p_recv_msg |
( |
void * |
arg, |
|
|
int |
success |
|
) |
| |
|
static |
◆ on_c2p_sent_initial_metadata()
static void on_c2p_sent_initial_metadata |
( |
void * |
arg, |
|
|
int |
|
|
) |
| |
|
static |
◆ on_c2p_sent_message()
static void on_c2p_sent_message |
( |
void * |
arg, |
|
|
int |
success |
|
) |
| |
|
static |
◆ on_c2p_sent_status()
static void on_c2p_sent_status |
( |
void * |
arg, |
|
|
int |
|
|
) |
| |
|
static |
◆ on_new_call()
static void on_new_call |
( |
void * |
arg, |
|
|
int |
success |
|
) |
| |
|
static |
◆ on_p2s_recv_initial_metadata()
static void on_p2s_recv_initial_metadata |
( |
void * |
arg, |
|
|
int |
|
|
) |
| |
|
static |
◆ on_p2s_recv_msg()
static void on_p2s_recv_msg |
( |
void * |
arg, |
|
|
int |
success |
|
) |
| |
|
static |
◆ on_p2s_sent_close()
static void on_p2s_sent_close |
( |
void * |
arg, |
|
|
int |
|
|
) |
| |
|
static |
◆ on_p2s_sent_initial_metadata()
static void on_p2s_sent_initial_metadata |
( |
void * |
arg, |
|
|
int |
|
|
) |
| |
|
static |
◆ on_p2s_sent_message()
static void on_p2s_sent_message |
( |
void * |
arg, |
|
|
int |
success |
|
) |
| |
|
static |
◆ on_p2s_status()
static void on_p2s_status |
( |
void * |
arg, |
|
|
int |
success |
|
) |
| |
|
static |
◆ refpc()
◆ request_call()
◆ shutdown_complete()
static void shutdown_complete |
( |
void * |
arg, |
|
|
int |
|
|
) |
| |
|
static |
◆ thread_main()
static void thread_main |
( |
void * |
arg | ) |
|
|
static |
◆ unrefpc()