Home
last modified time | relevance | path

Searched refs:getaddrinfo (Results 1 – 11 of 11) sorted by relevance

/libuv/docs/src/
H A Ddns.rst7 libuv provides asynchronous variants of `getaddrinfo` and `getnameinfo`.
15 `getaddrinfo` request type.
19 Callback which will be called with the getaddrinfo request result once
39 Loop that started this getaddrinfo request and where completion will be
74 Asynchronous :man:`getaddrinfo(3)`.
79 constraints, or NULL. Consult `man -s 3 getaddrinfo` for more details.
H A Dthreadpool.rst9 operations, as well as getaddrinfo and getnameinfo requests.
H A Ddesign.rst36 handle: write requests are used to write data on a handle; or standalone: getaddrinfo requests
136 * DNS functions (getaddrinfo and getnameinfo)
/libuv/test/
H A Dbenchmark-list.h68 BENCHMARK_DECLARE (getaddrinfo)
155 BENCHMARK_ENTRY (getaddrinfo)
H A Dbenchmark-getaddrinfo.c66 BENCHMARK_IMPL(getaddrinfo) { in BENCHMARK_IMPL() argument
/libuv/docs/src/guide/
H A Dnetworking.rst194 ``getaddrinfo`` replacement [#]_. In the callback you can
208 structures are documented in `the getaddrinfo man page <getaddrinfo_>`_. The
245 .. _getaddrinfo: https://man7.org/linux/man-pages/man3/getaddrinfo.3.html target
254 .. [#] libuv use the system ``getaddrinfo`` in the libuv threadpool. libuv
/libuv/src/unix/
H A Dgetaddrinfo.c103 err = getaddrinfo(req->hostname, req->service, req->hints, &req->addrinfo); in uv__getaddrinfo_work()
/libuv/
H A DMakefile.am71 src/win/getaddrinfo.c \
103 src/unix/getaddrinfo.c \
191 test/test-getaddrinfo.c \
H A DCMakeLists.txt208 src/win/getaddrinfo.c
241 src/unix/getaddrinfo.c
504 test/benchmark-getaddrinfo.c
564 test/test-getaddrinfo.c
H A DChangeLog1299 * test-getaddrinfo: use example.invalid (Drew DeVault)
5364 * libuv: add more getaddrinfo errors (Steven Kabbes)
/libuv/include/
H A Duv.h187 XX(GETADDRINFO, getaddrinfo) \

Completed in 35 milliseconds