Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c111 sal_uInt32 m_NoEntries; member
725 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
733 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
735 if (pSec->m_NoEntries > 0) in osl_writeProfileString()
888 (NoEntry < pSec->m_NoEntries)) in osl_removeProfileEntry()
892 if (pSec->m_NoEntries == 0) in osl_removeProfileEntry()
1610 for (n = 0; n < pSec->m_NoEntries; n++) in insertLine()
1705 pSection->m_NoEntries++; in addEntry()
1719 if (NoEntry < pSection->m_NoEntries) in removeEntry()
1731 pSection->m_NoEntries--; in removeEntry()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx119 sal_uInt32 m_NoEntries; member
485 (NoEntry < pSec->m_NoEntries) && in osl_readProfileString()
645 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
653 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
655 if (pSec->m_NoEntries > 0) in osl_writeProfileString()
775 (NoEntry < pSec->m_NoEntries)) in osl_removeProfileEntry()
779 if (pSec->m_NoEntries == 0) in osl_removeProfileEntry()
1757 pSection->m_NoEntries = 0; in addEntry()
1763 pSection->m_NoEntries++; in addEntry()
1789 pSection->m_NoEntries--; in removeEntry()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c121 sal_uInt32 m_NoEntries; member
445 (NoEntry < pSec->m_NoEntries) && in osl_readProfileString()
600 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
608 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
610 if (pSec->m_NoEntries > 0) in osl_writeProfileString()
726 (NoEntry < pSec->m_NoEntries)) in osl_removeProfileEntry()
730 if (pSec->m_NoEntries == 0) in osl_removeProfileEntry()
1613 pSection->m_NoEntries = 0; in addEntry()
1619 pSection->m_NoEntries++; in addEntry()
1639 pSection->m_NoEntries--; in removeEntry()
[all …]

Completed in 43 milliseconds