|
LMMS
|
#include "byte_source.h"#include "system.h"#include "serd/serd.h"#include <stdbool.h>#include <stdint.h>#include <string.h>Go to the source code of this file.
Functions | |
| SerdStatus | serd_byte_source_page (SerdByteSource *source) |
| SerdStatus | serd_byte_source_open_source (SerdByteSource *source, SerdSource read_func, SerdStreamErrorFunc error_func, void *stream, const uint8_t *name, size_t page_size) |
| SerdStatus | serd_byte_source_prepare (SerdByteSource *source) |
| SerdStatus | serd_byte_source_open_string (SerdByteSource *source, const uint8_t *utf8) |
| SerdStatus | serd_byte_source_close (SerdByteSource *source) |
| SerdStatus serd_byte_source_close | ( | SerdByteSource * | source | ) |
| SerdStatus serd_byte_source_open_source | ( | SerdByteSource * | source, |
| SerdSource | read_func, | ||
| SerdStreamErrorFunc | error_func, | ||
| void * | stream, | ||
| const uint8_t * | name, | ||
| size_t | page_size ) |
| SerdStatus serd_byte_source_open_string | ( | SerdByteSource * | source, |
| const uint8_t * | utf8 ) |
| SerdStatus serd_byte_source_page | ( | SerdByteSource * | source | ) |
| SerdStatus serd_byte_source_prepare | ( | SerdByteSource * | source | ) |