Home
last modified time | relevance | path

Searched refs:yaml_encoding (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lyaml/ext/yaml/
H A Demitter.c50 yaml_encoding_t yaml_encoding; in emit_STREAM_START() local
55 #define MENTRY(_s) (STREQ (encoding, #_s)) { yaml_encoding = YAML_##_s##_ENCODING; } in emit_STREAM_START()
56 if (encoding == NULL) { yaml_encoding = YAML_ANY_ENCODING; } else in emit_STREAM_START()
73 yaml_stream_start_event_initialize (&event, yaml_encoding); in emit_STREAM_START()