Lines Matching refs:nil
41 if err == nil {
119 if x == nil {
130 if outfd == nil {
131 return nil, time.Time{}, ""
135 if err != nil {
150 if v == nil {
153 if v.Error != nil {
161 if v.ID != nil && v.Method != "" && v.Params != nil {
165 } else if v.ID != nil && v.Method == "" && v.Params == nil {
170 if v.Result == nil {
175 } else if v.ID == nil && v.Method != "" && v.Params != nil {
177 if v.Params != nil {
185 tmfmt, v.ID != nil, v.Method, v.Params != nil,
186 v.Result != nil, v.Error != nil, eor)
188 if v.Params != nil {
192 if v.Result != nil {
203 if v == nil {
209 if v.Error != nil { // does this ever happen?
217 if v.ID != nil && v.Method != "" && (v.Params != nil || v.Method == "shutdown") {
220 if v.Params != nil {
225 } else if v.ID != nil && v.Method == "" && v.Params == nil {
230 if v.Result == nil {
235 } else if v.ID == nil && v.Method != "" {
237 if v.Params != nil {
245 tmfmt, v.ID != nil, v.Method, v.Params != nil,
246 v.Result != nil, v.Error != nil, eor)
248 if v.Params != nil {
252 if v.Result != nil {