Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Dserver.go904 if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
922 } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
961 if st := checkRecvPayload(pf, stream.RecvCompress(), dc != nil || decomp != nil); st != nil {
1116 if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
1134 } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
Drpc_util.go586 if st := checkRecvPayload(pf, s.RecvCompress(), compressor != nil || dc != nil); st != nil {
Dstream.go528 if ct := a.s.RecvCompress(); ct != "" && ct != encoding.Identity {
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dtransport.go250 func (s *Stream) RecvCompress() string { func