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

/freebsd-11-stable/contrib/libucl/include/
H A Dlua_ucl.h61 * @param allow_array traverse over implicit arrays
64 const ucl_object_t *obj, bool allow_array);
/freebsd-11-stable/contrib/libucl/lua/
H A Dlua_ucl.c75 static int ucl_object_lua_push_scalar (lua_State *L, const ucl_object_t *obj, bool allow_array);
140 bool allow_array)
146 if (allow_array && obj->next != NULL) {
215 bool allow_array)
219 if (allow_array && obj->next != NULL) {
258 * @function ucl_object_push_lua(L, obj, allow_array)
269 * @param {bool} allow_array expand implicit arrays (should be true for all but partial arrays)
273 ucl_object_push_lua (lua_State *L, const ucl_object_t *obj, bool allow_array) argument
277 return ucl_object_lua_push_object (L, obj, allow_array);
281 return ucl_object_lua_push_scalar (L, obj, allow_array);
139 ucl_object_lua_push_object(lua_State *L, const ucl_object_t *obj, bool allow_array) argument
214 ucl_object_lua_push_scalar(lua_State *L, const ucl_object_t *obj, bool allow_array) argument
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c3201 ucl_object_copy_internal (const ucl_object_t *other, bool allow_array) argument
3254 else if (allow_array && other->next != NULL) {

Completed in 59 milliseconds