Home
last modified time | relevance | path

Searched refs:ErrCodeInternal (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Derrors.go18 ErrCodeInternal ErrCode = 0x2 const
35 ErrCodeInternal: "INTERNAL_ERROR",
Dwrite.go123 return ctx.Framer().WriteRSTStream(hp.StreamID, ErrCodeInternal)
Dtransport.go1109 cc.writeStreamReset(cs.ID, ErrCodeInternal, err)
Dserver.go1696 st.sc.writeFrameFromHandler(FrameWriteRequest{write: streamError(st.id, ErrCodeInternal)})
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp_util.go62 http2.ErrCodeInternal: codes.Internal,
76 codes.Internal: http2.ErrCodeInternal,