Lines Matching refs:null

64     protected ServiceStore store = null;
71 static protected SLPConfig conf = null;
75 static protected ServiceTable table = null;
79 static protected AgerThread thrAger = null;
93 if (thrAger != null) {
120 if (conf == null) {
125 if (table == null) {
166 if (serializedURL != null) {
170 if (serStore != null) {
228 ServiceStore serStore = null;
279 Enumeration en = serStore.getServiceRecordsByScope(null);
291 Hashtable urlSig = null;
292 Hashtable attrSig = null;
307 null,
308 null);
368 (msg == null ? "<no message>":msg)});
377 (msg == null ? "<no message>":msg)});
438 if (table != null) {
523 if (urlSig != null) {
528 if (attrSig != null) {
553 if (attrSig != null && urlSig == null) {
564 if (urlSig != null && !fresh) {
587 if (conf.getHasSecurity() && (urlSig == null || attrSig == null)) {
595 (urlSig != null || attrSig != null)) {
746 if (urlSig != null) {
758 if ((urlSig != null) && (tags != null)) {
771 if (conf.getHasSecurity() && urlSig == null) {
778 } else if (!conf.getHasSecurity() && urlSig != null) {
789 if (tags == null) {
810 conf.writeLog((tags == null ? "st_dereg":"st_delattr"),
832 conf.writeLog((tags == null ?
981 boolean hasSignatures = (signatures != null);
992 if (auth == null) {
1080 Vector attributes = null;
1081 Hashtable sig = null;
1086 if (serviceType == null) {
1110 if (sig != null && !req.spi.equals("")) {
1112 if (auth == null) {
1136 (serviceType == null ? surl.getServiceType():
1145 conf.writeLog((serviceType != null ?
1149 (serviceType != null ? serviceType.toString() :
1162 conf.writeLog((serviceType != null ? "st_st_attr_drop":
1167 (serviceType != null ? serviceType.toString() :
1269 null,
1270 null); // we could sign, but we do that later...
1381 // If we didn't find anything, make a null service reply.
1482 return null;
1486 // If the scopes vector is null, then use all configured scopes.
1508 return null;
1515 ServiceURL url = null;
1516 ServiceURL surl = null;
1530 // If none of the URLs matched this interface, then return null.
1532 if (url == null) {
1533 return null;
1568 if (table != null) {
1603 * @param args A potentially null vector of arguments to the
1620 if (msg == null) {