Go to the source code of this file.
|
void | thrift_binary_protocol_init (ThriftBinaryProtocol *protocol) |
|
int32_t | thrift_binary_protocol_skip_from_buffer (uint8_t *buf, const uint32_t buflen, ThriftType type, int *error) |
|
static int32_t | thrift_binary_protocol_write_sandesh_end (ThriftProtocol *protocol, int *error) |
|
static int32_t | thrift_binary_protocol_write_struct_begin (ThriftProtocol *protocol, const char *name, int *error) |
|
static int32_t | thrift_binary_protocol_write_struct_end (ThriftProtocol *protocol, int *error) |
|
static int32_t | thrift_binary_protocol_write_field_end (ThriftProtocol *protocol, int *error) |
|
static int32_t | thrift_binary_protocol_write_list_end (ThriftProtocol *protocol, int *error) |
|
static int32_t | thrift_binary_protocol_read_sandesh_end (ThriftProtocol *protocol, int *error) |
|
static int32_t | thrift_binary_protocol_read_struct_end (ThriftProtocol *protocol, int *error) |
|
#define THRIFT_BINARY_PROTOCOL_VERSION_1 0x80010000 |
#define THRIFT_BINARY_PROTOCOL_VERSION_MASK 0xffff0000 |
static int32_t thrift_binary_protocol_read_sandesh_end |
( |
ThriftProtocol * |
protocol, |
|
|
int * |
error |
|
) |
| |
|
inlinestatic |
static int32_t thrift_binary_protocol_read_struct_end |
( |
ThriftProtocol * |
protocol, |
|
|
int * |
error |
|
) |
| |
|
inlinestatic |
int32_t thrift_binary_protocol_skip_from_buffer |
( |
uint8_t * |
buf, |
|
|
const uint32_t |
buflen, |
|
|
ThriftType |
type, |
|
|
int * |
error |
|
) |
| |
static int32_t thrift_binary_protocol_write_field_end |
( |
ThriftProtocol * |
protocol, |
|
|
int * |
error |
|
) |
| |
|
inlinestatic |
static int32_t thrift_binary_protocol_write_list_end |
( |
ThriftProtocol * |
protocol, |
|
|
int * |
error |
|
) |
| |
|
inlinestatic |
static int32_t thrift_binary_protocol_write_sandesh_end |
( |
ThriftProtocol * |
protocol, |
|
|
int * |
error |
|
) |
| |
|
inlinestatic |
static int32_t thrift_binary_protocol_write_struct_begin |
( |
ThriftProtocol * |
protocol, |
|
|
const char * |
name, |
|
|
int * |
error |
|
) |
| |
|
inlinestatic |
static int32_t thrift_binary_protocol_write_struct_end |
( |
ThriftProtocol * |
protocol, |
|
|
int * |
error |
|
) |
| |
|
inlinestatic |