Home
last modified time | relevance | path

Searched defs:secure_ep (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc68 static void destroy(secure_endpoint* secure_ep) { in destroy()
230 static void endpoint_read(grpc_endpoint* secure_ep, grpc_slice_buffer* slices, in endpoint_read()
256 static void endpoint_write(grpc_endpoint* secure_ep, grpc_slice_buffer* slices, in endpoint_write()
348 static void endpoint_shutdown(grpc_endpoint* secure_ep, grpc_error* why) { in endpoint_shutdown()
353 static void endpoint_destroy(grpc_endpoint* secure_ep) { in endpoint_destroy()
358 static void endpoint_add_to_pollset(grpc_endpoint* secure_ep, in endpoint_add_to_pollset()
364 static void endpoint_add_to_pollset_set(grpc_endpoint* secure_ep, in endpoint_add_to_pollset_set()
370 static void endpoint_delete_from_pollset_set(grpc_endpoint* secure_ep, in endpoint_delete_from_pollset_set()
376 static char* endpoint_get_peer(grpc_endpoint* secure_ep) { in endpoint_get_peer()
381 static int endpoint_get_fd(grpc_endpoint* secure_ep) { in endpoint_get_fd()
[all …]