Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dmemdebug.h157 #undef getaddrinfo macro
158 #define getaddrinfo(host,serv,hint,res) \ macro
H A Dsetup-os400.h53 #define getaddrinfo Curl_getaddrinfo_a macro
H A Dcurl_memory.h91 #undef getaddrinfo macro
/third_party/musl/src/network/
H A Dgetaddrinfo.c12 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 Dnetwork.h217 #define getaddrinfo ff_getaddrinfo macro
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c58 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 Dgetaddrinfo.c73 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 Dnetdb.h140 #define getaddrinfo(nodname, servname, hints, res) \ macro
/third_party/python/Lib/test/
H A Dmock_socket.py150 def getaddrinfo(*args, **kw): function
/third_party/python/Lib/
H A Dsocket.py945 def getaddrinfo(host, port, family=0, type=0, proto=0, flags=0): function
/third_party/python/Modules/
H A Dgetaddrinfo.c239 getaddrinfo(const char*hostname, const char*servname, in getaddrinfo() function
H A Daddrinfo.h54 #undef getaddrinfo macro
55 #define getaddrinfo fake_getaddrinfo macro
H A Dsocketmodule.c436 #define getaddrinfo fake_getaddrinfo macro
[all...]
/third_party/python/Lib/asyncio/
H A Devents.py293 async def getaddrinfo(self, host, port, *, member in AbstractEventLoop
H A Dbase_events.py860 async def getaddrinfo(self, host, port, *, member in BaseEventLoop
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py680 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 Dtest_base_events.py1087 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 Dmod.rs1198 pub fn getaddrinfo( in getaddrinfo() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1637 pub fn getaddrinfo( in getaddrinfo() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3757 pub fn getaddrinfo( in getaddrinfo() functions

Completed in 36 milliseconds