MessagePack for C
|
Go to the source code of this file.
Macros | |
#define | msgpack_pack_real_uint8(x, d) |
#define | msgpack_pack_real_uint16(x, d) |
#define | msgpack_pack_real_uint32(x, d) |
#define | msgpack_pack_real_uint64(x, d) |
#define | msgpack_pack_real_int8(x, d) |
#define | msgpack_pack_real_int16(x, d) |
#define | msgpack_pack_real_int32(x, d) |
#define | msgpack_pack_real_int64(x, d) |
#define msgpack_pack_real_int16 | ( | x, | |
d | |||
) |
Referenced by _int16(), and _unsigned_char().
#define msgpack_pack_real_int32 | ( | x, | |
d | |||
) |
Referenced by _int32(), and _unsigned_char().
#define msgpack_pack_real_int64 | ( | x, | |
d | |||
) |
Referenced by _int64(), and _unsigned_char().
#define msgpack_pack_real_int8 | ( | x, | |
d | |||
) |
Referenced by _char(), _int8(), and _signed_char().
#define msgpack_pack_real_uint16 | ( | x, | |
d | |||
) |
Referenced by _uint16(), and _unsigned_char().
#define msgpack_pack_real_uint32 | ( | x, | |
d | |||
) |
Referenced by _uint32(), and _unsigned_char().
#define msgpack_pack_real_uint64 | ( | x, | |
d | |||
) |
Referenced by _uint64(), and _unsigned_char().
#define msgpack_pack_real_uint8 | ( | x, | |
d | |||
) |
Referenced by _char(), _uint8(), and _unsigned_char().
msgpack_pack_inline_func() _array | ( | msgpack_pack_user | x, |
size_t | n | ||
) |
References _msgpack_store16, _msgpack_store32, msgpack_pack_append_buffer, and n.
msgpack_pack_inline_func() _bin | ( | msgpack_pack_user | x, |
size_t | l | ||
) |
References _msgpack_store16, _msgpack_store32, and msgpack_pack_append_buffer.
msgpack_pack_inline_func() _bin_body | ( | msgpack_pack_user | x, |
const void * | b, | ||
size_t | l | ||
) |
References msgpack_pack_append_buffer.
msgpack_pack_inline_func() _char | ( | msgpack_pack_user | x, |
char | d | ||
) |
References msgpack_pack_real_int8, and msgpack_pack_real_uint8.
msgpack_pack_inline_func() _double | ( | msgpack_pack_user | x, |
double | d | ||
) |
References _msgpack_store64, and msgpack_pack_append_buffer.
msgpack_pack_inline_func() _ext | ( | msgpack_pack_user | x, |
size_t | l, | ||
int8_t | type | ||
) |
References _msgpack_store16, _msgpack_store32, and msgpack_pack_append_buffer.
msgpack_pack_inline_func() _ext_body | ( | msgpack_pack_user | x, |
const void * | b, | ||
size_t | l | ||
) |
References msgpack_pack_append_buffer.
msgpack_pack_inline_func() _false | ( | msgpack_pack_user | x | ) |
References msgpack_pack_append_buffer.
msgpack_pack_inline_func() _float | ( | msgpack_pack_user | x, |
float | d | ||
) |
References _msgpack_store32, and msgpack_pack_append_buffer.
msgpack_pack_inline_func() _int16 | ( | msgpack_pack_user | x, |
int16_t | d | ||
) |
References msgpack_pack_real_int16.
msgpack_pack_inline_func() _int32 | ( | msgpack_pack_user | x, |
int32_t | d | ||
) |
References msgpack_pack_real_int32.
msgpack_pack_inline_func() _int64 | ( | msgpack_pack_user | x, |
int64_t | d | ||
) |
References msgpack_pack_real_int64.
msgpack_pack_inline_func() _int8 | ( | msgpack_pack_user | x, |
int8_t | d | ||
) |
References msgpack_pack_real_int8.
msgpack_pack_inline_func() _map | ( | msgpack_pack_user | x, |
size_t | n | ||
) |
References _msgpack_store16, _msgpack_store32, msgpack_pack_append_buffer, and n.
msgpack_pack_inline_func() _nil | ( | msgpack_pack_user | x | ) |
References msgpack_pack_append_buffer.
msgpack_pack_inline_func() _signed_char | ( | msgpack_pack_user | x, |
signed char | d | ||
) |
References msgpack_pack_real_int8.
msgpack_pack_inline_func() _str | ( | msgpack_pack_user | x, |
size_t | l | ||
) |
References _msgpack_store16, _msgpack_store32, and msgpack_pack_append_buffer.
msgpack_pack_inline_func() _str_body | ( | msgpack_pack_user | x, |
const void * | b, | ||
size_t | l | ||
) |
References msgpack_pack_append_buffer.
msgpack_pack_inline_func() _true | ( | msgpack_pack_user | x | ) |
References msgpack_pack_append_buffer.
msgpack_pack_inline_func() _uint16 | ( | msgpack_pack_user | x, |
uint16_t | d | ||
) |
References msgpack_pack_real_uint16.
msgpack_pack_inline_func() _uint32 | ( | msgpack_pack_user | x, |
uint32_t | d | ||
) |
References msgpack_pack_real_uint32.
msgpack_pack_inline_func() _uint64 | ( | msgpack_pack_user | x, |
uint64_t | d | ||
) |
References msgpack_pack_real_uint64.
msgpack_pack_inline_func() _uint8 | ( | msgpack_pack_user | x, |
uint8_t | d | ||
) |
References msgpack_pack_real_uint8.
msgpack_pack_inline_func() _unsigned_char | ( | msgpack_pack_user | x, |
unsigned char | d | ||
) |
msgpack_pack_inline_func() _v4raw | ( | msgpack_pack_user | x, |
size_t | l | ||
) |
References _msgpack_store16, _msgpack_store32, and msgpack_pack_append_buffer.
msgpack_pack_inline_func() _v4raw_body | ( | msgpack_pack_user | x, |
const void * | b, | ||
size_t | l | ||
) |
References msgpack_pack_append_buffer.