Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c113 osl_TProfileEntry* m_Entries; member
987 [pSec->m_Entries[i].m_Offset], pSec->m_Entries[i].m_Len); in osl_getProfileSectionEntries()
1611 if (pSec->m_Entries[n].m_Line >= LineNo) in insertLine()
1612 pSec->m_Entries[n].m_Line++; in insertLine()
1650 if (pSec->m_Entries[n].m_Line > LineNo) in removeLine()
1651 pSec->m_Entries[n].m_Line--; in removeLine()
1684 if (pSection->m_Entries == NULL) in addEntry()
1693 pSection->m_Entries = (osl_TProfileEntry *)realloc(pSection->m_Entries, in addEntry()
1791 free (pSection->m_Entries); in removeSection()
1792 pSection->m_Entries=NULL; in removeSection()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx121 osl_TProfileEntry* m_Entries; member
845 [pSec->m_Entries[i].m_Offset], pSec->m_Entries[i].m_Len); in osl_getProfileSectionEntries()
846 n += pSec->m_Entries[i].m_Len; in osl_getProfileSectionEntries()
1670 pSec->m_Entries[n].m_Line++; in insertLine()
1709 pSec->m_Entries[n].m_Line--; in removeLine()
1742 if (pSection->m_Entries == NULL) in addEntry()
1751 pSection->m_Entries = (osl_TProfileEntry *)realloc(pSection->m_Entries, in addEntry()
1755 if (pSection->m_Entries == NULL) in addEntry()
1850 free (pSection->m_Entries); in removeSection()
1851 pSection->m_Entries=0; in removeSection()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c123 osl_TProfileEntry* m_Entries; member
629 i = pSec->m_Entries[NoEntry].m_Line; in osl_writeProfileString()
791 [pSec->m_Entries[i].m_Offset], pSec->m_Entries[i].m_Len); in osl_getProfileSectionEntries()
792 n += pSec->m_Entries[i].m_Len; in osl_getProfileSectionEntries()
1531 pSec->m_Entries[n].m_Line++; in insertLine()
1565 pSec->m_Entries[n].m_Line--; in removeLine()
1598 if (pSection->m_Entries == NULL) in addEntry()
1607 pSection->m_Entries = (osl_TProfileEntry *)realloc(pSection->m_Entries, in addEntry()
1611 if (pSection->m_Entries == NULL) in addEntry()
1689 free (pSection->m_Entries); in removeSection()
[all …]
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsanextension_nssimpl.cxx97 if (!m_Entries.hasElements()) in getAlternativeNames()
110 return m_Entries; in getAlternativeNames()
183m_Entries = ::comphelper::arrayToSequence< com::sun::star::security::CertAltNameEntry >(arrCertAlt… in getAlternativeNames()
192 return m_Entries; in getAlternativeNames()
H A Dsanextension_nssimpl.hxx45 ::com::sun::star::uno::Sequence< com::sun::star::security::CertAltNameEntry > m_Entries;
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsanextension_mscryptimpl.cxx73 if (!m_Entries.hasElements()) in getAlternativeNames()
136m_Entries = ::comphelper::arrayToSequence< com::sun::star::security::CertAltNameEntry >(arrCertAlt… in getAlternativeNames()
141 return m_Entries; in getAlternativeNames()
H A Dsanextension_mscryptimpl.hxx54 ::com::sun::star::uno::Sequence< com::sun::star::security::CertAltNameEntry > m_Entries;

Completed in 43 milliseconds