type crypto/tls.QUICEvent
14 uses
crypto/tls (current package)
quic.go#L100: type QUICEvent struct {
quic.go#L115: events []QUICEvent
quic.go#L122: eventArr [8]QUICEvent
quic.go#L186: func (q *QUICConn) NextEvent() QUICEvent {
quic.go#L196: return QUICEvent{Kind: QUICNoEvent}
quic.go#L199: qs.events[qs.nextEvent] = QUICEvent{} // zero out references to data
quic.go#L327: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L336: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L345: var last *QUICEvent
quic.go#L350: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L360: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L368: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L381: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L387: c.quic.events = append(c.quic.events, QUICEvent{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |