Home
last modified time | relevance | path

Searched refs:m_hIni (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dprofile.c143 HINI m_hIni; member
462 PrfQueryProfileString(pProfile->m_hIni, (PCSZ)pszSection, in osl_readProfileString()
638 PrfWriteProfileString(pProfile->m_hIni, (PCSZ)pszSection, in osl_writeProfileString()
745 PrfWriteProfileString(pProfile->m_hIni, (PCSZ)pszSection, (PCSZ)pszEntry, NULL); in osl_removeProfileEntry()
814 n = PrfQueryProfileString(pProfile->m_hIni, (PCSZ)pszSection, NULL, NULL, in osl_getProfileSectionEntries()
865 n = PrfQueryProfileString(pProfile->m_hIni, NULL, NULL, NULL, in osl_getProfileSections()
1927 pProfile->m_hIni = PrfOpenProfile(NULL, (PCSZ)pszFilename); in acquireProfile()
1928 if (! pProfile->m_hIni) in acquireProfile()
1976 PrfCloseProfile(pProfile->m_hIni); in releaseProfile()

Completed in 32 milliseconds