Searched refs:getaddrinfo (Results 1 – 7 of 7) sorted by relevance
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TSocketUtils.h | 108 int ret = ::getaddrinfo(host.empty() ? NULL : host.c_str(), port.c_str(), &hints, &head); in query()
|
D | TSocket.cpp | 458 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in local_open() 468 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in local_open()
|
/thrift-3.4.0/lib/py/src/transport/ |
D | TSocket.py | 37 return socket.getaddrinfo(self.host,
|
/thrift-3.4.0/lib/lua/src/ |
D | usocket.c | 386 if ((rv = getaddrinfo(host, portStr, &hints, &servinfo)) != 0) { in tcp_create_and_connect()
|
/thrift-3.4.0/lib/c_glib/test/ |
D | testtransportsslsocket.c | 260 if ( (res = getaddrinfo(hostname, NULL, &hints, &addr_info) ) != 0) in verify_ip()
|
/thrift-3.4.0/lib/delphi/src/ |
D | Thrift.Socket.pas | 113 function getaddrinfo(pNodeName, pServiceName: PAnsiChar; const pHints: TAddrInfoA; var ppResult: PA… in getaddrinfo() function 502 function getaddrinfo; external 'ws2_32.dll' name 'getaddrinfo'; in getaddrinfo() function
|
/thrift-3.4.0/ |
D | CHANGES.md | 456 - [THRIFT-5186](https://issues.apache.org/jira/browse/THRIFT-5186) - cpp: use all getaddrinfo() res… 514 - [THRIFT-5177](https://issues.apache.org/jira/browse/THRIFT-5177) - getaddrinfo() should not be us… 1768 …che.org/jira/browse/THRIFT-3641) - Ruby client should try to connect to every result of getaddrinfo 2315 - [THRIFT-1201](https://issues.apache.org/jira/browse/THRIFT-1201) - getaddrinfo resource leak
|