Home
last modified time | relevance | path

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

/src/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]
89 if (emit_type >= UCL_EMIT_JSON && emit_type < UCL_EMIT_MAX) { in ucl_emit_get_standard_context()
H A Ducl_emitter.c76 [UCL_EMIT_JSON] = UCL_EMIT_TYPE_CONTENT(json),
87 ((ctx)->id == UCL_EMIT_JSON_COMPACT || (ctx)->id == UCL_EMIT_JSON))
/src/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.c118 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
/src/contrib/libucl/lua/
H A Dlua_ucl.c1092 format = UCL_EMIT_JSON; in lua_ucl_str_to_emit_type()
1374 int format = UCL_EMIT_JSON; in lua_ucl_to_json()
1449 int format = UCL_EMIT_JSON; in lua_ucl_to_format()
1464 format = UCL_EMIT_JSON; in lua_ucl_to_format()
/src/contrib/libucl/include/
H A Ducl++.h442 void dump (std::string &out, ucl_emitter_t type = UCL_EMIT_JSON) const
452 std::string dump (ucl_emitter_t type = UCL_EMIT_JSON) const
H A Ducl.h137 UCL_EMIT_JSON = 0, /**< Emit fine formatted JSON */ enumerator