Home
last modified time | relevance | path

Searched refs:wl_map_lookup_flags (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/tests/
H A Dmap-test.c117 assert(wl_map_lookup_flags(&map, i) == 0); in TEST()
118 assert(wl_map_lookup_flags(&map, j) == 1); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/src/
H A Dwayland-private.h102 wl_map_lookup_flags(struct wl_map *map, uint32_t i);
H A Dwayland-util.c339 wl_map_lookup_flags(struct wl_map *map, uint32_t i) in wl_map_lookup_flags() function
H A Dwayland-server.c376 resource_flags = wl_map_lookup_flags(&client->objects, p[0]); in wl_client_connection_data()
706 if (wl_map_lookup_flags(map, id) & WL_MAP_ENTRY_LEGACY) in resource_is_deprecated()
740 flags = wl_map_lookup_flags(&client->objects, id); in wl_resource_destroy()
H A Dconnection.c879 flags = wl_map_lookup_flags(map, id); in wl_object_is_zombie()