Searched refs:ucl_object_todouble_safe (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h582 UCL_EXTERN bool ucl_object_todouble_safe (const ucl_object_t *obj, double *target);
1478 #define ucl_obj_todouble_safe ucl_object_todouble_safe
H A Ducl++.h347 if (ucl_object_todouble_safe(obj.get(), &res)) {
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c3004 ucl_object_todouble_safe (const ucl_object_t *obj, double *target) function
3029 ucl_object_todouble_safe (obj, &result);

Completed in 133 milliseconds