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();
77 sock = null;
99 Assert.slpassert((sock_in != null),
102 Assert.slpassert((config_in != null),
129 Assert.slpassert((packet_in != null),
132 Assert.slpassert((config_in != null),
188 if (sock != null || inStream != null) {
194 if (sock != null) {
220 if (sock != null) {
224 sock = null;
255 there = (inProgress.get(syncTableKey) != null);
293 if (outbuf != null && outbuf.length > 0) {
339 DataInputStream dis = null;
340 DataOutputStream dos = null;
342 if (inStream != null) {
371 if (toForward != null) {
375 toForward = null;
431 DatagramSocket ds = null;
450 if (toForward != null) {
454 toForward = null;
491 if (ds != null) {
519 if (msg != null) {
540 if (rply == null) {
560 rply = null;
586 // Reply to the client if necessary. Note that if the reply is null
591 if (rply != null) {
593 ServiceLocationException ex = null;
612 if (ex != null) {
616 Assert.slpassert(msg != null,
633 String xidStr = "<null message>";
635 if (msg != null) {
658 * If null is returned, it means that the function code was
669 Assert.slpassert((dis != null),
699 SrvLocMsg msg = null;
700 SrvLocHeader hdr = null;
713 if (hdr == null) {
727 return null;
746 if ((msg = hdr.parseMsg(dis)) != null) {
758 msg = null;
761 // return null cause we don't need to return anything or
766 hdr != null) {
818 * @return A SrvLocMsg object to reply with, or null if no reply.
913 return null;
977 return null;
1007 return null;
1036 return null;
1061 return null;
1071 if (rply != null) {
1103 return null;
1113 if (rply != null) {
1147 return null;
1154 // Filter multicast replies to remove null and error returns.
1171 return null;
1200 return null;
1207 // Filter multicast replies to remove null and error returns.
1223 return null;
1238 SrvLocMsg rply = null;
1269 // by returning null.
1286 return null;
1313 return null;
1333 if (rply == null && config.traceDrop()) {
1362 return null;
1369 // Filter multicast replies to remove null and error returns.
1385 return null;
1397 InetAddress addr = null;
1431 if ((hdr.previousResponders == null) ||
1438 Enumeration e = null;