Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libucl/utils/
H A Ducl-tool.c93 emitter = UCL_EMIT_MSGPACK; in main()
154 if (emitter != UCL_EMIT_MSGPACK) { in main()
/freebsd-14.2/contrib/libucl/src/
H A Ducl_emitter_utils.c66 [UCL_EMIT_MSGPACK] = {
68 .id = UCL_EMIT_MSGPACK,
70 .ops = &ucl_standartd_emitter_ops[UCL_EMIT_MSGPACK]
H A Ducl_emitter.c80 [UCL_EMIT_MSGPACK] = UCL_EMIT_TYPE_CONTENT(msgpack)
/freebsd-14.2/contrib/libucl/python/
H A Ducl.pyi8 UCL_EMIT_MSGPACK = ... # type: int
/freebsd-14.2/contrib/libucl/tests/
H A Dtest_msgpack.c164 emitted = ucl_object_emit_len (obj, UCL_EMIT_MSGPACK, &elen); in main()
187 emitted2 = ucl_object_emit_len (obj, UCL_EMIT_MSGPACK, &elen2); in main()
/freebsd-14.2/contrib/libucl/python/src/
H A Duclmodule.c305 PyModule_AddIntMacro(mod, UCL_EMIT_MSGPACK); in init_macros()
/freebsd-14.2/contrib/libucl/include/
H A Ducl.h141 UCL_EMIT_MSGPACK, /**< Emit msgpack output */ enumerator
/freebsd-14.2/contrib/libucl/lua/
H A Dlua_ucl.c1433 format = UCL_EMIT_MSGPACK; in lua_ucl_to_format()