Searched refs:thrift_transport_read (Results 1 – 5 of 5) sorted by relevance
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/ |
D | thrift_transport.c | 65 thrift_transport_read (ThriftTransport *transport, gpointer buf, in thrift_transport_read() function 350 cls->read = thrift_transport_read; in thrift_transport_class_init()
|
D | thrift_transport.h | 129 gint32 thrift_transport_read (ThriftTransport *transport, gpointer buf,
|
D | thrift_framed_transport.c | 91 if (thrift_transport_read (t->transport, in thrift_framed_transport_read_frame() 110 bytes = thrift_transport_read (t->transport, tmpdata, sz, error); in thrift_framed_transport_read_frame()
|
/thrift-3.4.0/lib/c_glib/test/ |
D | testframedtransport.c | 229 thrift_transport_read (transport, buf, 10, &err); in test_read_after_peer_close()
|
D | testtransportsocket.c | 270 g_assert_cmpint (thrift_transport_read (client_transport, in test_peek()
|