Lines Matching refs:next
59 newWatchProc->next = NULL;
61 while (ptr && ptr->next)
62 ptr = ptr->next;
67 ptr->next = newWatchProc;
80 newWatchedConn->next = NULL;
106 currWatchProc = currWatchProc->next;
111 _IceWatchProc *nextWatchProc = currWatchProc->next;
117 _IceWatchedConnection *nextWatchedConn = watchedConn->next;
125 prevWatchProc->next = nextWatchProc;
147 while (watchedConn && watchedConn->next)
148 watchedConn = watchedConn->next;
151 newWatchedConn->next = NULL;
156 watchedConn->next = newWatchedConn;
161 watchProc = watchProc->next;
182 watchedConn = watchedConn->next;
191 watchProc->watched_connections = watchedConn->next;
193 prev->next = watchedConn->next;
198 watchProc = watchProc->next;