Home
last modified time | relevance | path

Searched refs:getaddrinfo (Results 1 – 7 of 7) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTSocketUtils.h108 int ret = ::getaddrinfo(host.empty() ? NULL : host.c_str(), port.c_str(), &hints, &head); in query()
DTSocket.cpp458 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/
DTSocket.py37 return socket.getaddrinfo(self.host,
/thrift-3.4.0/lib/lua/src/
Dusocket.c386 if ((rv = getaddrinfo(host, portStr, &hints, &servinfo)) != 0) { in tcp_create_and_connect()
/thrift-3.4.0/lib/c_glib/test/
Dtesttransportsslsocket.c260 if ( (res = getaddrinfo(hostname, NULL, &hints, &addr_info) ) != 0) in verify_ip()
/thrift-3.4.0/lib/delphi/src/
DThrift.Socket.pas113 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/
DCHANGES.md456 - [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