type crypto/tls.QUICEvent
16 uses
crypto/tls (current package)
quic.go#L126: type QUICEvent struct {
quic.go#L144: events []QUICEvent
quic.go#L151: eventArr [8]QUICEvent
quic.go#L220: func (q *QUICConn) NextEvent() QUICEvent {
quic.go#L235: return QUICEvent{Kind: QUICNoEvent}
quic.go#L238: qs.events[qs.nextEvent] = QUICEvent{} // zero out references to data
quic.go#L385: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L394: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L403: var last *QUICEvent
quic.go#L408: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L418: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L432: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L439: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L447: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L460: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L466: c.quic.events = append(c.quic.events, QUICEvent{
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |