Home
last modified time | relevance | path

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

/freebsd/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()
710 if (!obj || type() == UCL_NULL) {
H A Ducl.h130 UCL_NULL /**< Null value */ enumerator
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c256 case UCL_NULL: in ucl_object_lua_push_scalar()
485 obj = ucl_object_typed_new (UCL_NULL); in ucl_object_lua_fromelt()
502 obj = ucl_object_typed_new (UCL_NULL); in ucl_object_lua_fromelt()
/freebsd/contrib/libucl/src/
H A Ducl_emitter.c443 case UCL_NULL: in ucl_emitter_common_elt()
552 case UCL_NULL: in UCL_EMIT_TYPE_IMPL()
H A Ducl_util.c2381 if (top->type == UCL_NULL) {
2973 return ucl_object_typed_new (UCL_NULL);
2992 new->type = (type <= UCL_NULL ? type : UCL_NULL);
3062 return UCL_NULL;
3828 *res = UCL_NULL;
3868 case UCL_NULL:
H A Ducl_emitter_utils.c510 case UCL_NULL: in ucl_object_emit_single_json()
H A Ducl_parser.c1474 nobj = ucl_object_new_full (UCL_NULL, parser->chunks->priority); in ucl_parse_key()
1645 obj = ucl_object_new_full (UCL_NULL, parser->chunks->priority); in ucl_parser_get_container()
1885 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()
/freebsd/contrib/libucl/python/src/
H A Duclmodule.c21 case UCL_NULL: in _basic_ucl_type()
/freebsd/contrib/libucl/
H A DChangeLog.md96 - python: Added UCL_NULL handling and tests (by Denis Volpato Martins)
/freebsd/contrib/libucl/tests/
H A Dtest_msgpack.c467 return ucl_object_typed_new (UCL_NULL); in ucl_test_null()
/freebsd/contrib/libucl/doc/
H A Dapi.md328 Creates new object of type `UCL_NULL`. This object should be released by caller.
344 - `UCL_NULL` - null value