MessagePack for C
|
Classes | |
struct | msgpack_unpacked |
Typedefs | |
typedef struct msgpack_unpacked | msgpack_unpacked |
Enumerations | |
enum | msgpack_unpack_return { MSGPACK_UNPACK_SUCCESS = 2, MSGPACK_UNPACK_EXTRA_BYTES = 1, MSGPACK_UNPACK_CONTINUE = 0, MSGPACK_UNPACK_PARSE_ERROR = -1, MSGPACK_UNPACK_NOMEM_ERROR = -2 } |
Functions | |
MSGPACK_DLLEXPORT msgpack_unpack_return | msgpack_unpack_next (msgpack_unpacked *result, const char *data, size_t len, size_t *off) |
typedef struct msgpack_unpacked msgpack_unpacked |
MSGPACK_DLLEXPORT msgpack_unpack_return msgpack_unpack_next | ( | msgpack_unpacked * | result, |
const char * | data, | ||
size_t | len, | ||
size_t * | off | ||
) |