Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_emitter_utils.c42 [UCL_EMIT_JSON] = {
44 .id = UCL_EMIT_JSON,
46 .ops = &ucl_standartd_emitter_ops[UCL_EMIT_JSON]},
67 if (emit_type >= UCL_EMIT_JSON && emit_type < UCL_EMIT_MAX) { in ucl_emit_get_standard_context()
H A Ducl_emitter.c75 [UCL_EMIT_JSON] = UCL_EMIT_TYPE_CONTENT(json),
85 ((ctx)->id == UCL_EMIT_JSON_COMPACT || (ctx)->id == UCL_EMIT_JSON))
/freebsd/contrib/libucl/tests/
H A Dtest_basic.c203 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
264 ucl_object_emit_full (obj, UCL_EMIT_JSON, in main()
H A Dtest_streamline.c100 ctx = ucl_object_emit_streamline_new (obj, UCL_EMIT_JSON, f); in main()
H A Dtest_speed.c127 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c1098 format = UCL_EMIT_JSON; in lua_ucl_str_to_emit_type()
1380 int format = UCL_EMIT_JSON; in lua_ucl_to_json()
1455 int format = UCL_EMIT_JSON; in lua_ucl_to_format()
1470 format = UCL_EMIT_JSON; in lua_ucl_to_format()
/freebsd/contrib/libucl/include/
H A Ducl++.h467 void dump(std::string &out, ucl_emitter_t type = UCL_EMIT_JSON) const
477 std::string dump(ucl_emitter_t type = UCL_EMIT_JSON) const
H A Ducl.h150 UCL_EMIT_JSON = 0, /**< Emit fine formatted JSON */ enumerator