Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc3350 channel_data* chand, external_connectivity_watcher* too_remove) { in external_connectivity_watcher_list_remove() argument
3352 lookup_external_connectivity_watcher(chand, too_remove->on_complete)); in external_connectivity_watcher_list_remove()
3354 if (too_remove == chand->external_connectivity_watcher_list_head) { in external_connectivity_watcher_list_remove()
3355 chand->external_connectivity_watcher_list_head = too_remove->next; in external_connectivity_watcher_list_remove()
3362 if (w->next == too_remove) { in external_connectivity_watcher_list_remove()