Searched refs:mpack_encode_str32 (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 | 1545 MPACK_STATIC_INLINE void mpack_encode_str32(char* p, uint32_t count) { 1892 MPACK_WRITE_ENCODED(mpack_encode_str32, MPACK_TAG_SIZE_STR32, (uint32_t)count); 2016 MPACK_WRITE_ENCODED(mpack_encode_str32, MPACK_TAG_SIZE_STR32, (uint32_t)count);
|
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mpack-amalgamation-1.0/src/mpack/ |
H A D | mpack.c | 1523 MPACK_STATIC_INLINE void mpack_encode_str32(char* p, uint32_t count) { in mpack_encode_str32() function 1870 MPACK_WRITE_ENCODED(mpack_encode_str32, MPACK_TAG_SIZE_STR32, (uint32_t)count); in mpack_start_str_notrack() 1994 MPACK_WRITE_ENCODED(mpack_encode_str32, MPACK_TAG_SIZE_STR32, (uint32_t)count); in mpack_write_str()
|