Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c131 osl_TProfileSection* m_Sections; member
350 if ( pProfile->m_Sections != NULL ) in osl_closeProfile()
361 free(pProfile->m_Sections); in osl_closeProfile()
362 pProfile->m_Sections=NULL; in osl_closeProfile()
1077 pSec = &pProfile->m_Sections[i]; in osl_getProfileSections()
1605 pSec = &pProfile->m_Sections[i]; in insertLine()
1644 pSec = &pProfile->m_Sections[i]; in removeLine()
1752 pProfile->m_Sections = (osl_TProfileSection *)realloc(pProfile->m_Sections, in addSection()
1795 memmove(&pProfile->m_Sections[Section], &pProfile->m_Sections[Section + 1], in removeSection()
2009 free(pProfile->m_Sections); in storeProfile()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx139 osl_TProfileSection* m_Sections; member
344 if ( pProfile->m_Sections != 0 ) in osl_closeProfile()
354 free(pProfile->m_Sections); in osl_closeProfile()
1663 pSec = &pProfile->m_Sections[i]; in insertLine()
1799 if (pProfile->m_Sections == NULL) in addSection()
1810 pProfile->m_Sections = (osl_TProfileSection *)realloc(pProfile->m_Sections, in addSection()
1818 if (pProfile->m_Sections == NULL) in addSection()
1854 memmove(&pProfile->m_Sections[Section], &pProfile->m_Sections[Section + 1], in removeSection()
1890 pSec = &pProfile->m_Sections[n]; in findEntry()
2053 free(pProfile->m_Sections); in storeProfile()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c142 osl_TProfileSection* m_Sections; member
351 if ( pProfile->m_Sections != NULL ) in osl_closeProfile()
361 free(pProfile->m_Sections); in osl_closeProfile()
1524 pSec = &pProfile->m_Sections[i]; in insertLine()
1649 if (pProfile->m_Sections == NULL) in addSection()
1657 pProfile->m_Sections = (osl_TProfileSection *)realloc(pProfile->m_Sections, in addSection()
1661 if (pProfile->m_Sections == NULL) in addSection()
1692 memmove(&pProfile->m_Sections[Section], &pProfile->m_Sections[Section + 1], in removeSection()
1723 pSec = &pProfile->m_Sections[n]; in findEntry()
1839 free(pProfile->m_Sections); in storeProfile()
[all …]

Completed in 37 milliseconds