Lines Matching +defs:array +defs:map
96 wl_array_init(struct wl_array *array) in wl_array_init()
102 wl_array_release(struct wl_array *array) in wl_array_release()
109 wl_array_add(struct wl_array *array, size_t size) in wl_array_add()
141 wl_array_copy(struct wl_array *array, struct wl_array *source) in wl_array_copy()
179 wl_map_init(struct wl_map *map, uint32_t side) in wl_map_init()
186 wl_map_release(struct wl_map *map) in wl_map_release()
193 wl_map_insert_new(struct wl_map *map, uint32_t flags, void *data) in wl_map_insert_new()
225 wl_map_insert_at(struct wl_map *map, uint32_t flags, uint32_t i, void *data) in wl_map_insert_at()
253 wl_map_reserve_new(struct wl_map *map, uint32_t i) in wl_map_reserve_new()
292 wl_map_remove(struct wl_map *map, uint32_t i) in wl_map_remove()
316 wl_map_lookup(struct wl_map *map, uint32_t i) in wl_map_lookup()
339 wl_map_lookup_flags(struct wl_map *map, uint32_t i) in wl_map_lookup_flags()
381 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data) in wl_map_for_each()