Searched refs:UCL_OBJECT_BINARY (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/libucl/tests/
H A Dtest_msgpack.c278 elt->flags |= UCL_OBJECT_BINARY;
286 elt->flags |= UCL_OBJECT_BINARY;
295 elt->flags |= UCL_OBJECT_BINARY;
458 res->flags |= UCL_OBJECT_BINARY;
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_sexp.c175 obj->flags |= UCL_OBJECT_BINARY;
H A Ducl_emitter.c543 if (obj->flags & UCL_OBJECT_BINARY) {
H A Ducl_msgpack.c1407 obj->flags |= UCL_OBJECT_BINARY;
1411 if (obj->flags & UCL_OBJECT_BINARY) {
H A Ducl_util.c561 if (obj->flags & UCL_OBJECT_BINARY) {
3472 if (!(obj->flags & UCL_OBJECT_BINARY)) {
3496 if (!(obj->flags & UCL_OBJECT_BINARY)) {
/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h192 UCL_OBJECT_BINARY = (1 << 7), /**< Object contains raw binary data */ enumerator in enum:ucl_object_flags

Completed in 105 milliseconds