Home
last modified time | relevance | path

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

/freebsd/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/contrib/libucl/include/
H A Ducl.h378 UCL_EXTERN ucl_object_t* ucl_object_frombool (bool bv) UCL_WARN_UNUSED_RESULT;
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c513 obj = ucl_object_frombool (lua_toboolean (L, idx)); in ucl_object_lua_fromelt()
/freebsd/contrib/libucl/src/
H A Ducl_util.c3135 ucl_object_frombool (bool bv) function