Searched refs:list_cursor (Results 1 – 2 of 2) sorted by relevance
493 struct wl_event_source_timer *list_cursor = NULL, *list_tail = NULL; in wl_timer_heap_dispatch() local504 if (list_cursor == NULL) in wl_timer_heap_dispatch()505 list_cursor = root; in wl_timer_heap_dispatch()524 for (; list_cursor; list_cursor = list_cursor->next_due) { in wl_timer_heap_dispatch()525 if (list_cursor->base.fd != TIMER_REMOVED) in wl_timer_heap_dispatch()526 list_cursor->func(list_cursor->base.data); in wl_timer_heap_dispatch()
313 ByteCursor list_cursor(&load_commands_, big_endian_); in WalkLoadCommands() local320 ByteBuffer command(list_cursor.here(), list_cursor.Available()); in WalkLoadCommands()414 list_cursor.set_here(command.end); in WalkLoadCommands()