#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include </usr/include/yaml.h>
Go to the source code of this file.
◆ ARRAY_RESIZE
◆ MAX_DEPTH
◆ scalar_type
Enumerator |
---|
SCALAR_EMPTY | |
SCALAR_INT | |
SCALAR_UINT | |
SCALAR_FLOAT | |
SCALAR_STRING | |
◆ array_resize()
void * array_resize |
( |
void * | p, |
|
|
size_t * | pn0, |
|
|
size_t | n1, |
|
|
size_t | s ) |
|
inlinestatic |
◆ event_type_str()
const char * event_type_str |
( |
yaml_event_type_t | t | ) |
|
◆ process_json()
int process_json |
( |
struct parser * | parser, |
|
|
FILE * | out ) |
◆ process_text()
int process_text |
( |
struct parser * | parser, |
|
|
FILE * | out ) |
◆ process_yaml()
int process_yaml |
( |
struct parser * | parser, |
|
|
FILE * | out ) |
◆ scalar_from_event()
bool scalar_from_event |
( |
const yaml_event_t * | event, |
|
|
struct scalar * | s ) |
◆ scalar_print()
void scalar_print |
( |
const struct scalar * | s, |
|
|
FILE * | out ) |
◆ scalar_type_str()