Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-util.h292 wl_list_insert_list(struct wl_list *list, struct wl_list *other);
Dwayland-util.c84 wl_list_insert_list(struct wl_list *list, struct wl_list *other) in wl_list_insert_list() function
/external/wayland/tests/
Dlist-test.c177 wl_list_insert_list(list.next, &other); in TEST()