Searched refs:allow_array (Results 1 – 3 of 3) sorted by relevance
72 const ucl_object_t *obj, bool allow_array);81 bool allow_array);
312 ucl_object_push_lua (lua_State *L, const ucl_object_t *obj, bool allow_array) in ucl_object_push_lua() argument315 allow_array ? LUA_UCL_ALLOW_ARRAY : LUA_UCL_DEFAULT_FLAGS); in ucl_object_push_lua()319 ucl_object_push_lua_filter_nil (lua_State *L, const ucl_object_t *obj, bool allow_array) in ucl_object_push_lua_filter_nil() argument322 allow_array ? (LUA_UCL_ALLOW_ARRAY|LUA_UCL_CONVERT_NIL) : in ucl_object_push_lua_filter_nil()
3601 ucl_object_copy_internal (const ucl_object_t *other, bool allow_array) argument3656 else if (allow_array && other->next != NULL) {