Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c154 sal_uInt32 NoEntry, sal_uInt32 Line,
158 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry);
488 sal_uInt32 NoEntry; 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()
650 sal_uInt32 NoEntry; in osl_writeProfileString() local
698 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString()
725 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
733 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c166 sal_uInt32 NoEntry, sal_uInt32 Line,
170 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry);
419 sal_uInt32 NoEntry; 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()
556 sal_uInt32 NoEntry; in osl_writeProfileString() local
579 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString()
600 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
608 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx160 sal_uInt32 NoEntry, sal_uInt32 Line,
164 static void removeEntry(osl_TProfileSection *pSection, sal_uInt32 NoEntry);
459 sal_uInt32 NoEntry; 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()
601 sal_uInt32 NoEntry; in osl_writeProfileString() local
624 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString()
645 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
653 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
[all …]