Home
last modified time | relevance | path

Searched refs:m_MaxSections (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dprofile.c129 sal_uInt32 m_MaxSections; member
1739 if (pProfile->m_NoSections >= pProfile->m_MaxSections) in addSection()
1743 pProfile->m_MaxSections = SECTIONS_INI; in addSection()
1744 …pProfile->m_Sections = (osl_TProfileSection *)calloc(pProfile->m_MaxSections, sizeof(osl_TProfileS… in addSection()
1749 unsigned int oldmax=pProfile->m_MaxSections; in addSection()
1751 pProfile->m_MaxSections += SECTIONS_ADD; in addSection()
1753 pProfile->m_MaxSections * sizeof(osl_TProfileSection)); in addSection()
1754 for ( idx = oldmax ; idx < pProfile->m_MaxSections ; ++idx ) in addSection()
1763 pProfile->m_MaxSections = 0; in addSection()
1800 … (pProfile->m_MaxSections - pProfile->m_NoSections) * sizeof(osl_TProfileSection)); in removeSection()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx136 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()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c139 sal_uInt32 m_MaxSections; member
1647 if (pProfile->m_NoSections >= pProfile->m_MaxSections) in addSection()
1651 pProfile->m_MaxSections = SECTIONS_INI; in addSection()
1652 …pProfile->m_Sections = (osl_TProfileSection *)malloc(pProfile->m_MaxSections * sizeof(osl_TProfile… in addSection()
1656 pProfile->m_MaxSections += SECTIONS_ADD; in addSection()
1658 pProfile->m_MaxSections * sizeof(osl_TProfileSection)); in addSection()
1664 pProfile->m_MaxSections = 0; in addSection()
1841 pProfile->m_MaxSections = 0; in storeProfile()

Completed in 42 milliseconds