Lines Matching refs:lst
195 x_list *lst; in __glXAquaContextDestroy() local
202 lst = in __glXAquaContextDestroy()
205 lst = x_list_remove(lst, context); in __glXAquaContextDestroy()
207 context->sid), lst); in __glXAquaContextDestroy()
248 x_list *lst; in surface_notify() local
265 lst = in surface_notify()
268 for (; lst != NULL; lst = lst->next) { in surface_notify()
269 context = lst->data; in surface_notify()
308 x_list *lst; in attach() local
328 lst = in attach()
331 if (x_list_find(lst, context) == NULL) { in attach()
332 lst = x_list_prepend(lst, context); in attach()
334 context->sid), lst); in attach()
350 x_list *lst;
360 lst = x_hash_table_lookup(surface_hash, (void *)context->sid,
362 lst = x_list_remove(lst, context);
363 x_hash_table_insert(surface_hash, (void *)context->sid, lst);