Lines Matching refs:hProfile
2019 oslProfile hProfile;
2024 (hProfile = osl_openProfile(Profile, osl_Profile_READLOCK)))
2026 osl_getProfileSectionEntries(hProfile, SVERSION_SECTION,
2034 osl_readProfileString(hProfile, SVERSION_SECTION, pChr,
2043 osl_closeProfile(hProfile);
2050 (hProfile = osl_openProfile(Profile, osl_Profile_READLOCK)))
2052 osl_getProfileSectionEntries(hProfile, SVERSION_SECTION,
2060 osl_readProfileString(hProfile, SVERSION_SECTION, pChr,
2069 osl_closeProfile(hProfile);
2196 oslProfile hProfile;
2204 (hProfile = osl_openProfile(Profile, osl_Profile_READLOCK)))
2212 osl_readProfileString(hProfile, SVERSION_SECTION, Product,
2220 osl_readProfileString(hProfile, SVERSION_SECTION, Product,
2223 osl_closeProfile(hProfile);
2229 (hProfile = osl_openProfile(Profile, osl_Profile_READLOCK)))
2234 osl_readProfileString(hProfile, SVERSION_SECTION, Product,
2242 osl_readProfileString(hProfile, SVERSION_SECTION, Product,
2246 osl_closeProfile(hProfile);
2251 osl_closeProfile(hProfile);