Home
last modified time | relevance | path

Searched refs: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() argument
69 secure_endpoint* ep = secure_ep; in destroy()
230 static void endpoint_read(grpc_endpoint* secure_ep, grpc_slice_buffer* slices, in endpoint_read() argument
232 secure_endpoint* ep = reinterpret_cast<secure_endpoint*>(secure_ep); in endpoint_read()
256 static void endpoint_write(grpc_endpoint* secure_ep, grpc_slice_buffer* slices, in endpoint_write() argument
262 secure_endpoint* ep = reinterpret_cast<secure_endpoint*>(secure_ep); in endpoint_write()
348 static void endpoint_shutdown(grpc_endpoint* secure_ep, grpc_error* why) { in endpoint_shutdown() argument
349 secure_endpoint* ep = reinterpret_cast<secure_endpoint*>(secure_ep); in endpoint_shutdown()
353 static void endpoint_destroy(grpc_endpoint* secure_ep) { in endpoint_destroy() argument
354 secure_endpoint* ep = reinterpret_cast<secure_endpoint*>(secure_ep); in endpoint_destroy()
[all …]