Home
last modified time | relevance | path

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/
Dthrift_transport.c65 thrift_transport_read (ThriftTransport *transport, gpointer buf, in thrift_transport_read() function
350 cls->read = thrift_transport_read; in thrift_transport_class_init()
Dthrift_transport.h129 gint32 thrift_transport_read (ThriftTransport *transport, gpointer buf,
Dthrift_framed_transport.c91 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/
Dtestframedtransport.c229 thrift_transport_read (transport, buf, 10, &err); in test_read_after_peer_close()
Dtesttransportsocket.c270 g_assert_cmpint (thrift_transport_read (client_transport, in test_peek()