Searched refs:ucl_object_frombool (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_generate.c138 cur = ucl_object_frombool (true);
162 cur = ucl_object_frombool (true);
H A Dtest_msgpack.c312 ucl_array_append (res, ucl_object_frombool (pcg32_random () % 2));
/freebsd-11-stable/contrib/libucl/python/src/
H A Duclmodule.c133 return ucl_object_frombool (obj == Py_True);
/freebsd-11-stable/contrib/libucl/lua/
H A Dlua_ucl.c393 obj = ucl_object_frombool (lua_toboolean (L, idx));
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h375 UCL_EXTERN ucl_object_t* ucl_object_frombool (bool bv) UCL_WARN_UNUSED_RESULT;
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c2757 ucl_object_frombool (bool bv) function

Completed in 128 milliseconds