Searched refs:ucl_object_compare (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h570 return ucl_object_compare (obj.get(), rhs.obj.get ()) == 0;
574 return ucl_object_compare (obj.get(), rhs.obj.get ()) < 0;
H A Ducl.h761 UCL_EXTERN int ucl_object_compare (const ucl_object_t *o1,
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c430 return ucl_object_compare (o1, o2);
656 if (ucl_object_compare (elt, obj) == 0) {
H A Ducl_util.c3289 ucl_object_compare (const ucl_object_t *o1, const ucl_object_t *o2) function
3334 ret = ucl_object_compare (it1, it2);
3353 ret = ucl_object_compare (it1, it2);
3375 return ucl_object_compare (*o1, *o2);

Completed in 69 milliseconds