Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
Dsync_helpers.c12 free_handle_data_t* free_handle_data = uv_handle_get_data((uv_handle_t*) handle); in free_handle_cb()
32 shutdown_data = uv_handle_get_data((uv_handle_t*) req->handle); in do_stream_shutdown()
59 recv_data = uv_handle_get_data(handle); in recv_alloc_cb()
66 recv_data = uv_handle_get_data((uv_handle_t*) stream); in do_stream_recv()
Dpoll_oneoff.c12 event = uv_handle_get_data((uv_handle_t*) handle); in poll_cb()
/third_party/libuv/test/
Dtest-getters-setters.c75 ASSERT(uv_handle_get_data((uv_handle_t*)pipe) == &cookie2); in TEST_IMPL()
77 ASSERT(uv_handle_get_data((uv_handle_t*)pipe) == &cookie1); in TEST_IMPL()
/third_party/node/deps/uv/src/
Duv-data-getter-setters.c40 void* uv_handle_get_data(const uv_handle_t* handle) { in uv_handle_get_data() function
/third_party/libuv/src/
Duv-data-getter-setters.c40 void* uv_handle_get_data(const uv_handle_t* handle) { in uv_handle_get_data() function
/third_party/libuv/docs/src/
Dhandle.rst242 .. c:function:: void* uv_handle_get_data(const uv_handle_t* handle)
/third_party/libuv/include/uv_ndk/
Duv.h453 UV_EXTERN void* uv_handle_get_data(const uv_handle_t* handle);
/third_party/node/deps/uv/include/
Duv.h455 UV_EXTERN void* uv_handle_get_data(const uv_handle_t* handle);
/third_party/libuv/include/
Duv.h469 UV_EXTERN void* uv_handle_get_data(const uv_handle_t* handle);