Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_emitter.c78 [UCL_EMIT_YAML] = UCL_EMIT_TYPE_CONTENT(yaml),
132 else if (ctx->id == UCL_EMIT_YAML) { in ucl_emitter_print_key()
261 if (ctx->id == UCL_EMIT_YAML && ctx->indent == 0) { in ucl_emitter_common_start_array()
320 if (ctx->id == UCL_EMIT_YAML && ctx->indent == 0) { in ucl_emitter_common_start_object()
394 if (ctx->id == UCL_EMIT_YAML && ctx->indent == 0) { in ucl_emitter_common_elt()
H A Ducl_emitter_utils.c49 …[UCL_EMIT_YAML] = {.name = "yaml", .id = UCL_EMIT_YAML, .func = NULL, .ops = &ucl_standartd_emitte…
/freebsd/contrib/libucl/tests/
H A Dtest_basic.c207 emitted = ucl_object_emit (obj, UCL_EMIT_YAML); in main()
269 ucl_object_emit_full (obj, UCL_EMIT_YAML, in main()
H A Dtest_streamline.c93 ctx = ucl_object_emit_streamline_new (obj, UCL_EMIT_YAML, f); in main()
H A Dtest_speed.c145 emitted = ucl_object_emit (obj, UCL_EMIT_YAML); in main()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c1104 format = UCL_EMIT_YAML; in lua_ucl_str_to_emit_type()
1461 if (format < 0 || format >= UCL_EMIT_YAML) { in lua_ucl_to_format()
1476 format = UCL_EMIT_YAML; in lua_ucl_to_format()
/freebsd/contrib/libucl/include/
H A Ducl.h153 UCL_EMIT_YAML, /**< Emit embedded YAML format */ enumerator