Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 21 of 21) sorted by relevance

/thrift-3.4.0/lib/perl/lib/Thrift/
DSocket.pm226 my $sent = $self->__send($sockets[0], $buf);
228 if (!defined $sent || $sent == 0 ) {
235 $buf = substr($buf, $sent);
/thrift-3.4.0/lib/d/src/thrift/async/
Dsocket.d252 size_t sent; in write() local
253 while (sent < buf.length) { in write()
254 sent += writeSome(buf[sent .. $]); in write()
256 assert(sent == buf.length); in write()
/thrift-3.4.0/lib/d/src/thrift/transport/
Dsocket.d348 size_t sent; in write() local
349 while (sent < buf.length) { in write()
350 auto b = writeSome(buf[sent .. $]); in write()
356 sent += b; in write()
358 assert(sent == buf.length); in write()
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/
Dthrift_socket.c263 guint sent = 0; in thrift_socket_write() local
268 while (sent < len) in thrift_socket_write()
270 ret = send (socket->sd, (guint8 *)buf + sent, len - sent, 0); in thrift_socket_write()
278 sent += ret; in thrift_socket_write()
Dthrift_ssl_socket.c347 guint sent = 0; in thrift_ssl_socket_write() local
351 while (sent < len) in thrift_ssl_socket_write()
353 ret = SSL_write (ssl_socket->ssl, (guint8 *)buf + sent, len - sent); in thrift_ssl_socket_write()
360 sent += ret; in thrift_ssl_socket_write()
363 return sent==len; in thrift_ssl_socket_write()
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTSocket.cpp641 uint32_t sent = 0; in write() local
643 while (sent < len) { in write()
644 uint32_t b = write_partial(buf + sent, len - sent); in write()
650 sent += b; in write()
659 uint32_t sent = 0; in write_partial() local
668 int b = static_cast<int>(send(socket_, const_cast_sockopt(buf + sent), len - sent, flags)); in write_partial()
/thrift-3.4.0/lib/py/src/transport/
DTSocket.py177 sent = 0
179 while sent < have:
185 sent += plus
/thrift-3.4.0/lib/dart/test/transport/
Dt_framed_transport_test.dart51 'Test transport reads messages where header and body are sent separately',
93 'Test transport reads messages where header is sent in pieces '
94 'and body is also sent in pieces', () async {
/thrift-3.4.0/doc/specs/
Dthrift-sasl-spec.txt5 The length fields shall be interpreted as integers, with the high byte sent
51 sent to the client. This message shall consist of an OK byte, followed by the
67 response sent by the other, but is dissatisfied with the contents thereof, this
75 response sent by the other, this side should send the other an ERROR byte,
DSequenceNumbers.md22 sent by the client. The server's only job is to process the request and reply
Dthrift-rpc.md84 The *message type* indicates what kind of message is sent. Clients send requests with TMessages of …
96 server all exceptions are sent as a `TApplicationException` (see 'Response struct' below). In the s…
110 For methods without arguments an struct is sent without fields.
159 The first thrift binary wire format was unframed. This means that information is sent out in a sing…
Dthrift-compact-protocol.md91 Binary is sent as follows:
120 …values are encoded directly in the field header. Element values of type `bool` are sent as an int8;
Dthrift-binary-protocol.md62 Binary is sent as follows:
/thrift-3.4.0/lib/py/src/server/
DTNonblockingServer.py175 sent = self.socket.send(self._wbuf)
176 if sent == len(self._wbuf):
181 self._wbuf = self._wbuf[sent:]
/thrift-3.4.0/contrib/zeromq/
DREADME.md1 This directory contains some glue code to allow Thrift RPCs to be sent over
/thrift-3.4.0/lib/cpp/src/thrift/server/
DTNonblockingServer.cpp423 int got = 0, left = 0, sent = 0; in workSocket() local
553 sent = tSocket_->write_partial(writeBuffer_ + writeBufferPos_, left); in workSocket()
560 writeBufferPos_ += sent; in workSocket()
/thrift-3.4.0/build/cmake/
Dconfig.h.in29 /* Define to the address where bug reports for this package should be sent. */
/thrift-3.4.0/lib/cpp/
DREADME.md168 are extracted and sent to application for verification. When a DNS
181 be checked. It is sent to application through (c), where "sa" is the remote
/thrift-3.4.0/
DLICENSE55 means any form of electronic, verbal, or written communication sent
DCHANGES.md1965 - [THRIFT-2336](https://issues.apache.org/jira/browse/THRIFT-2336) - UTF-8 sent by PHP as JSON is n…
2161 - [THRIFT-2413](https://issues.apache.org/jira/browse/THRIFT-2413) - Python: UTF-8 sent by PHP as J…
2162 - [THRIFT-2409](https://issues.apache.org/jira/browse/THRIFT-2409) - Java: UTF-8 sent by PHP as JSO…
2163 - [THRIFT-2412](https://issues.apache.org/jira/browse/THRIFT-2412) - D: UTF-8 sent by PHP as JSON i…
2164 - [THRIFT-2411](https://issues.apache.org/jira/browse/THRIFT-2411) - C++: UTF-8 sent by PHP as JSON…
2165 - [THRIFT-2410](https://issues.apache.org/jira/browse/THRIFT-2410) - JavaMe: UTF-8 sent by PHP as J…
2169 - [THRIFT-3396](https://issues.apache.org/jira/browse/THRIFT-3396) - DART: UTF-8 sent by PHP as JSO…
3016 - [THRIFT-2346](https://issues.apache.org/jira/browse/THRIFT-2346) - C#: UTF-8 sent by PHP as JSON …
3017 - [THRIFT-2345](https://issues.apache.org/jira/browse/THRIFT-2345) - Delphi: UTF-8 sent by PHP as J…
/thrift-3.4.0/doc/licenses/
Dlgpl-2.1.txt316 materials or that you have already sent this user a copy.