Searched refs:UCL_EMIT_JSON (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/libucl/src/ |
| H A D | ucl_emitter_utils.c | 42 [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 D | ucl_emitter.c | 76 [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 D | test_basic.c | 203 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main() 264 ucl_object_emit_full (obj, UCL_EMIT_JSON, in main()
|
| H A D | test_streamline.c | 100 ctx = ucl_object_emit_streamline_new (obj, UCL_EMIT_JSON, f); in main()
|
| H A D | test_speed.c | 118 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
|
| /src/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 1092 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 D | ucl++.h | 442 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 D | ucl.h | 137 UCL_EMIT_JSON = 0, /**< Emit fine formatted JSON */ enumerator
|