Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c128 sal_uInt32 m_NoSections; member
353 for ( idx = 0 ; idx < pProfile->m_NoSections ; ++idx ) in osl_closeProfile()
724 pSec = &pProfile->m_Sections[pProfile->m_NoSections - 1]; in osl_writeProfileString()
1075 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
1094 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
1603 for (i = 0; i < pProfile->m_NoSections; i++) in insertLine()
1642 for (i = 0; i < pProfile->m_NoSections; i++) in removeLine()
1739 if (pProfile->m_NoSections >= pProfile->m_MaxSections) in addSection()
1762 pProfile->m_NoSections = 0; in addSection()
1768 pProfile->m_NoSections++; in addSection()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx135 sal_uInt32 m_NoSections; member
347 for ( index = 0 ; index < pProfile->m_NoSections ; ++index ) in osl_closeProfile()
644 pSec = &pProfile->m_Sections[pProfile->m_NoSections - 1]; in osl_writeProfileString()
1114 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
1133 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
1609 for (i = 0; i < pProfile->m_NoSections; i++) in insertLine()
1648 for (i = 0; i < pProfile->m_NoSections; i++) in removeLine()
1745 if (pProfile->m_NoSections >= pProfile->m_MaxSections) in addSection()
1768 pProfile->m_NoSections = 0; in addSection()
1774 pProfile->m_NoSections++; in addSection()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c138 sal_uInt32 m_NoSections; member
354 for ( index = 0 ; index < pProfile->m_NoSections ; ++index ) in osl_closeProfile()
599 pSec = &pProfile->m_Sections[pProfile->m_NoSections - 1]; in osl_writeProfileString()
839 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
858 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
1522 for (i = 0; i < pProfile->m_NoSections; i++) in insertLine()
1556 for (i = 0; i < pProfile->m_NoSections; i++) in removeLine()
1647 if (pProfile->m_NoSections >= pProfile->m_MaxSections) in addSection()
1663 pProfile->m_NoSections = 0; in addSection()
1669 pProfile->m_NoSections++; in addSection()
[all …]