Home
last modified time | relevance | path

Searched refs:ucl_object_toint (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libucl/tests/
H A Dtest_generate.c226 assert (found != NULL && ucl_object_toint (found) == 10); in main()
229 assert (found != NULL && ucl_object_toint (found) == 10); in main()
232 assert (found != NULL && ucl_object_toint (found) == 10); in main()
/freebsd/contrib/libucl/src/
H A Ducl_schema.c384 constraint = ucl_object_toint(elt); in ucl_schema_validate_string()
395 constraint = ucl_object_toint(elt); in ucl_schema_validate_string()
891 constraint = ucl_object_toint(elt); in ucl_schema_validate_values()
907 constraint = ucl_object_toint(elt); in ucl_schema_validate_values()
H A Ducl_emitter.c428 func->ucl_emitter_append_int(ucl_object_toint(obj), func->ud); in ucl_emitter_common_elt()
557 ucl_emitter_print_int_msgpack(ctx, ucl_object_toint(obj)); in UCL_EMIT_TYPE_IMPL()
H A Ducl_util.c1605 params.priority = ucl_object_toint(param);
1730 priority = ucl_object_toint(param);
1836 priority = ucl_object_toint(param);
3475 ucl_object_toint(const ucl_object_t *obj) function
/freebsd/contrib/libucl/include/
H A Ducl.h635 UCL_EXTERN int64_t ucl_object_toint(const ucl_object_t *obj);
1653 #define ucl_obj_toint ucl_object_toint