Home
last modified time | relevance | path

Searched refs:wl_resource_from_link (Results 1 – 4 of 4) sorted by relevance

/external/wayland/src/
Dwayland-server-core.h554 wl_resource_from_link(struct wl_list *resource);
594 for (resource = 0, resource = wl_resource_from_link((list)->next); \
596 resource = wl_resource_from_link(wl_resource_get_link(resource)->next))
600 resource = wl_resource_from_link((list)->next), \
601 tmp = wl_resource_from_link((list)->next->next); \
604 tmp = wl_resource_from_link(wl_resource_get_link(resource)->next))
Dwayland-server.c767 wl_resource_from_link(struct wl_list *link) in wl_resource_from_link() function
/external/wayland/tests/
Dresources-test.c61 assert(wl_resource_from_link(link) == res); in TEST()
/external/wayland/patches/
D0003-client-server-Safe-casts-from-wl_object.diff83 for (resource = 0, resource = wl_resource_from_link((list)->next); \