Home
last modified time | relevance | path

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

/src/contrib/libucl/include/ !
H A Dlua_ucl.h72 const ucl_object_t *obj, bool allow_array);
81 bool allow_array);
/src/contrib/libucl/lua/ !
H A Dlua_ucl.c312 ucl_object_push_lua (lua_State *L, const ucl_object_t *obj, bool allow_array) in ucl_object_push_lua() argument
315 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() argument
322 allow_array ? (LUA_UCL_ALLOW_ARRAY|LUA_UCL_CONVERT_NIL) : in ucl_object_push_lua_filter_nil()
/src/contrib/libucl/src/ !
H A Ducl_util.c3601 ucl_object_copy_internal (const ucl_object_t *other, bool allow_array) argument
3656 else if (allow_array && other->next != NULL) {