Searched refs:cachedInfo (Results 1 – 3 of 3) sorted by relevance
761 …ServiceInfoImpl cachedInfo = (ServiceInfoImpl) ((DNSRecord) pointerEntry).getServiceInfo(persisten… in getServiceInfoFromCache() local762 if (cachedInfo != null) { in getServiceInfoFromCache()765 Map<Fields, String> map = cachedInfo.getQualifiedNameMap(); in getServiceInfoFromCache()772 …cachedInfo = new ServiceInfoImpl(map, cachedServiceEntryInfo.getPort(), cachedServiceEntryInfo.get… in getServiceInfoFromCache()782 cachedInfo.addAddress(address); in getServiceInfoFromCache()784 cachedInfo._setText(cachedAddressInfo.getTextBytes()); in getServiceInfoFromCache()792 cachedInfo.addAddress(address); in getServiceInfoFromCache()794 cachedInfo._setText(cachedAddressInfo.getTextBytes()); in getServiceInfoFromCache()797 …DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE… in getServiceInfoFromCache()801 cachedInfo._setText(cachedTextInfo.getTextBytes()); in getServiceInfoFromCache()[all …]
102 if (d1 != frame->cachedInfo) { in OI_SBC_ReadHeader()118 frame->cachedInfo = d1; in OI_SBC_ReadHeader()
150 OI_UINT8 cachedInfo; /**< Information about the previous frame */ member