Searched refs:RecvCompress (Results 1 – 4 of 4) sorted by relevance
904 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 {
586 if st := checkRecvPayload(pf, s.RecvCompress(), compressor != nil || dc != nil); st != nil {
528 if ct := a.s.RecvCompress(); ct != "" && ct != encoding.Identity {
250 func (s *Stream) RecvCompress() string { func