Searched refs:uv_freeaddrinfo (Results 1 – 11 of 11) sorted by relevance
46 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()
52 uv_freeaddrinfo(res); in getaddrinfo_cb()
86 uv_freeaddrinfo(res); in getaddrinfo_cb()
303 uv_freeaddrinfo(req->addrinfo); in fs_addrinfo_cb()
138 uv_freeaddrinfo(res); /* Should not crash. */ in getaddrinfo_cb()
45 with :c:func:`uv_freeaddrinfo`.88 Call :c:func:`uv_freeaddrinfo` to free the addrinfo structure.93 .. c:function:: void uv_freeaddrinfo(struct addrinfo* ai)
59 uv_freeaddrinfo(res); in on_resolved()
220 void uv_freeaddrinfo(struct addrinfo* ai) { in uv_freeaddrinfo() function
219 void uv_freeaddrinfo(struct addrinfo* ai) { in uv_freeaddrinfo() function
213 call ``uv_freeaddrinfo`` in the callback.
990 UV_EXTERN void uv_freeaddrinfo(struct addrinfo* ai);
Completed in 18 milliseconds