Lines Matching refs:null

53     protected static SLPConfig config = null;
57 protected SrvLocMsg msgOut = null;
61 protected Vector returns = null;
74 protected ServiceLocationException exErr = null;
78 protected InetAddress address = null;
110 Thread multiThread = null;
111 Transact tracon = null;
113 if (multiMsg != null) {
141 ServiceLocationException exx = null;
143 if (daEquivClasses != null) {
154 if (multiThread != null) {
171 if (exx != null) {
184 if (tracon != null && tracon.exErr != null) {
228 if (config == null) {
233 DatagramSocket ds = null;
235 ServiceLocationException exx = null;
236 InetAddress addr = null;
253 if (ds == null) {
312 (msg == null ? "<null>":
318 if (rply == null) {
393 if (ds != null) {
408 * @return The SrvLocMsg returned or null if none.
416 SrvLocMsg rply = null;
484 if (rply == null) {
515 if (config == null) {
520 SrvLocMsg rply = null;
563 return null;
591 Socket s = null;
597 if (s == null) {
626 Socket s = null;
662 s = null;
678 if (s != null && !cacheIt) {
714 // Filter the reply to make sure the xid matches and that it's not null.
722 if (rply == null) {
758 * If null is returned, the function code wasn't recognized,
770 SrvLocMsg msg = null;
771 SrvLocHeader hdr = null;
808 if ((msg = hdr.parseMsg(dis)) != null) {
939 if (ex != null && config.traceDATraffic()) {
1021 Exception xes = null;
1022 DatagramSocket ds = null;
1026 if (config == null) {
1061 ds = null;
1087 if (ds != null) {
1095 if (xes != null) {
1157 if (config == null) {
1164 SrvLocMsg rply = null;
1165 ByteArrayOutputStream baos = null;
1259 if (rply == null) {