Searched refs:getaddrinfo (Results 1 – 11 of 11) sorted by relevance
7 libuv provides asynchronous variants of `getaddrinfo` and `getnameinfo`.15 `getaddrinfo` request type.19 Callback which will be called with the getaddrinfo request result once39 Loop that started this getaddrinfo request and where completion will be74 Asynchronous :man:`getaddrinfo(3)`.79 constraints, or NULL. Consult `man -s 3 getaddrinfo` for more details.
9 operations, as well as getaddrinfo and getnameinfo requests.
36 handle: write requests are used to write data on a handle; or standalone: getaddrinfo requests136 * DNS functions (getaddrinfo and getnameinfo)
68 BENCHMARK_DECLARE (getaddrinfo)155 BENCHMARK_ENTRY (getaddrinfo)
66 BENCHMARK_IMPL(getaddrinfo) { in BENCHMARK_IMPL() argument
194 ``getaddrinfo`` replacement [#]_. In the callback you can208 structures are documented in `the getaddrinfo man page <getaddrinfo_>`_. The245 .. _getaddrinfo: https://man7.org/linux/man-pages/man3/getaddrinfo.3.html target254 .. [#] libuv use the system ``getaddrinfo`` in the libuv threadpool. libuv
103 err = getaddrinfo(req->hostname, req->service, req->hints, &req->addrinfo); in uv__getaddrinfo_work()
71 src/win/getaddrinfo.c \103 src/unix/getaddrinfo.c \191 test/test-getaddrinfo.c \
208 src/win/getaddrinfo.c241 src/unix/getaddrinfo.c504 test/benchmark-getaddrinfo.c564 test/test-getaddrinfo.c
9 * win: Fix linked list logic in getaddrinfo (Thad House)1348 * test-getaddrinfo: use example.invalid (Drew DeVault)5413 * libuv: add more getaddrinfo errors (Steven Kabbes)
188 XX(GETADDRINFO, getaddrinfo) \
Completed in 34 milliseconds