Searched refs:secure_ep (Results 1 – 1 of 1) sorted by relevance
68 static void destroy(secure_endpoint* secure_ep) { in destroy() argument69 secure_endpoint* ep = secure_ep; in destroy()230 static void endpoint_read(grpc_endpoint* secure_ep, grpc_slice_buffer* slices, in endpoint_read() argument232 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() argument262 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() argument349 secure_endpoint* ep = reinterpret_cast<secure_endpoint*>(secure_ep); in endpoint_shutdown()353 static void endpoint_destroy(grpc_endpoint* secure_ep) { in endpoint_destroy() argument354 secure_endpoint* ep = reinterpret_cast<secure_endpoint*>(secure_ep); in endpoint_destroy()[all …]