Home
last modified time | relevance | path

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

/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/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/node/deps/uvwasi/src/
Dpoll_oneoff.c12 event = uv_handle_get_data((uv_handle_t*) handle); in poll_cb()
/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/libuv/include/
Duv.h455 UV_EXTERN void* uv_handle_get_data(const uv_handle_t* handle);