Searched refs:watchedConn (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/libICE/dist/src/ | ||
| H A D | watch.c | 112 _IceWatchedConnection *watchedConn; local in function:IceRemoveConnectionWatch 114 watchedConn = currWatchProc->watched_connections; 115 while (watchedConn) 117 _IceWatchedConnection *nextWatchedConn = watchedConn->next; 118 free (watchedConn); 119 watchedConn = nextWatchedConn; 144 _IceWatchedConnection *watchedConn; local in function:_IceConnectionOpened 146 watchedConn = watchProc->watched_connections; 147 while (watchedConn && watchedConn 176 _IceWatchedConnection *watchedConn = watchProc->watched_connections; local in function:_IceConnectionClosed [all...] |
Completed in 1 milliseconds