Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/include/
H A Ducl++.h294 obj.reset(ucl_object_typed_new(UCL_NULL)); in Ucl()
298 obj.reset(ucl_object_typed_new(UCL_NULL)); in Ucl()
366 return UCL_NULL; in type()
752 if (!obj || type() == UCL_NULL) {
H A Ducl.h143 UCL_NULL /**< Null value */ enumerator
/freebsd/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()
/freebsd/contrib/libucl/src/
H A Ducl_emitter.c468 case UCL_NULL: in ucl_emitter_common_elt()
583 case UCL_NULL: in UCL_EMIT_TYPE_IMPL()
H A Ducl_util.c2393 if (top->type == UCL_NULL) {
2982 return ucl_object_typed_new(UCL_NULL);
3001 new->type = (type <= UCL_NULL ? type : UCL_NULL);
3071 return UCL_NULL;
3865 *res = UCL_NULL;
3905 case UCL_NULL:
H A Ducl_emitter_utils.c484 case UCL_NULL: in ucl_object_emit_single_json()
H A Ducl_parser.c1555 nobj = ucl_object_new_full(UCL_NULL, parser->chunks->priority); in ucl_parse_key()
1726 obj = ucl_object_new_full(UCL_NULL, parser->chunks->priority); in ucl_parser_get_container()
1990 obj->type = UCL_NULL; in ucl_parse_value()
H A Ducl_msgpack.c1530 obj = ucl_object_new_full(UCL_NULL, parser->chunks->priority); in ucl_msgpack_parse_null()
/freebsd/contrib/libucl/tests/
H A Dtest_msgpack.c467 return ucl_object_typed_new (UCL_NULL); in ucl_test_null()