Searched refs:grpc_connectivity_state_watcher (Results 1 – 2 of 2) sorted by relevance
28 typedef struct grpc_connectivity_state_watcher { struct30 struct grpc_connectivity_state_watcher* next; argument35 } grpc_connectivity_state_watcher; argument43 grpc_connectivity_state_watcher* watchers;
58 grpc_connectivity_state_watcher* w; in grpc_connectivity_state_destroy()122 grpc_connectivity_state_watcher* w = tracker->watchers; in grpc_connectivity_state_notify_on_state_change()130 grpc_connectivity_state_watcher* rm_candidate = w->next; in grpc_connectivity_state_notify_on_state_change()145 grpc_connectivity_state_watcher* w = in grpc_connectivity_state_notify_on_state_change()146 static_cast<grpc_connectivity_state_watcher*>(gpr_malloc(sizeof(*w))); in grpc_connectivity_state_notify_on_state_change()161 grpc_connectivity_state_watcher* w; in grpc_connectivity_state_set()