HomeSort by relevance Sort by last modified time
    Searched refs:NewIncomingContext (Results 1 - 3 of 3) sorted by null

  /external/syzkaller/vendor/google.golang.org/grpc/metadata/
metadata.go 140 // NewIncomingContext creates a new context with incoming md attached.
141 func NewIncomingContext(ctx context.Context, md MD) context.Context {
  /external/syzkaller/vendor/google.golang.org/grpc/transport/
handler_server.go 356 ctx = metadata.NewIncomingContext(ctx, ht.headerMD)
http2_server.go 334 s.ctx = metadata.NewIncomingContext(s.ctx, state.mdata)
    [all...]

Completed in 1922 milliseconds