|
OpenSDN source code
|
Implementation of a Thrift memory buffer transport. More...

Go to the source code of this file.
Classes | |
| struct | _ThriftMemoryBuffer |
Typedefs | |
| typedef struct _ThriftMemoryBuffer | ThriftMemoryBuffer |
Functions | |
| void | thrift_memory_buffer_init (ThriftMemoryBuffer *transport, void *buf, u_int32_t size) |
| int | thrift_memory_buffer_wrote_bytes (ThriftMemoryBuffer *t, u_int32_t len) |
Implementation of a Thrift memory buffer transport.
Definition in file thrift_memory_buffer.h.
| typedef struct _ThriftMemoryBuffer ThriftMemoryBuffer |
Definition at line 1 of file thrift_memory_buffer.h.
| void thrift_memory_buffer_init | ( | ThriftMemoryBuffer * | transport, |
| void * | buf, | ||
| u_int32_t | size | ||
| ) |
| int thrift_memory_buffer_wrote_bytes | ( | ThriftMemoryBuffer * | t, |
| u_int32_t | len | ||
| ) |