/third_party/libxml2/os400/ |
D | wrappers.h | 60 #define getaddrinfo _lx_getaddrinfo macro
|
/third_party/libuv/test/ |
D | benchmark-getaddrinfo.c | 66 BENCHMARK_IMPL(getaddrinfo) { in BENCHMARK_IMPL() argument
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_base_events.py | 1082 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
|
D | test_events.py | 764 async def getaddrinfo(host, port, *args, **kw): function
|
/third_party/libuv/docs/src/guide/ |
D | networking.rst | 245 .. _getaddrinfo: https://man7.org/linux/man-pages/man3/getaddrinfo.3.html target in Network interfaces
|
/third_party/musl/src/network/ |
D | getaddrinfo.c | 12 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restri… in getaddrinfo() function
|
/third_party/python/Modules/ |
D | addrinfo.h | 55 #define getaddrinfo fake_getaddrinfo macro
|
D | getaddrinfo.c | 236 getaddrinfo(const char*hostname, const char*servname, in getaddrinfo() function
|
D | socketmodule.c | 421 #define getaddrinfo fake_getaddrinfo macro
|
/third_party/lwip/src/include/lwip/ |
D | netdb.h | 140 #define getaddrinfo(nodname, servname, hints, res) \ macro
|
/third_party/node/test/parallel/ |
D | test-dns-lookup-promises.js | 11 cares.getaddrinfo = (req) => getaddrinfoStub(req); function in cares
|
D | test-dns-lookup.js | 10 cares.getaddrinfo = () => internalBinding('uv').UV_ENOMEM; function in cares
|
/third_party/ffmpeg/libavformat/ |
D | network.h | 217 #define getaddrinfo ff_getaddrinfo macro
|
/third_party/python/Lib/test/ |
D | mock_socket.py | 150 def getaddrinfo(*args, **kw): function
|
/third_party/python/Lib/ |
D | socket.py | 938 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): function
|
/third_party/python/Lib/asyncio/ |
D | events.py | 294 async def getaddrinfo(self, host, port, *, member in AbstractEventLoop
|
D | base_events.py | 848 async def getaddrinfo(self, host, port, *, member in BaseEventLoop
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 1198 pub fn getaddrinfo( in getaddrinfo() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1637 pub fn getaddrinfo( in getaddrinfo() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3757 pub fn getaddrinfo( in getaddrinfo() function
|