Lines Matching refs:osl_TProfileSection

122 } osl_TProfileSection;  typedef
139 osl_TProfileSection* m_Sections;
159 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection,
162 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection,
164 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry);
166 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection…
167 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section,
461 osl_TProfileSection* pSec; in osl_readProfileString()
604 osl_TProfileSection* pSec; in osl_writeProfileString()
751 osl_TProfileSection* pSec; in osl_removeProfileEntry()
814 osl_TProfileSection* pSec; in osl_getProfileSectionEntries()
1104 osl_TProfileSection* pSec; in osl_getProfileSections()
1654 osl_TProfileSection* pSec; in insertLine()
1690 osl_TProfileSection* pSec; in removeLine()
1723 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection, in setEntry()
1735 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection, in addEntry()
1775 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry) in removeEntry()
1802 …pProfile->m_Sections = (osl_TProfileSection *)calloc(pProfile->m_MaxSections, sizeof(osl_TProfileS… in addSection()
1810 pProfile->m_Sections = (osl_TProfileSection *)realloc(pProfile->m_Sections, in addSection()
1811 pProfile->m_MaxSections * sizeof(osl_TProfileSection)); in addSection()
1844 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection) in removeSection()
1855 (pProfile->m_NoSections - Section - 1) * sizeof(osl_TProfileSection)); in removeSection()
1859 (pProfile->m_MaxSections - pProfile->m_NoSections) * sizeof(osl_TProfileSection)); in removeSection()
1873 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section, in findEntry()
1880 osl_TProfileSection* pSec = NULL; in findEntry()