Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_server.go56 type http2Server struct { struct
203 t := &http2Server{
288 func (t *http2Server) operateHeaders(frame *http2.MetaHeadersFrame, handle func(*Stream), traceCtx … argument
431 func (t *http2Server) HandleStreams(handle func(*Stream), traceCtx func(context.Context, string) co… argument
486 func (t *http2Server) getStream(f http2.Frame) (*Stream, bool) { argument
504 func (t *http2Server) adjustWindow(s *Stream, n uint32) { argument
514 func (t *http2Server) updateWindow(s *Stream, n uint32) { argument
525 func (t *http2Server) updateFlowControl(n uint32) { argument
547 func (t *http2Server) handleData(f *http2.DataFrame) { argument
609 func (t *http2Server) handleRSTStream(f *http2.RSTStreamFrame) { argument
[all …]