Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c104 } osl_TProfileEntry; typedef
113 osl_TProfileEntry* m_Entries;
1687 pSection->m_Entries = (osl_TProfileEntry *)malloc( in addEntry()
1688 pSection->m_MaxEntries * sizeof(osl_TProfileEntry)); in addEntry()
1693 pSection->m_Entries = (osl_TProfileEntry *)realloc(pSection->m_Entries, in addEntry()
1694 pSection->m_MaxEntries * sizeof(osl_TProfileEntry)); in addEntry()
1725 (pSection->m_NoEntries - NoEntry - 1) * sizeof(osl_TProfileEntry)); in removeEntry()
/trunk/main/sal/osl/os2/
H A Dprofile.c114 } osl_TProfileEntry; typedef
123 osl_TProfileEntry* m_Entries;
1601 pSection->m_Entries = (osl_TProfileEntry *)malloc( in addEntry()
1602 pSection->m_MaxEntries * sizeof(osl_TProfileEntry)); in addEntry()
1607 pSection->m_Entries = (osl_TProfileEntry *)realloc(pSection->m_Entries, in addEntry()
1608 pSection->m_MaxEntries * sizeof(osl_TProfileEntry)); in addEntry()
1638 (pSection->m_NoEntries - NoEntry - 1) * sizeof(osl_TProfileEntry)); in removeEntry()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx112 } osl_TProfileEntry; typedef
121 osl_TProfileEntry* m_Entries;
1745 pSection->m_Entries = (osl_TProfileEntry *)malloc( in addEntry()
1746 pSection->m_MaxEntries * sizeof(osl_TProfileEntry)); in addEntry()
1751 pSection->m_Entries = (osl_TProfileEntry *)realloc(pSection->m_Entries, in addEntry()
1752 pSection->m_MaxEntries * sizeof(osl_TProfileEntry)); in addEntry()
1783 (pSection->m_NoEntries - NoEntry - 1) * sizeof(osl_TProfileEntry)); in removeEntry()

Completed in 25 milliseconds