Lines Matching refs:null

75 	Parser.ParserRecord prReturns = null;
76 private Vector scopes = null;
91 if (services.get(surl) == null) {
111 if (sig != null) {
131 private Vector attrTags = null; // tags to match against records
133 private Vector ret = null; // for returns.
145 if (alreadySeen.get(rec) == null) {
172 private Vector records = null; // for returns.
173 private Vector scopes = null; // the scopes we're looking for
185 if (alreadySeen.get(rec) == null) {
188 if (scopes == null) {
220 private Vector records = null; // for returns.
247 ServiceRecordInMemory record = null;
248 List next = null;
249 List prev = null;
266 if (next != null) {
281 if (next != null) {
285 if (prev != null) {
290 prev = null;
291 next = null;
305 Object value = null; // the value for these registrations.
306 List head = new List(null); // head of the list always null,
332 for (l = l.next; l != null; l = l.next) {
469 if (rec == null) {
609 RegRecord rec = null;
620 // If it was null, then delete. But only if we're
624 if (rec.head.next == null) {
662 rec = null;
718 rec = null;
773 if (update && rec == null) {
963 if (ttable == null) {
992 // Get the pattern's class. Pattern will not be null because
1095 private ServiceURL serviceURL = null; // the service URL
1096 private Vector attrList = null; // the attribute list
1097 private Locale locale = null; // the locale
1099 private Vector scopes = null; // the scopes
1100 private Hashtable urlSig = null;
1102 private Hashtable attrSig = null;
1448 while (l != null) {
1512 * @param urlSig auth block Hashtable for URL signature, or null if none.
1513 * @param attrSig auth block Hashtable for URL signature, or null if none.
1534 ServiceRecordInMemory rec = findExistingRecord(url, null, lang);
1538 if (rec != null) {
1539 if (urlSig != null) {
1548 if (rec.urlSig.remove(spi) == null) {
1606 findExistingRecord(url, scopes, null);
1610 if (oldRec == null) {
1621 if (urlSig != null) {
1625 if (oldRec.urlSig.remove(spi) == null) {
1647 deregisterInternal(oldRec.getServiceURL(), scopes, null);
1676 if (oldRec == null) {
1703 locale, null, null);
1749 if (scopeLevel == null) {
1798 if (listVec == null) {
1811 if (ht.get(rec) != null) {
1940 * key returns null. If there are no
1971 Hashtable services = null;
1972 Hashtable signatures = null;
2013 if (regRecs == null) {
2103 Hashtable sig = null;
2138 if (scopeLevel != null) {
2151 if (langLevel == null) {
2161 if (listVec == null) {
2186 if (sig != null) {
2220 * in other locales, null is returned. If there are no registrations
2276 if (regRecs == null) {
2316 * @return The ServiceRecord object, or null if none.
2322 if (URL == null || locale == null) {
2323 return null;
2330 null,
2337 * If scopes is null, then returns all records.
2498 if (scopeLevel == null) {
2509 if (langLevel == null) {
2518 Assert.slpassert(langLevel.get(lang) == null,
2554 if (trec == null) {
2590 if (ttable == null) {
2598 String typeKey = null;
2600 if (values == null) {
2714 if (scopeLangTable == null) {
2728 if (langTable == null) {
2732 // If the locale is non-null, then just deregister from this
2735 if (lang != null) {
2804 Assert.slpassert(regList != null,
2827 // If locale is null, return any. If there are none, return null.
2832 ServiceRecordInMemory rec = null;
2839 if (scopeLevel != null) {
2841 // If scopes is null, then perform the search for all
2845 Enumeration en = null;
2847 if (scopes == null) {
2861 if (langLevel == null) {
2866 Vector listVec = null;
2870 if (lang != null) {
2882 if (listVec == null) {
2926 saveValueIfMatch(attr, null, ht, ret);
2945 // Check the attribute against the pattern. If the pattern is null,
2958 // the pattern is null or it matches the attribute id.
2960 if (attrTag == null || attrTag.match(id)) {
2967 if (values != null) {
3001 if (scopeLevel == null) {
3018 if (scopeLevel.get(scopes.elementAt(i)) == null) {
3047 if (scopeLevel == null) {
3059 Assert.slpassert(localeLevel != null,
3125 if (ht.get(attr.getId().toLowerCase()) == null) {
3222 if (tags == null) {
3223 return null;
3273 if (urlSig != null) {
3279 if (attrSig != null) {
3306 if (langTable == null) {
3319 if (numRegs == null) {
3347 Assert.slpassert(langTable != null,
3357 Assert.slpassert(numRegs != null,
3421 if (langTable == null) {
3431 if (numRegs == null) {