Home
last modified time | relevance | path

Searched refs:head (Results 1 – 9 of 9) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTSocketUtils.h69 Iter(const addrinfo* head) : ptr(head) {} in Iter()
107 addrinfo* head; in query() local
108 int ret = ::getaddrinfo(host.empty() ? NULL : host.c_str(), port.c_str(), &hints, &head); in query()
110 return head; in query()
/thrift-3.4.0/lib/rb/lib/thrift/server/
Dmongrel_http_server.rb34 response.start(200) do |head, out|
35 head["Content-Type"] = "application/x-thrift"
/thrift-3.4.0/aclocal/
Dac_prog_bison.m425 bison_version=`bison --version | head -n 1 | cut '-d ' -f 4`
37 automake_version=`automake --version | head -n 1 | cut '-d ' -f 4`
/thrift-3.4.0/test/py/
DSerializationTest.py309 head = cur = RecList(item=0)
314 return head
316 def _collapseLinkedList(self, head): argument
318 cur = head
/thrift-3.4.0/lib/js/
DREADME.md75 <head>
78 </head>
/thrift-3.4.0/lib/dart/test/transport/
Dt_http_transport_test.dart139 Future<Response> head(url, {Map<String, String> headers}) =>
/thrift-3.4.0/lib/rb/
DRakefile90 cmd = 'head -1 ../../README.md 2>/dev/null | grep Thrift >/dev/null 2>/dev/null'
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dweb_server.js512 }).on('upgrade', function(request, socket, head) { argument
/thrift-3.4.0/
Dconfigure.ac928 echo " C++ compiler version ...... : $($CXX --version | head -1)"
942 echo " Using D version ........... : $($DMD --version | head -1)"
1016 echo " Using php version ......... : $($PHP --version | head -1)"
1048 echo " Using Swift version ....... : $($SWIFT --version | head -1)"