Home
last modified time | relevance | path

Searched refs:mpack_expect_type_byte (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.c3390 MPACK_STATIC_INLINE uint8_t mpack_expect_type_byte(mpack_reader_t* reader) {
3606 if (mpack_expect_type_byte(reader) != 0xc0)
3611 uint8_t type = mpack_expect_type_byte(reader);
3782 uint8_t type = mpack_expect_type_byte(reader);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mpack-amalgamation-1.0/src/mpack/
H A Dmpack.c3367 MPACK_STATIC_INLINE uint8_t mpack_expect_type_byte(mpack_reader_t* reader) { in mpack_expect_type_byte() function
3583 if (mpack_expect_type_byte(reader) != 0xc0) in mpack_expect_nil()
3588 uint8_t type = mpack_expect_type_byte(reader); in mpack_expect_bool()
3759 uint8_t type = mpack_expect_type_byte(reader); in mpack_expect_str()