OpenSDN source code
|
Go to the source code of this file.
Classes | |
struct | tag_stack_t |
struct | ThriftXMLProtocol |
Macros | |
#define | TRUE 1 |
#define | FALSE 0 |
#define | MAX_XML_BUFFER_SIZE 256 |
#define | MAX_XML_TAG_SIZE 128 |
#define | MAX_TAG_STACK_SIZE 100 |
Enumerations | |
enum | tag_type_t { TAG_SANDESH, TAG_FIELD, TAG_LIST, TAG_MAX } |
Functions | |
void | thrift_xml_protocol_init (ThriftProtocol *protocol) |
#define FALSE 0 |
Definition at line 15 of file thrift_xml_protocol.h.
#define MAX_TAG_STACK_SIZE 100 |
Definition at line 19 of file thrift_xml_protocol.h.
#define MAX_XML_BUFFER_SIZE 256 |
Definition at line 17 of file thrift_xml_protocol.h.
#define MAX_XML_TAG_SIZE 128 |
Definition at line 18 of file thrift_xml_protocol.h.
#define TRUE 1 |
Definition at line 14 of file thrift_xml_protocol.h.
enum tag_type_t |
Enumerator | |
---|---|
TAG_SANDESH | |
TAG_FIELD | |
TAG_LIST | |
TAG_MAX |
Definition at line 21 of file thrift_xml_protocol.h.
void thrift_xml_protocol_init | ( | ThriftProtocol * | protocol | ) |