Home
last modified time | relevance | path

Searched refs:uv_socket_init_helper (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_uv.cc188 static grpc_error* uv_socket_init_helper(uv_socket_t* uv_socket, int domain) { in uv_socket_init_helper() function
218 grpc_error* error = uv_socket_init_helper(uv_socket, domain); in uv_socket_init()
261 uv_socket_init_helper(uv_new_socket, AF_UNSPEC); in accept_new_connection()