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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp67 m_Cache = NULL;
77 m_Cache = (wxHtmlCacheItem*) realloc(m_Cache, (m_CacheSize + CACHE_INCREMENT) * sizeof(wxHtmlCacheItem));
80 m_Cache[tg].Key = stpos;
92 m_Cache[tg].Name = new wxChar[i+1];
93 memcpy(m_Cache[tg].Name, tagBuffer, (i+1)*sizeof(wxChar));
99 m_Cache[tg].End1 = m_Cache[tg].End2 = -2;
102 if ((m_Cache[i].End1 == -1) && (wxStrcmp(m_Cache[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmltag.h35 wxHtmlCacheItem *m_Cache; member in class:wxHtmlTagsCache
40 wxHtmlTagsCache() : wxObject() {m_CacheSize = 0; m_Cache = NULL;}
42 virtual ~wxHtmlTagsCache() {free(m_Cache);}

Completed in 37 milliseconds