Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c490 osl_TProfileSection* pSec; in osl_readProfileString() local
736 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString()
1028 osl_TProfileSection* pSec; in osl_getProfileSections() local
1081 strncpy(&pszBuffer[n], &pProfile->m_Lines[pSec->m_Line][pSec->m_Offset], in osl_getProfileSections()
1082 pSec->m_Len); in osl_getProfileSections()
1083 n += pSec->m_Len; in osl_getProfileSections()
1608 pSec->m_Line++; in insertLine()
1647 pSec->m_Line--; in removeLine()
1832 (strncasecmp(Section, &pProfile->m_Lines[pSec->m_Line][pSec->m_Offset], pSec->m_Len) in findEntry()
1860 pSec = NULL; in findEntry()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c611 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString()
613 i = pSec->m_Line + 1; in osl_writeProfileString()
735 if ((pSec->m_Line > 0) && (pProfile->m_Lines[pSec->m_Line - 1][0] == '\0')) in osl_removeProfileEntry()
791 [pSec->m_Entries[i].m_Offset], pSec->m_Entries[i].m_Len); in osl_getProfileSectionEntries()
845 strncpy(&pszBuffer[n], &pProfile->m_Lines[pSec->m_Line][pSec->m_Offset], in osl_getProfileSections()
847 n += pSec->m_Len; in osl_getProfileSections()
1527 pSec->m_Line++; in insertLine()
1561 pSec->m_Line--; in removeLine()
1725 (strnicmp(Section, &pProfile->m_Lines[pSec->m_Line][pSec->m_Offset], pSec->m_Len) in findEntry()
1754 pSec = NULL; in findEntry()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx656 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString()
658 i = pSec->m_Line + 1; in osl_writeProfileString()
784 if ((pSec->m_Line > 0) && (pProfile->m_Lines[pSec->m_Line - 1][0] == '\0')) in osl_removeProfileEntry()
845 [pSec->m_Entries[i].m_Offset], pSec->m_Entries[i].m_Len); in osl_getProfileSectionEntries()
1120 strncpy(&pszBuffer[n], &pProfile->m_Lines[pSec->m_Line][pSec->m_Offset], in osl_getProfileSections()
1122 n += pSec->m_Len; in osl_getProfileSections()
1666 pSec->m_Line++; in insertLine()
1705 pSec->m_Line--; in removeLine()
1892 (strnicmp(Section, &pProfile->m_Lines[pSec->m_Line][pSec->m_Offset], pSec->m_Len) in findEntry()
1921 pSec = NULL; in findEntry()
[all …]
/trunk/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()

Completed in 54 milliseconds