Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ctld/
HDuclparse.c195 tmp = ucl_object_toint(obj); in uclparse_target_lun()
221 tmp = ucl_object_toint(num); in uclparse_target_lun()
257 conf->conf_debug = ucl_object_toint(obj); in uclparse_toplevel()
266 conf->conf_timeout = ucl_object_toint(obj); in uclparse_toplevel()
275 conf->conf_maxproc = ucl_object_toint(obj); in uclparse_toplevel()
315 conf->conf_timeout = ucl_object_toint(obj); in uclparse_toplevel()
324 conf->conf_timeout = ucl_object_toint(obj); in uclparse_toplevel()
620 portal_group->pg_dscp = ucl_object_toint(obj); in uclparse_portal_group()
682 portal_group->pg_pcp = ucl_object_toint(obj); in uclparse_portal_group()
918 lun_set_blocksize(lun, ucl_object_toint(obj)); in uclparse_lun()
[all …]
/freebsd-14-stable/contrib/libucl/tests/
HDtest_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-14-stable/contrib/libucl/haskell/
HDhucl.hs32 foreign import ccall "ucl_object_toint" ucl_object_toint :: UCLObjectHandle -> CInt
98 |n==ucl_INT = MSG.ObjectInt $ fromEnum $ ucl_object_toint obj
/freebsd-14-stable/contrib/libucl/src/
HDucl_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()
HDucl_emitter.c405 func->ucl_emitter_append_int (ucl_object_toint (obj), func->ud); in ucl_emitter_common_elt()
526 ucl_emitter_print_int_msgpack (ctx, ucl_object_toint (obj)); in UCL_EMIT_TYPE_IMPL()
HDucl_util.c1578 params.priority = ucl_object_toint (param);
1712 priority = ucl_object_toint (param);
1820 priority = ucl_object_toint (param);
3429 ucl_object_toint (const ucl_object_t *obj) function
/freebsd-14-stable/contrib/libucl/utils/
HDobjdump.c74 printf ("%svalue: %jd\n", pre, (intmax_t)ucl_object_toint (obj)); in ucl_obj_dump()
/freebsd-14-stable/contrib/libucl/include/
HDucl.h622 UCL_EXTERN int64_t ucl_object_toint (const ucl_object_t *obj);
1640 #define ucl_obj_toint ucl_object_toint
/freebsd-14-stable/contrib/libucl/python/src/
HDuclmodule.c12 return Py_BuildValue ("L", (long long)ucl_object_toint (obj)); in _basic_ucl_type()
/freebsd-14-stable/contrib/libucl/doc/
HDapi.md310 - `ucl_object_toint` - returns `int64_t` of UCL object