Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Duclparse.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()
949 lun_set_blocksize(lun, ucl_object_toint(obj)); in uclparse_lun()
[all …]
/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/haskell/
H A Dhucl.hs32 foreign import ccall "ucl_object_toint" ucl_object_toint :: UCLObjectHandle -> CInt
98 |n==ucl_INT = MSG.ObjectInt $ fromEnum $ ucl_object_toint obj
/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.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()
H A Ducl_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/contrib/libucl/utils/
H A Dobjdump.c74 printf ("%svalue: %jd\n", pre, (intmax_t)ucl_object_toint (obj)); in ucl_obj_dump()
/freebsd/contrib/libucl/include/
H A Ducl.h622 UCL_EXTERN int64_t ucl_object_toint (const ucl_object_t *obj);
1640 #define ucl_obj_toint ucl_object_toint
/freebsd/contrib/libucl/python/src/
H A Duclmodule.c12 return Py_BuildValue ("L", (long long)ucl_object_toint (obj)); in _basic_ucl_type()
/freebsd/contrib/libucl/doc/
H A Dapi.md310 - `ucl_object_toint` - returns `int64_t` of UCL object