Searched refs:mpack_encode_fixint (Results 1 – 2 of 2) sorted by relevance
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/cmetrics/lib/mpack/src/mpack/ |
H A D | mpack.c | 1452 MPACK_STATIC_INLINE void mpack_encode_fixint(char* p, int8_t value) { 1719 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value); 1734 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value); 1756 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value); 1786 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value); 1789 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value);
|
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mpack-amalgamation-1.0/src/mpack/ |
H A D | mpack.c | 1430 MPACK_STATIC_INLINE void mpack_encode_fixint(char* p, int8_t value) { in mpack_encode_fixint() function 1697 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value); in mpack_write_i8() 1712 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value); in mpack_write_i16() 1734 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value); in mpack_write_i32() 1764 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value); in mpack_write_i64() 1767 MPACK_WRITE_ENCODED(mpack_encode_fixint, MPACK_TAG_SIZE_FIXINT, (int8_t)value); in mpack_write_i64()
|