Searched refs:ucl_object_toint (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/ctld/
H A Duclparse.c193 tmp = ucl_object_toint(obj);
219 tmp = ucl_object_toint(num);
255 conf->conf_debug = ucl_object_toint(obj);
264 conf->conf_timeout = ucl_object_toint(obj);
273 conf->conf_maxproc = ucl_object_toint(obj);
313 conf->conf_timeout = ucl_object_toint(obj);
322 conf->conf_timeout = ucl_object_toint(obj);
838 lun_set_blocksize(lun, ucl_object_toint(obj));
893 lun_set_size(lun, ucl_object_toint(obj));
/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_generate.c226 assert (found != NULL && ucl_object_toint (found) == 10);
229 assert (found != NULL && ucl_object_toint (found) == 10);
232 assert (found != NULL && ucl_object_toint (found) == 10);
/freebsd-11-stable/contrib/libucl/utils/
H A Dobjdump.c71 printf ("%svalue: %jd\n", pre, (intmax_t)ucl_object_toint (obj));
/freebsd-11-stable/contrib/libucl/python/src/
H A Duclmodule.c12 return Py_BuildValue ("L", (long long)ucl_object_toint (obj));
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c371 constraint = ucl_object_toint (elt);
382 constraint = ucl_object_toint (elt);
878 constraint = ucl_object_toint (elt);
894 constraint = ucl_object_toint (elt);
H A Ducl_emitter.c405 func->ucl_emitter_append_int (ucl_object_toint (obj), func->ud);
518 ucl_emitter_print_int_msgpack (ctx, ucl_object_toint (obj));
H A Ducl_util.c1394 params.priority = ucl_object_toint (param);
1523 priority = ucl_object_toint (param);
1630 priority = ucl_object_toint (param);
3055 ucl_object_toint (const ucl_object_t *obj) function
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h604 UCL_EXTERN int64_t ucl_object_toint (const ucl_object_t *obj);
1484 #define ucl_obj_toint ucl_object_toint

Completed in 114 milliseconds