Searched refs:UCL_EMIT_MSGPACK (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/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-12-stable/contrib/libucl/utils/
H A Ducl-tool.c93 emitter = UCL_EMIT_MSGPACK;
154 if (emitter != UCL_EMIT_MSGPACK) {
/freebsd-12-stable/contrib/libucl/tests/
H A Dtest_msgpack.c164 emitted = ucl_object_emit_len (obj, UCL_EMIT_MSGPACK, &elen);
187 emitted2 = ucl_object_emit_len (obj, UCL_EMIT_MSGPACK, &elen2);
/freebsd-12-stable/contrib/libucl/python/src/
H A Duclmodule.c305 PyModule_AddIntMacro(mod, UCL_EMIT_MSGPACK);
/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h141 UCL_EMIT_MSGPACK, /**< Emit msgpack output */ enumerator in enum:ucl_emitter
/freebsd-12-stable/contrib/libucl/lua/
H A Dlua_ucl.c1433 format = UCL_EMIT_MSGPACK;

Completed in 58 milliseconds