Home
last modified time | relevance | path

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

/freebsd/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 …]
/freebsd/contrib/libucl/src/
H A Ducl_schema.c314 if ((elt->type == UCL_FLOAT || elt->type == UCL_INT) && in ucl_schema_validate_number()
332 else if ((elt->type == UCL_FLOAT || elt->type == UCL_INT) && in ucl_schema_validate_number()
348 else if ((elt->type == UCL_FLOAT || elt->type == UCL_INT) && in ucl_schema_validate_number()
382 if (elt->type == UCL_INT && in ucl_schema_validate_string()
393 else if (elt->type == UCL_INT && in ucl_schema_validate_string()
638 else if (obj->type == UCL_INT && t == UCL_FLOAT) { in ucl_schema_type_is_allowed()
890 if (elt != NULL && elt->type == UCL_INT) { in ucl_schema_validate_values()
906 if (elt != NULL && elt->type == UCL_INT) { in ucl_schema_validate_values()
1054 case UCL_INT: in ucl_schema_validate()
H A Ducl_emitter.c426 case UCL_INT: in ucl_emitter_common_elt()
555 case UCL_INT: in UCL_EMIT_TYPE_IMPL()
H A Ducl_util.c1603 else if (param->type == UCL_INT) {
1728 if (param->type == UCL_INT) {
1834 else if (param->type == UCL_INT) {
3096 obj->type = UCL_INT;
3431 case UCL_INT:
3460 case UCL_INT:
3730 case UCL_INT:
3853 *res = UCL_INT;
3889 case UCL_INT:
H A Ducl_emitter_utils.c477 case UCL_INT: in ucl_object_emit_single_json()
H A Ducl_msgpack.c1381 obj = ucl_object_new_full(UCL_INT, parser->chunks->priority); in ucl_msgpack_parse_int()
H A Ducl_parser.c1039 obj->type = UCL_INT; in ucl_maybe_parse_number()
/freebsd/contrib/libucl/tests/
H A Dtest_generate.c267 assert (ucl_object_type (it_obj) == UCL_INT); in main()
/freebsd/contrib/libucl/include/
H A Ducl.h137 UCL_INT, /**< Integer number */ enumerator
H A Ducl++.h307 obj.reset(ucl_object_typed_new(UCL_INT)); in Ucl()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c252 case UCL_INT: in ucl_object_lua_push_scalar()