Home
last modified time | relevance | path

Searched refs:regRecs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java2007 STLRecord regRecs = in findServices() local
2013 if (regRecs == null) { in findServices()
2021 BtreeVector bvec = regRecs.attrSort; in findServices()
2039 new InMemoryEvaluator(regRecs.attrValueSort, in findServices()
2040 regRecs.attrSort, in findServices()
2272 STLRecord regRecs = (STLRecord)scopeTypeLangTable.get(sstKey); in findAttributes() local
2276 if (regRecs == null) { in findAttributes()
2282 BtreeVector bvec = regRecs.attrSort; in findAttributes()
2354 STLRecord regRecs = (STLRecord)scopeTypeLangTable.get(sstKey); in getServiceRecordsByScope() local
2358 BtreeVector bvec = regRecs.attrSort; in getServiceRecordsByScope()