| /third_party/curl/lib/ |
| H A D | memdebug.h | 157 #undef getaddrinfo macro 158 #define getaddrinfo(host,serv,hint,res) \ macro
|
| H A D | setup-os400.h | 53 #define getaddrinfo Curl_getaddrinfo_a macro
|
| H A D | curl_memory.h | 91 #undef getaddrinfo macro
|
| /third_party/musl/src/network/ |
| H A D | getaddrinfo.c | 12 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) in getaddrinfo() function
|
| /third_party/ffmpeg/libavformat/ |
| H A D | network.h | 217 #define getaddrinfo ff_getaddrinfo macro
|
| /third_party/musl/porting/linux/user/src/network/ |
| H A D | getaddrinfo.c | 58 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) in getaddrinfo() function
|
| /third_party/musl/src/network/linux/ |
| H A D | getaddrinfo.c | 73 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) in getaddrinfo() function
|
| /third_party/lwip/src/include/lwip/ |
| H A D | netdb.h | 140 #define getaddrinfo(nodname, servname, hints, res) \ macro
|
| /third_party/python/Lib/test/ |
| H A D | mock_socket.py | 150 def getaddrinfo(*args, **kw): function
|
| /third_party/python/Lib/ |
| H A D | socket.py | 945 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): function
|
| /third_party/python/Modules/ |
| H A D | getaddrinfo.c | 239 getaddrinfo(const char*hostname, const char*servname, in getaddrinfo() function
|
| H A D | addrinfo.h | 54 #undef getaddrinfo macro 55 #define getaddrinfo fake_getaddrinfo macro
|
| H A D | socketmodule.c | 436 #define getaddrinfo fake_getaddrinfo macro [all...] |
| /third_party/python/Lib/asyncio/ |
| H A D | events.py | 293 async def getaddrinfo(self, host, port, *, member in AbstractEventLoop
|
| H A D | base_events.py | 860 async def getaddrinfo(self, host, port, *, member in BaseEventLoop [all...] |
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_events.py | 680 async def getaddrinfo(host, port, *args, **kwargs): function 701 async def getaddrinfo(host, port, *args, **kwargs): function 798 async def getaddrinfo(host, port, *args, **kw): function [all...] |
| H A D | test_base_events.py | 1087 async def getaddrinfo(*args, **kw): function 1118 def getaddrinfo(*args, **kw): function 1205 async def getaddrinfo(*args, **kw): function 1217 async def getaddrinfo(*arg function 1232 async def getaddrinfo(*args, **kw): global() function 1259 async def getaddrinfo(*args, **kw): global() function 1381 async def getaddrinfo(host, *args, **kw): global() function 1404 def getaddrinfo(host, port, *args, **kw): global() function 1526 async def getaddrinfo(*args, **kw): global() function 1823 def getaddrinfo(*args, **kw): global() function [all...] |
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 1198 pub fn getaddrinfo( in getaddrinfo() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1637 pub fn getaddrinfo( in getaddrinfo() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3757 pub fn getaddrinfo( in getaddrinfo() functions
|