Home
last modified time | relevance | path

Searched refs:WL_MAP_SERVER_SIDE (Results 1 – 7 of 7) sorted by relevance

/third_party/wayland_standard/tests/
Dmap-test.c38 wl_map_init(&map, WL_MAP_SERVER_SIDE); in TEST()
80 wl_map_init(&map, WL_MAP_SERVER_SIDE); in TEST()
108 wl_map_init(&map, WL_MAP_SERVER_SIDE); in TEST()
Dconnection-test.c402 wl_map_init(&objects, WL_MAP_SERVER_SIDE); in demarshal()
483 wl_map_init(&objects, WL_MAP_SERVER_SIDE); in marshal_demarshal()
548 wl_map_init(&objects, WL_MAP_SERVER_SIDE); in expected_fail_demarshal()
Dos-wrappers-test.c255 wl_map_init(&objects, WL_MAP_SERVER_SIDE); in marshal_demarshal()
/third_party/wayland_standard/src/
Dwayland-util.c265 if (map->side == WL_MAP_SERVER_SIDE) in wl_map_reserve_new()
298 if (map->side == WL_MAP_SERVER_SIDE) in wl_map_remove()
Dwayland-private.h45 #define WL_MAP_SERVER_SIDE 0 macro
Dconnection.c872 if (map->side == WL_MAP_SERVER_SIDE) in wl_object_is_zombie()
Dwayland-server.c541 wl_map_init(&client->objects, WL_MAP_SERVER_SIDE); in wl_client_create()