Searched refs:UCL_EMIT_JSON (Results 1 – 8 of 8) sorted by relevance
| /freebsd/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]}, 67 if (emit_type >= UCL_EMIT_JSON && emit_type < UCL_EMIT_MAX) { in ucl_emit_get_standard_context()
|
| H A D | ucl_emitter.c | 75 [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 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 | 127 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
|
| /freebsd/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 1098 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 D | ucl++.h | 467 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 D | ucl.h | 150 UCL_EMIT_JSON = 0, /**< Emit fine formatted JSON */ enumerator
|