Searched refs:m_CacheSize (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmltag.h36 int m_CacheSize; member in class:wxHtmlTagsCache
40 wxHtmlTagsCache() : wxObject() {m_CacheSize = 0; m_Cache = NULL;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp68 m_CacheSize = 0;
76 if (m_CacheSize % CACHE_INCREMENT == 0)
77 m_Cache = (wxHtmlCacheItem*) realloc(m_Cache, (m_CacheSize + CACHE_INCREMENT) * sizeof(wxHtmlCacheItem));
78 int tg = m_CacheSize++;
177 for (int i = 0; i < m_CacheSize; i++)
192 if ( m_CachePos < 0 || m_CachePos == m_CacheSize )

Completed in 195 milliseconds