Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_uv.cc83 uv_socket_t* uv_socket = (uv_socket_t*)socket->impl; in uv_socket_destroy() local
84 gpr_free(uv_socket->handle); in uv_socket_destroy()
85 gpr_free(uv_socket); in uv_socket_destroy()
90 uv_socket_t* uv_socket = in alloc_uv_buf() local
93 buf->base = uv_socket->read_buf; in alloc_uv_buf()
94 buf->len = uv_socket->read_len; in alloc_uv_buf()
112 uv_socket_t* uv_socket = (uv_socket_t*)socket->impl; in uv_read_callback() local
113 uv_socket->read_cb(socket, (size_t)nread, error); in uv_read_callback()
118 uv_socket_t* uv_socket = (uv_socket_t*)socket->impl; in uv_close_callback() local
119 if (uv_socket->accept_socket) { in uv_close_callback()
[all …]