|
LMMS
|
#include "serd/serd.h"#include "string_utils.h"#include <stdbool.h>#include <stdint.h>#include <string.h>Go to the source code of this file.
Functions | |
| static bool | chunk_equals (const SerdChunk *a, const SerdChunk *b) |
| static size_t | uri_path_len (const SerdURI *uri) |
| static uint8_t | uri_path_at (const SerdURI *uri, size_t i) |
| static SERD_PURE_FUNC size_t | uri_rooted_index (const SerdURI *uri, const SerdURI *root) |
| static SERD_PURE_FUNC bool | uri_is_related (const SerdURI *uri, const SerdURI *root) |
| static SERD_PURE_FUNC bool | uri_is_under (const SerdURI *uri, const SerdURI *root) |
| static bool | is_uri_scheme_char (const int c) |
|
inlinestatic |
Return true iff uri shares path components with root
|
inlinestatic |
Return true iff uri is within the base of root