Home | History | Annotate | Download | only in jsonrpc

Lines Matching full:nil

69 	r.Result = nil
70 r.Error = nil
75 if err := c.dec.Decode(&c.resp); err != nil {
86 if c.resp.Error != nil || c.resp.Result == nil {
96 return nil
100 if x == nil {
101 return nil
119 if err != nil {
120 return nil, err