Home
last modified time | relevance | path

Searched refs:UCL_NULL (Results 1 – 9 of 9) sorted by relevance

/src/contrib/libucl/include/
H A Ducl++.h281 obj.reset (ucl_object_typed_new (UCL_NULL)); in Ucl()
284 obj.reset (ucl_object_typed_new (UCL_NULL)); in Ucl()
342 return UCL_NULL; in type()
715 if (!obj || type() == UCL_NULL) {
H A Ducl.h130 UCL_NULL /**< Null value */ enumerator
/src/contrib/libucl/lua/
H A Dlua_ucl.c263 case UCL_NULL: in ucl_object_lua_push_scalar()
500 obj = ucl_object_typed_new (UCL_NULL); in ucl_object_lua_fromelt()
517 obj = ucl_object_typed_new (UCL_NULL); in ucl_object_lua_fromelt()
/src/contrib/libucl/src/
H A Ducl_emitter.c471 case UCL_NULL: in ucl_emitter_common_elt()
580 case UCL_NULL: in UCL_EMIT_TYPE_IMPL()
H A Ducl_util.c2405 if (top->type == UCL_NULL) {
2999 return ucl_object_typed_new (UCL_NULL);
3018 new->type = (type <= UCL_NULL ? type : UCL_NULL);
3088 return UCL_NULL;
3849 *res = UCL_NULL;
3889 case UCL_NULL:
H A Ducl_emitter_utils.c510 case UCL_NULL: in ucl_object_emit_single_json()
H A Ducl_parser.c1540 nobj = ucl_object_new_full (UCL_NULL, parser->chunks->priority); in ucl_parse_key()
1711 obj = ucl_object_new_full (UCL_NULL, parser->chunks->priority); in ucl_parser_get_container()
1975 obj->type = UCL_NULL; in ucl_parse_value()
H A Ducl_msgpack.c1596 obj = ucl_object_new_full (UCL_NULL, parser->chunks->priority); in ucl_msgpack_parse_null()
/src/contrib/libucl/tests/
H A Dtest_msgpack.c467 return ucl_object_typed_new (UCL_NULL); in ucl_test_null()