Searched refs:m_entry (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynload.h113 wxPluginManager() : m_entry(NULL) {}
123 bool IsLoaded() const { return m_entry && m_entry->IsLoaded(); }
126 return m_entry->GetSymbol( symbol, success );
143 wxPluginLibrary* m_entry; // Cache our entry in the manifest. member in class:wxPluginManager
H A Darchive.h255 typename Arc::entry_type* m_entry; member in class:wxArchiveIterator::Rep
261 : m_arc(arc), m_entry(entry), m_value(), m_ref(1) { }
263 { delete m_entry; }
284 delete m_entry;
285 m_entry = entry;
291 if (m_entry) {
292 _wxSetArchiveIteratorValue(m_value, m_entry, m_entry);
293 m_entry = NULL;
H A Dzipstrm.h380 virtual wxFileOffset GetLength() const { return m_entry.GetSize(); }
424 wxZipEntry m_entry; member in class:wxZipInputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddynload.cpp337 m_entry = wxPluginManager::LoadLibrary(libname, flags);
344 wxCHECK_RET( m_entry, _T("unloading an invalid wxPluginManager?") );
350 if ( i->second == m_entry )
357 m_entry->UnrefLib();
359 m_entry = NULL;
H A Dzipstrm.cpp1559 wxZipEntryPtr_ entry(new wxZipEntry(m_entry));
1580 size_t size = m_entry.ReadCentral(*m_parent_i_stream, GetConv());
1590 m_entry.SetOffset(m_entry.GetOffset() + m_offsetAdjustment);
1591 m_entry.SetKey(m_entry.GetOffset());
1615 size_t size = m_entry.ReadCentral(*m_parent_i_stream, GetConv());
1621 wxZipEntry *entry = m_weaklinks->GetEntry(m_entry.GetOffset());
1623 entry->SetSystemMadeBy(m_entry.GetSystemMadeBy());
1624 entry->SetVersionMadeBy(m_entry
[all...]

Completed in 104 milliseconds