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/ |
D | thrift_binary_protocol.c | 670 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()
|
D | thrift_compact_protocol.c | 286 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/ |
D | testthriftcompactreadcheck.c | 69 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
|
D | testthriftbinaryreadcheck.c | 58 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
|
D | testbinaryprotocol.c | 60 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
|
D | testcompactprotocol.c | 67 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/ |
D | thrift_transport.h | 163 gint32 thrift_transport_read_all (ThriftTransport *transport, gpointer buf,
|
D | thrift_transport.c | 101 thrift_transport_read_all (ThriftTransport *transport, gpointer buf, in thrift_transport_read_all() function
|