Lines Matching refs:m_MaxSections
136 sal_uInt32 m_MaxSections; member
1797 if (pProfile->m_NoSections >= pProfile->m_MaxSections) in addSection()
1801 pProfile->m_MaxSections = SECTIONS_INI; in addSection()
1802 …pProfile->m_Sections = (osl_TProfileSection *)calloc(pProfile->m_MaxSections, sizeof(osl_TProfileS… in addSection()
1807 unsigned int oldmax=pProfile->m_MaxSections; in addSection()
1809 pProfile->m_MaxSections += SECTIONS_ADD; in addSection()
1811 pProfile->m_MaxSections * sizeof(osl_TProfileSection)); in addSection()
1812 for ( index = oldmax ; index < pProfile->m_MaxSections ; ++index ) in addSection()
1821 pProfile->m_MaxSections = 0; in addSection()
1859 (pProfile->m_MaxSections - pProfile->m_NoSections) * sizeof(osl_TProfileSection)); in removeSection()
2055 pProfile->m_MaxSections = 0; in storeProfile()