|
LMMS
|
#include "serd_internal.h"#include "system.h"#include "serd/serd.h"#include <stddef.h>#include <stdint.h>#include <string.h>Go to the source code of this file.
Classes | |
| struct | SerdByteSinkImpl |
Typedefs | |
| typedef struct SerdByteSinkImpl | SerdByteSink |
Functions | |
| static SerdByteSink | serd_byte_sink_new (SerdSink sink, void *stream, size_t block_size) |
| static void | serd_byte_sink_flush (SerdByteSink *bsink) |
| static void | serd_byte_sink_free (SerdByteSink *bsink) |
| static size_t | serd_byte_sink_write (const void *buf, size_t len, SerdByteSink *bsink) |
| typedef struct SerdByteSinkImpl SerdByteSink |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |