Home
last modified time | relevance | path

Searched refs:UCL_INT (Results 1 – 11 of 11) sorted by relevance

/src/usr.sbin/ctld/
H A Duclparse.cc304 if (!num || num.type() != UCL_INT) { in uclparse_target_lun()
360 if (!num || num.type() != UCL_INT) { in uclparse_controller_namespace()
396 if (obj.type() == UCL_INT) in uclparse_toplevel()
405 if (obj.type() == UCL_INT) in uclparse_toplevel()
414 if (obj.type() == UCL_INT) in uclparse_toplevel()
451 if (obj.type() == UCL_INT) in uclparse_toplevel()
460 if (obj.type() == UCL_INT) in uclparse_toplevel()
688 if ((obj.type() != UCL_STRING) && (obj.type() != UCL_INT)) { in uclparse_dscp()
693 if (obj.type() == UCL_INT) in uclparse_dscp()
752 if (obj.type() != UCL_INT) { in uclparse_pcp()
[all …]
/src/contrib/libucl/src/
H A Ducl_schema.c315 if ((elt->type == UCL_FLOAT || elt->type == UCL_INT) && in ucl_schema_validate_number()
333 else if ((elt->type == UCL_FLOAT || elt->type == UCL_INT) && in ucl_schema_validate_number()
349 else if ((elt->type == UCL_FLOAT || elt->type == UCL_INT) && in ucl_schema_validate_number()
383 if (elt->type == UCL_INT && in ucl_schema_validate_string()
394 else if (elt->type == UCL_INT && in ucl_schema_validate_string()
639 else if (obj->type == UCL_INT && t == UCL_FLOAT) { in ucl_schema_type_is_allowed()
891 if (elt != NULL && elt->type == UCL_INT) { in ucl_schema_validate_values()
907 if (elt != NULL && elt->type == UCL_INT) { in ucl_schema_validate_values()
1054 case UCL_INT: in ucl_schema_validate()
H A Ducl_util.c1602 else if (param->type == UCL_INT) {
1731 if (param->type == UCL_INT) {
1838 else if (param->type == UCL_INT) {
3113 obj->type = UCL_INT;
3410 case UCL_INT:
3440 case UCL_INT:
3711 case UCL_INT:
3837 *res = UCL_INT;
3873 case UCL_INT:
H A Ducl_emitter.c431 case UCL_INT: in ucl_emitter_common_elt()
552 case UCL_INT: in UCL_EMIT_TYPE_IMPL()
H A Ducl_emitter_utils.c503 case UCL_INT: in ucl_object_emit_single_json()
H A Ducl_msgpack.c1447 obj = ucl_object_new_full (UCL_INT, parser->chunks->priority); in ucl_msgpack_parse_int()
H A Ducl_parser.c1035 obj->type = UCL_INT; in ucl_maybe_parse_number()
/src/contrib/libucl/tests/
H A Dtest_generate.c267 assert (ucl_object_type (it_obj) == UCL_INT); in main()
/src/contrib/libucl/include/
H A Ducl.h124 UCL_INT, /**< Integer number */ enumerator
H A Ducl++.h291 obj.reset (ucl_object_typed_new (UCL_INT)); in Ucl()
/src/contrib/libucl/lua/
H A Dlua_ucl.c252 case UCL_INT: in ucl_object_lua_push_scalar()