Home
last modified time | relevance | path

Searched refs:thrift_transport_read_all (Results 1 – 8 of 8) sorted by relevance

/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/protocol/
Dthrift_binary_protocol.c670 thrift_transport_read_all (protocol->transport, in thrift_binary_protocol_read_bool()
689 thrift_transport_read_all (protocol->transport, in thrift_binary_protocol_read_byte()
712 thrift_transport_read_all (protocol->transport, in thrift_binary_protocol_read_i16()
735 thrift_transport_read_all (protocol->transport, in thrift_binary_protocol_read_i32()
758 thrift_transport_read_all (protocol->transport, in thrift_binary_protocol_read_i64()
781 thrift_transport_read_all (protocol->transport, in thrift_binary_protocol_read_double()
822 thrift_transport_read_all (protocol->transport, in thrift_binary_protocol_read_string()
863 thrift_transport_read_all (protocol->transport, in thrift_binary_protocol_read_binary()
Dthrift_compact_protocol.c286 if ((ret = thrift_transport_read_all (tp->transport, in thrift_compact_protocol_read_varint64()
1266 thrift_transport_read_all (protocol->transport, in thrift_compact_protocol_read_byte()
1367 thrift_transport_read_all (protocol->transport, in thrift_compact_protocol_read_double()
1421 thrift_transport_read_all (protocol->transport, in thrift_compact_protocol_read_string()
1475 thrift_transport_read_all (protocol->transport, in thrift_compact_protocol_read_binary()
/thrift-3.4.0/lib/c_glib/test/
Dtestthriftcompactreadcheck.c69 return thrift_transport_read_all (transport, buf, len, error); in my_thrift_transport_read_all()
90 #define thrift_transport_read_all my_thrift_transport_read_all macro
93 #undef thrift_transport_read_all
Dtestthriftbinaryreadcheck.c58 return thrift_transport_read_all (transport, buf, len, error); in my_thrift_transport_read_all()
79 #define thrift_transport_read_all my_thrift_transport_read_all macro
82 #undef thrift_transport_read_all
Dtestbinaryprotocol.c60 return thrift_transport_read_all (transport, buf, len, error); in my_thrift_transport_read_all()
81 #define thrift_transport_read_all my_thrift_transport_read_all macro
84 #undef thrift_transport_read_all
Dtestcompactprotocol.c67 return thrift_transport_read_all (transport, buf, len, error); in my_thrift_transport_read_all()
88 #define thrift_transport_read_all my_thrift_transport_read_all macro
91 #undef thrift_transport_read_all
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/
Dthrift_transport.h163 gint32 thrift_transport_read_all (ThriftTransport *transport, gpointer buf,
Dthrift_transport.c101 thrift_transport_read_all (ThriftTransport *transport, gpointer buf, in thrift_transport_read_all() function