Lines Matching refs:osl_TProfileSection
114 } osl_TProfileSection; typedef
131 osl_TProfileSection* m_Sections;
153 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection,
156 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection,
158 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry);
160 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection);
161 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section,
490 osl_TProfileSection* pSec; in osl_readProfileString()
653 osl_TProfileSection* pSec; in osl_writeProfileString()
841 osl_TProfileSection* pSec; in osl_removeProfileEntry()
927 osl_TProfileSection* pSec; in osl_getProfileSectionEntries()
1028 osl_TProfileSection* pSec; in osl_getProfileSections()
1596 osl_TProfileSection* pSec; in insertLine()
1632 osl_TProfileSection* pSec; in removeLine()
1665 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection, in setEntry()
1677 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection, in addEntry()
1717 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry) in removeEntry()
1744 pProfile->m_Sections = calloc(pProfile->m_MaxSections, sizeof(osl_TProfileSection)); in addSection()
1752 pProfile->m_Sections = (osl_TProfileSection *)realloc(pProfile->m_Sections, in addSection()
1753 pProfile->m_MaxSections * sizeof(osl_TProfileSection)); in addSection()
1785 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection) in removeSection()
1796 (pProfile->m_NoSections - Section - 1) * sizeof(osl_TProfileSection)); in removeSection()
1800 … (pProfile->m_MaxSections - pProfile->m_NoSections) * sizeof(osl_TProfileSection)); in removeSection()
1814 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section, in findEntry()
1821 osl_TProfileSection* pSec=0; in findEntry()