Home
last modified time | relevance | path

Searched refs:ucl_object_frombool (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/libucl/tests/
H A Dtest_generate.c138 cur = ucl_object_frombool (true); in main()
162 cur = ucl_object_frombool (true); in main()
H A Dtest_msgpack.c312 ucl_array_append (res, ucl_object_frombool (pcg32_random () % 2)); in ucl_test_boolean()
/freebsd-14.2/contrib/libucl/python/src/
H A Duclmodule.c134 return ucl_object_frombool (obj == Py_True); in _iterate_python()
/freebsd-14.2/contrib/libucl/include/
H A Ducl.h378 UCL_EXTERN ucl_object_t* ucl_object_frombool (bool bv) UCL_WARN_UNUSED_RESULT;
/freebsd-14.2/contrib/libucl/lua/
H A Dlua_ucl.c498 obj = ucl_object_frombool (lua_toboolean (L, idx)); in ucl_object_lua_fromelt()
/freebsd-14.2/contrib/libucl/doc/
H A Dapi.md352 - `ucl_object_frombool` - converts `bool` to UCL object
/freebsd-14.2/contrib/libucl/src/
H A Ducl_util.c3109 ucl_object_frombool (bool bv) function