Home
last modified time | relevance | path

Searched defs:getaddrinfo (Results 1 – 20 of 20) sorted by relevance

/third_party/libxml2/os400/
Dwrappers.h60 #define getaddrinfo _lx_getaddrinfo macro
/third_party/libuv/test/
Dbenchmark-getaddrinfo.c66 BENCHMARK_IMPL(getaddrinfo) { in BENCHMARK_IMPL() argument
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py1082 async def getaddrinfo(*args, **kw): function
1113 def getaddrinfo(*args, **kw): function
1200 async def getaddrinfo(*args, **kw): function
1212 async def getaddrinfo(*args, **kw): function
1227 async def getaddrinfo(*args, **kw): function
1254 async def getaddrinfo(*args, **kw): function
1382 async def getaddrinfo(host, *args, **kw): function
1405 def getaddrinfo(host, port, *args, **kw): function
1520 async def getaddrinfo(*args, **kw): function
1845 def getaddrinfo(*args, **kw): function
Dtest_events.py764 async def getaddrinfo(host, port, *args, **kw): function
/third_party/libuv/docs/src/guide/
Dnetworking.rst245 .. _getaddrinfo: https://man7.org/linux/man-pages/man3/getaddrinfo.3.html target in Network interfaces
/third_party/musl/src/network/
Dgetaddrinfo.c12 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restri… in getaddrinfo() function
/third_party/python/Modules/
Daddrinfo.h55 #define getaddrinfo fake_getaddrinfo macro
Dgetaddrinfo.c236 getaddrinfo(const char*hostname, const char*servname, in getaddrinfo() function
Dsocketmodule.c421 #define getaddrinfo fake_getaddrinfo macro
/third_party/lwip/src/include/lwip/
Dnetdb.h140 #define getaddrinfo(nodname, servname, hints, res) \ macro
/third_party/node/test/parallel/
Dtest-dns-lookup-promises.js11 cares.getaddrinfo = (req) => getaddrinfoStub(req); function in cares
Dtest-dns-lookup.js10 cares.getaddrinfo = () => internalBinding('uv').UV_ENOMEM; function in cares
/third_party/ffmpeg/libavformat/
Dnetwork.h217 #define getaddrinfo ff_getaddrinfo macro
/third_party/python/Lib/test/
Dmock_socket.py150 def getaddrinfo(*args, **kw): function
/third_party/python/Lib/
Dsocket.py938 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): function
/third_party/python/Lib/asyncio/
Devents.py294 async def getaddrinfo(self, host, port, *, member in AbstractEventLoop
Dbase_events.py848 async def getaddrinfo(self, host, port, *, member in BaseEventLoop
/third_party/rust/crates/libc/src/unix/
Dmod.rs1198 pub fn getaddrinfo( in getaddrinfo() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1637 pub fn getaddrinfo( in getaddrinfo() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3757 pub fn getaddrinfo( in getaddrinfo() function