Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-getters-setters.c69 pipe = malloc(uv_handle_size(UV_NAMED_PIPE)); in TEST_IMPL()
/third_party/libuv/docs/src/
Dhandle.rst176 .. c:function:: size_t uv_handle_size(uv_handle_type type)
/third_party/libuv/src/
Duv-common.c133 size_t uv_handle_size(uv_handle_type type) { in uv_handle_size() function
/third_party/node/src/
Denv.cc581 memset(handle, 0xab, uv_handle_size(handle->type)); in RegisterHandleCleanups()
/third_party/libuv/include/uv_ndk/
Duv.h450 UV_EXTERN size_t uv_handle_size(uv_handle_type type);
/third_party/libuv/include/
Duv.h452 UV_EXTERN size_t uv_handle_size(uv_handle_type type);