Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Dclientconn.go990 ac.reconnectIdx = 0 // Start reconnecting from beginning in the new list.
1125 reconnectIdx int // The index in addrs list to start reconnecting from. member
1205 ridx := ac.reconnectIdx
1342 ac.reconnectIdx = i + 1 // Start reconnecting from the next backend in the list.