Searched refs:UCL_NULL (Results 1 – 12 of 12) sorted by relevance
281 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) {
130 UCL_NULL /**< Null value */ enumerator
256 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()
443 case UCL_NULL: in ucl_emitter_common_elt()552 case UCL_NULL: in UCL_EMIT_TYPE_IMPL()
2381 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:
510 case UCL_NULL: in ucl_object_emit_single_json()
1474 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()
1596 obj = ucl_object_new_full (UCL_NULL, parser->chunks->priority); in ucl_msgpack_parse_null()
21 case UCL_NULL: in _basic_ucl_type()
96 - python: Added UCL_NULL handling and tests (by Denis Volpato Martins)
467 return ucl_object_typed_new (UCL_NULL); in ucl_test_null()
328 Creates new object of type `UCL_NULL`. This object should be released by caller.344 - `UCL_NULL` - null value