Searched defs:mpack_reader_t (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.h | 3473 typedef struct mpack_reader_t mpack_reader_t; typedef 3538 struct mpack_reader_t { struct 3542 mpack_reader_teardown_t teardown; /* Function to teardown the context on destroy */ argument 3543 mpack_reader_skip_t skip; /* Function to skip bytes from the source */ 3545 char* buffer; /* Writeable byte buffer */ 3546 size_t size; /* Size of the buffer */ 3548 const char* data; /* Current data pointer (in the buffer, if it is used) */ 3549 const char* end; /* The end of available data (in the buffer, if it is used) */ 3551 mpack_error_t error; /* Error state */ 3575 void mpack_reader_init(mpack_reader_t* reader, char* buffer, size_t size, size_t count); argument
|
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mpack-amalgamation-1.0/src/mpack/ |
H A D | mpack.h | 3468 typedef struct mpack_reader_t mpack_reader_t; typedef 3533 struct mpack_reader_t { struct 3537 mpack_reader_teardown_t teardown; /* Function to teardown the context on destroy */ argument 3538 mpack_reader_skip_t skip; /* Function to skip bytes from the source */ 3540 char* buffer; /* Writeable byte buffer */ 3541 size_t size; /* Size of the buffer */ 3543 const char* data; /* Current data pointer (in the buffer, if it is used) */ 3544 const char* end; /* The end of available data (in the buffer, if it is used) */ 3546 mpack_error_t error; /* Error state */ 3570 void mpack_reader_init(mpack_reader_t* reader, char* buffer, size_t size, size_t count); argument
|