Lines Matching refs:m_NoEntries

111     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()
1610 for (n = 0; n < pSec->m_NoEntries; n++) in insertLine()
1649 for (n = 0; n < pSec->m_NoEntries; n++) in removeLine()
1682 if (pSection->m_NoEntries >= pSection->m_MaxEntries) in addEntry()
1699 pSection->m_NoEntries = 0; in addEntry()
1705 pSection->m_NoEntries++; in addEntry()
1708 setEntry(pProfile, pSection, pSection->m_NoEntries - 1, Line, in addEntry()
1719 if (NoEntry < pSection->m_NoEntries) in removeEntry()
1721 if (pSection->m_NoEntries - NoEntry > 1) in removeEntry()
1725 (pSection->m_NoEntries - NoEntry - 1) * sizeof(osl_TProfileEntry)); in removeEntry()
1726 pSection->m_Entries[pSection->m_NoEntries - 1].m_Line=0; in removeEntry()
1727 pSection->m_Entries[pSection->m_NoEntries - 1].m_Offset=0; in removeEntry()
1728 pSection->m_Entries[pSection->m_NoEntries - 1].m_Len=0; in removeEntry()
1731 pSection->m_NoEntries--; in removeEntry()
1775 pProfile->m_Sections[pProfile->m_NoSections - 1].m_NoEntries = 0; in addSection()
1844 *pNoEntry = pSec->m_NoEntries; in findEntry()
1846 for (i = 0; i < pSec->m_NoEntries; i++) in findEntry()