Home
last modified time | relevance | path

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

/AOO42X/main/sal/osl/unx/
H A Dprofile.c111 sal_uInt32 m_NoEntries; member
533 (NoEntry < pSec->m_NoEntries) && in osl_readProfileString()
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()
736 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString()
888 (NoEntry < pSec->m_NoEntries)) in osl_removeProfileEntry()
892 if (pSec->m_NoEntries == 0) in osl_removeProfileEntry()
982 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
1000 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
[all …]
/AOO42X/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()
656 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString()
775 (NoEntry < pSec->m_NoEntries)) in osl_removeProfileEntry()
779 if (pSec->m_NoEntries == 0) in osl_removeProfileEntry()
840 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
858 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
[all …]
/AOO42X/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()
611 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString()
726 (NoEntry < pSec->m_NoEntries)) in osl_removeProfileEntry()
730 if (pSec->m_NoEntries == 0) in osl_removeProfileEntry()
786 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
804 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
[all …]