Lines Matching refs:null

54     private InetAddress interfac = null; // Interface on which request came in.
55 private Socket sock = null; // Socket for incoming stream request.
56 private DatagramPacket packet = null; // Packet for datagram requests.
57 private InetAddress clientAddr = null; // Internet address of the client.
59 private ServiceTable serviceTable = null;
60 private SrvLocMsg toForward = null; // Reg or dereg to forward.
61 private InputStream inStream = null;
62 private OutputStream outStream = null;
71 if (sock != null) sock.close(); in finalize()
77 sock = null; in RequestHandler()
99 Assert.slpassert((sock_in != null), in RequestHandler()
102 Assert.slpassert((config_in != null), in RequestHandler()
129 Assert.slpassert((packet_in != null), in RequestHandler()
132 Assert.slpassert((config_in != null), in RequestHandler()
188 if (sock != null || inStream != null) { in run()
194 if (sock != null) { in run()
220 if (sock != null) { in run()
224 sock = null; in run()
255 there = (inProgress.get(syncTableKey) != null); in run()
293 if (outbuf != null && outbuf.length > 0) { in run()
339 DataInputStream dis = null; in handleStream()
340 DataOutputStream dos = null; in handleStream()
342 if (inStream != null) { in handleStream()
371 if (toForward != null) { in handleStream()
375 toForward = null; in handleStream()
431 DatagramSocket ds = null; in sendDatagramReply()
450 if (toForward != null) { in sendDatagramReply()
454 toForward = null; in sendDatagramReply()
491 if (ds != null) { in sendDatagramReply()
519 if (msg != null) { in handleRequest()
540 if (rply == null) { in handleRequest()
560 rply = null; in handleRequest()
591 if (rply != null) { in handleRequest()
593 ServiceLocationException ex = null; in handleRequest()
612 if (ex != null) { in handleRequest()
616 Assert.slpassert(msg != null, in handleRequest()
635 if (msg != null) { in handleRequest()
669 Assert.slpassert((dis != null), in internalize()
699 SrvLocMsg msg = null; in internalize()
700 SrvLocHeader hdr = null; in internalize()
713 if (hdr == null) { in internalize()
727 return null; in internalize()
746 if ((msg = hdr.parseMsg(dis)) != null) { in internalize()
758 msg = null; in internalize()
766 hdr != null) { in internalize()
913 return null; in dispatch()
977 return null; in dispatch()
1007 return null; in dispatch()
1036 return null; in dispatch()
1061 return null; in dispatchReg()
1071 if (rply != null) { in dispatchReg()
1103 return null; in dispatchDereg()
1113 if (rply != null) { in dispatchDereg()
1147 return null; in dispatchSrvType()
1171 return null; in dispatchSrvType()
1200 return null; in dispatchAttr()
1223 return null; in dispatchAttr()
1238 SrvLocMsg rply = null; in dispatchSrv()
1286 return null; in dispatchSrv()
1313 return null; in dispatchSrv()
1333 if (rply == null && config.traceDrop()) { in dispatchSrv()
1362 return null; in dispatchSrv()
1385 return null; in dispatchSrv()
1397 InetAddress addr = null; in isLocalHostURL()
1431 if ((hdr.previousResponders == null) || in isPreviousResponder()
1438 Enumeration e = null; in isPreviousResponder()