Lines Matching refs:null

167 	    if (fis != null) {
215 String failed = null;
220 if (loggerClassName != null) {
238 log = null;
246 if (log == null) {
250 if (failed != null) {
268 if (conf == null) {
273 InputStream str = null;
402 private static Random randomWait = null;
406 if (randomWait == null) {
449 return System.getProperty("net.slp.serializedRegURL", null);
489 if (attrList == null || attrList.length() <= 0) {
516 if (values != null && values.size() == 1) {
644 DatagramSocket broadSocket = null; // cached broadcast socket.
648 // interface. If groups is not null, then join all
661 (groups == null ? true:false));
663 if ((groups != null) && (dss instanceof MulticastSocket)) {
687 return null;
699 DatagramSocket castSocket = null;
716 if (broadSocket != null) {
838 private Vector configuredScopes = null;
842 private Vector saConfiguredScopes = null;
846 private Vector saOnlyScopes = null;
900 if (sScopes == null || sScopes.length() <= 0) {
935 private Vector preconfiguredDAs = null;
1030 protected static SLPConfig theSLPConfig = null;
1034 if (theSLPConfig == null) {
1120 if (s != null && s.length() > 0) {
1139 if (broadcastAddress == null) {
1163 if (multicastAddress == null) {
1182 private static Vector interfaces = null;
1186 if (interfaces == null) {
1187 InetAddress iaLocal = null;
1205 if (mcastI == null || mcastI.length() <= 0) {
1274 InetAddress iaLoopback = null;
1478 if (sTimeouts == null || sTimeouts.length() <= 0) {
1483 Vector timeouts = null;
1566 ResourceBundle msgBundle = null;
1633 if (params[i] != null) {
1637 params[i] = "<null>";