Searched refs:UCL_EMIT_MSGPACK (Results 1 – 8 of 8) sorted by relevance
93 emitter = UCL_EMIT_MSGPACK; in main()154 if (emitter != UCL_EMIT_MSGPACK) { in main()
66 [UCL_EMIT_MSGPACK] = {68 .id = UCL_EMIT_MSGPACK,70 .ops = &ucl_standartd_emitter_ops[UCL_EMIT_MSGPACK]
80 [UCL_EMIT_MSGPACK] = UCL_EMIT_TYPE_CONTENT(msgpack)
8 UCL_EMIT_MSGPACK = ... # type: int
164 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()
305 PyModule_AddIntMacro(mod, UCL_EMIT_MSGPACK); in init_macros()
141 UCL_EMIT_MSGPACK, /**< Emit msgpack output */ enumerator
1433 format = UCL_EMIT_MSGPACK; in lua_ucl_to_format()