Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-private.h109 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data);
Dwayland-util.c383 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data) in wl_map_for_each() function
Dwayland-server.c763 wl_map_for_each(&client->objects, destroy_resource, &serial); in wl_client_destroy()
1743 wl_map_for_each(&client->objects, resource_iterator_helper, &context); in wl_client_for_each_resource()