Home
last modified time | relevance | path

Searched refs:uv_freeaddrinfo (Results 1 - 15 of 15) sorted by relevance

/third_party/libuv/test/
H A Dtest-getaddrinfo.c46 uv_freeaddrinfo(res); /* Should not crash. */ in getaddrinfo_fail_cb()
57 uv_freeaddrinfo(res); in getaddrinfo_basic_cb()
78 uv_freeaddrinfo(res); in getaddrinfo_cuncurrent_cb()
128 uv_freeaddrinfo(req.addrinfo); in TEST_IMPL()
174 uv_freeaddrinfo(req.addrinfo); in TEST_IMPL()
H A Dbenchmark-getaddrinfo.c52 uv_freeaddrinfo(res); in getaddrinfo_cb()
H A Dtest-thread.c86 uv_freeaddrinfo(res); in getaddrinfo_cb()
H A Dtest-metrics.c303 uv_freeaddrinfo(req->addrinfo); in fs_addrinfo_cb()
H A Dtest-threadpool-cancel.c138 uv_freeaddrinfo(res); /* Should not crash. */ in getaddrinfo_cb()
/third_party/libuv/docs/code/dns/
H A Dmain.c59 uv_freeaddrinfo(res); in on_resolved()
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c223 void uv_freeaddrinfo(struct addrinfo* ai) { in uv_freeaddrinfo() function
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c220 void uv_freeaddrinfo(struct addrinfo* ai) { in uv_freeaddrinfo() function
/third_party/libuv/src/win/
H A Dgetaddrinfo.c217 void uv_freeaddrinfo(struct addrinfo* ai) { in uv_freeaddrinfo() function
/third_party/node/deps/uv/src/win/
H A Dgetaddrinfo.c236 void uv_freeaddrinfo(struct addrinfo* ai) { in uv_freeaddrinfo() function
/third_party/node/src/
H A Dinspector_socket_server.cc428 uv_freeaddrinfo(req.addrinfo); in Start()
H A Dcares_wrap.cc1434 auto cleanup = OnScopeLeave([&]() { uv_freeaddrinfo(res); }); in AfterGetAddrInfo()
/third_party/libuv/include/
H A Duv.h976 UV_EXTERN void uv_freeaddrinfo(struct addrinfo* ai);
/third_party/libuv/include/uv_ndk/
H A Duv.h904 UV_EXTERN void uv_freeaddrinfo(struct addrinfo* ai);
/third_party/node/deps/uv/include/
H A Duv.h918 UV_EXTERN void uv_freeaddrinfo(struct addrinfo* ai);

Completed in 17 milliseconds