Searched refs:wl_resource_from_link (Results 1 – 3 of 3) sorted by relevance
433 wl_resource_from_link(struct wl_list *resource);470 for (resource = 0, resource = wl_resource_from_link((list)->next); \472 resource = wl_resource_from_link(wl_resource_get_link(resource)->next))476 resource = wl_resource_from_link((list)->next), \477 tmp = wl_resource_from_link((list)->next->next); \480 tmp = wl_resource_from_link(wl_resource_get_link(resource)->next))
652 wl_resource_from_link(struct wl_list *link) in wl_resource_from_link() function
61 assert(wl_resource_from_link(link) == res); in TEST()