Searched refs:m_GotTLSGdEntriesMap (Results 1 – 2 of 2) sorted by relevance
413 m_GotTLSGdEntriesMap[key] = pEntry; in recordTLSEntry()434 GotEntryMapType::iterator it = m_GotTLSGdEntriesMap.find(key); in lookupTLSEntry()435 return it == m_GotTLSGdEntriesMap.end() ? nullptr : it->second; in lookupTLSEntry()
213 GotEntryMapType m_GotTLSGdEntriesMap; variable