Lines Matching refs:m_NoEntries
119 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()
1668 for (n = 0; n < pSec->m_NoEntries; n++) in insertLine()
1707 for (n = 0; n < pSec->m_NoEntries; n++) in removeLine()
1740 if (pSection->m_NoEntries >= pSection->m_MaxEntries) in addEntry()
1757 pSection->m_NoEntries = 0; in addEntry()
1763 pSection->m_NoEntries++; in addEntry()
1766 setEntry(pProfile, pSection, pSection->m_NoEntries - 1, Line, in addEntry()
1777 if (NoEntry < pSection->m_NoEntries) in removeEntry()
1779 if (pSection->m_NoEntries - NoEntry > 1) in removeEntry()
1783 (pSection->m_NoEntries - NoEntry - 1) * sizeof(osl_TProfileEntry)); in removeEntry()
1784 pSection->m_Entries[pSection->m_NoEntries - 1].m_Line=0; in removeEntry()
1785 pSection->m_Entries[pSection->m_NoEntries - 1].m_Offset=0; in removeEntry()
1786 pSection->m_Entries[pSection->m_NoEntries - 1].m_Len=0; in removeEntry()
1789 pSection->m_NoEntries--; in removeEntry()
1833 pProfile->m_Sections[pProfile->m_NoSections - 1].m_NoEntries = 0; in addSection()
1905 *pNoEntry = pSec->m_NoEntries; in findEntry()
1907 for (i = 0; i < pSec->m_NoEntries; i++) in findEntry()