Lines Matching refs:osl_TProfileImpl
144 } osl_TProfileImpl; typedef
162 static const sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line);
163 static const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 Line…
164 static void removeLine(osl_TProfileImpl* pProfile, sal_uInt32 LineNo);
165 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection,
168 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection,
171 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3…
172 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection);
173 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section,
175 static sal_Bool loadProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile);
176 static sal_Bool storeProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile, sal_Bool bCleanup);
177 static osl_TProfileImpl* acquireProfile(oslProfile Profile, sal_Bool bWriteable);
178 static sal_Bool releaseProfile(osl_TProfileImpl* pProfile);
198 osl_TProfileImpl* pProfile; in osl_openProfile()
260 pProfile = (osl_TProfileImpl*)calloc(1, sizeof(osl_TProfileImpl)); in osl_openProfile()
287 osl_TProfileImpl* pProfile = (osl_TProfileImpl*)Profile; in osl_closeProfile()
375 osl_TProfileImpl* pProfile = (osl_TProfileImpl*) Profile; in osl_flushProfile()
422 osl_TProfileImpl* pProfile = 0; in osl_readProfileString()
560 osl_TProfileImpl* pProfile = 0; in osl_writeProfileString()
703 osl_TProfileImpl* pProfile = 0; in osl_removeProfileEntry()
761 osl_TProfileImpl* pProfile = 0; in osl_getProfileSectionEntries()
830 osl_TProfileImpl* pProfile = acquireProfile(Profile, sal_False); in osl_getProfileSections()
1456 static const sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line) in addLine()
1486 static const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 Line… in insertLine()
1542 static void removeLine(osl_TProfileImpl* pProfile, sal_uInt32 LineNo) 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()
1645 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3… in addSection()
1683 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection) in removeSection()
1706 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section, in findEntry()
1759 static sal_Bool loadProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile) in loadProfile()
1811 static sal_Bool storeProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile, sal_Bool bCleanup) in storeProfile()
1848 static osl_TProfileImpl* acquireProfile(oslProfile Profile, sal_Bool bWriteable) in acquireProfile()
1850 osl_TProfileImpl* pProfile = (osl_TProfileImpl*)Profile; in acquireProfile()
1871 if ((pProfile = (osl_TProfileImpl*)osl_openProfile(NULL, PFlags)) != NULL ) in acquireProfile()
1936 static sal_Bool releaseProfile(osl_TProfileImpl* pProfile) in releaseProfile()