Home
last modified time | relevance | path

Searched refs:mpack_encode_fixarray (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 Dmpack.c1492 MPACK_STATIC_INLINE void mpack_encode_fixarray(char* p, uint8_t count) {
1853 MPACK_WRITE_ENCODED(mpack_encode_fixarray, MPACK_TAG_SIZE_FIXARRAY, (uint8_t)count);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mpack-amalgamation-1.0/src/mpack/
H A Dmpack.c1470 MPACK_STATIC_INLINE void mpack_encode_fixarray(char* p, uint8_t count) { in mpack_encode_fixarray() function
1831 MPACK_WRITE_ENCODED(mpack_encode_fixarray, MPACK_TAG_SIZE_FIXARRAY, (uint8_t)count); in mpack_start_array()