Searched refs:UCL_EMIT_YAML (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_emitter.c | 78 [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 D | ucl_emitter_utils.c | 49 …[UCL_EMIT_YAML] = {.name = "yaml", .id = UCL_EMIT_YAML, .func = NULL, .ops = &ucl_standartd_emitte…
|
| /freebsd/contrib/libucl/tests/ |
| H A D | test_basic.c | 207 emitted = ucl_object_emit (obj, UCL_EMIT_YAML); in main() 269 ucl_object_emit_full (obj, UCL_EMIT_YAML, in main()
|
| H A D | test_streamline.c | 93 ctx = ucl_object_emit_streamline_new (obj, UCL_EMIT_YAML, f); in main()
|
| H A D | test_speed.c | 145 emitted = ucl_object_emit (obj, UCL_EMIT_YAML); in main()
|
| /freebsd/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 1104 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 D | ucl.h | 153 UCL_EMIT_YAML, /**< Emit embedded YAML format */ enumerator
|