Searched refs:normalSockets (Results 1 – 1 of 1) sorted by relevance
83 normalSockets: make(map[int64]*normalSocket),241 normalSockets map[int64]*normalSocket member282 c.normalSockets[id] = ns313 if v, ok = c.normalSockets[id]; ok {327 if _, ok = c.normalSockets[id]; ok {328 delete(c.normalSockets, id)481 if ns, ok := c.normalSockets[v]; ok {552 if ns, ok := c.normalSockets[id]; ok {