Home
last modified time | relevance | path

Searched refs:uv_handle_get_data (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/uvwasi/src/
H A 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()
H A Dpoll_oneoff.c12 event = uv_handle_get_data((uv_handle_t*) handle); in poll_cb()
/third_party/libuv/test/
H A Dtest-getters-setters.c80 ASSERT_PTR_EQ(uv_handle_get_data((uv_handle_t*)pipe), &cookie2); in TEST_IMPL()
82 ASSERT_PTR_EQ(uv_handle_get_data((uv_handle_t*)pipe), &cookie1); in TEST_IMPL()
/third_party/libuv/src/
H A Duv-data-getter-setters.c40 void* uv_handle_get_data(const uv_handle_t* handle) { in uv_handle_get_data() function
/third_party/node/deps/uv/src/
H A Duv-data-getter-setters.c40 void* uv_handle_get_data(const uv_handle_t* handle) { in uv_handle_get_data() function
/third_party/libuv/include/
H A Duv.h499 UV_EXTERN void* uv_handle_get_data(const uv_handle_t* handle);
/third_party/libuv/include/uv_ndk/
H A Duv.h453 UV_EXTERN void* uv_handle_get_data(const uv_handle_t* handle);
/third_party/node/deps/uv/include/
H A Duv.h455 UV_EXTERN void* uv_handle_get_data(const uv_handle_t* handle);

Completed in 12 milliseconds