Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Derrors.go24 ErrCodeCancel ErrCode = 0x8 const
41 ErrCodeCancel: "CANCEL",
Dtransport.go259 cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
900 cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
909 cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
918 cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
1070 cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
1815 cc.fr.WriteRSTStream(cs.ID, ErrCodeCancel)
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp_util.go68 http2.ErrCodeCancel: codes.Canceled,
77 codes.Canceled: http2.ErrCodeCancel,
Dhttp2_client.go634 rstCode = http2.ErrCodeCancel