Searched defs:writeCountingConn (Results 1 – 2 of 2) sorted by relevance
2118 type writeCountingConn struct { struct2119 net.Conn2122 numWrites int2125 func (wcc *writeCountingConn) Write(data []byte) (int, error) {
773 type writeCountingConn struct { struct774 net.Conn775 count *int778 func (c *writeCountingConn) Write(p []byte) (int, error) {