Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Dstream.go303 attempt: &csAttempt{
353 attempt *csAttempt // the active client stream attempt
359 type csAttempt struct { struct
443 func (a *csAttempt) context() context.Context { argument
447 func (a *csAttempt) header() (metadata.MD, error) { argument
451 func (a *csAttempt) trailer() metadata.MD { argument
455 func (a *csAttempt) sendMsg(m interface{}) (err error) { argument
512 func (a *csAttempt) recvMsg(m interface{}) (err error) { argument
582 func (a *csAttempt) closeSend() { argument
594 func (a *csAttempt) finish(err error) { argument