Lines Matching refs:osl_TProfileSection
124 } osl_TProfileSection; typedef
142 osl_TProfileSection* m_Sections;
165 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection,
168 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection,
170 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry);
172 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection);
173 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section,
421 osl_TProfileSection* pSec; in osl_readProfileString()
559 osl_TProfileSection* pSec; in osl_writeProfileString()
702 osl_TProfileSection* pSec; in osl_removeProfileEntry()
760 osl_TProfileSection* pSec; in osl_getProfileSectionEntries()
829 osl_TProfileSection* pSec; in osl_getProfileSections()
1516 osl_TProfileSection* pSec; in insertLine()
1550 osl_TProfileSection* pSec; in removeLine()
1579 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection, in setEntry()
1591 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection, in addEntry()
1631 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry) in removeEntry()
1652 …pProfile->m_Sections = (osl_TProfileSection *)malloc(pProfile->m_MaxSections * sizeof(osl_TProfile… in addSection()
1657 pProfile->m_Sections = (osl_TProfileSection *)realloc(pProfile->m_Sections, in addSection()
1658 pProfile->m_MaxSections * sizeof(osl_TProfileSection)); in addSection()
1683 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection) in removeSection()
1693 (pProfile->m_NoSections - Section - 1) * sizeof(osl_TProfileSection)); in removeSection()
1706 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section, in findEntry()
1713 osl_TProfileSection* pSec; in findEntry()