Home
last modified time | relevance | path

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

/AOO42X/main/sal/osl/unx/
H A Dprofile.c490 osl_TProfileSection* pSec; in osl_readProfileString() local
532 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_readProfileString()
533 (NoEntry < pSec->m_NoEntries) && in osl_readProfileString()
534 ((pStr = strchr(pProfile->m_Lines[pSec->m_Entries[NoEntry].m_Line], in osl_readProfileString()
653 osl_TProfileSection* pSec; in osl_writeProfileString() local
698 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString()
724 pSec = &pProfile->m_Sections[pProfile->m_NoSections - 1]; in osl_writeProfileString()
725 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
733 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
735 if (pSec->m_NoEntries > 0) in osl_writeProfileString()
[all …]
/AOO42X/main/sal/osl/os2/
H A Dprofile.c421 osl_TProfileSection* pSec; in osl_readProfileString() local
444 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_readProfileString()
445 (NoEntry < pSec->m_NoEntries) && in osl_readProfileString()
446 ((pStr = strchr(pProfile->m_Lines[pSec->m_Entries[NoEntry].m_Line], in osl_readProfileString()
559 osl_TProfileSection* pSec; in osl_writeProfileString() local
579 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString()
599 pSec = &pProfile->m_Sections[pProfile->m_NoSections - 1]; in osl_writeProfileString()
600 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
608 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
610 if (pSec->m_NoEntries > 0) in osl_writeProfileString()
[all …]
/AOO42X/main/sal/osl/w32/
H A Dprofile.cxx461 osl_TProfileSection* pSec; in osl_readProfileString() local
484 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_readProfileString()
485 (NoEntry < pSec->m_NoEntries) && in osl_readProfileString()
486 ((pStr = strchr(pProfile->m_Lines[pSec->m_Entries[NoEntry].m_Line], in osl_readProfileString()
604 osl_TProfileSection* pSec; in osl_writeProfileString() local
624 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString()
644 pSec = &pProfile->m_Sections[pProfile->m_NoSections - 1]; in osl_writeProfileString()
645 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
653 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
655 if (pSec->m_NoEntries > 0) in osl_writeProfileString()
[all …]
/AOO42X/main/sal/qa/osl/security/
H A Dosl_Security.cxx278 oslSecurity pSec = aSec.getHandle(); in TEST_F() local
280 …ror erg = osl_loginUserOnFileServer(suUserName.pData, suPassword.pData, suFileServer.pData, &pSec); in TEST_F()