Home
last modified time | relevance | path

Searched defs:_osl_TProfileSection (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sal/osl/os2/
H A Dprofile.c116 typedef struct _osl_TProfileSection struct
118 sal_uInt32 m_Line;
119 sal_uInt32 m_Offset;
120 sal_uInt32 m_Len;
121 sal_uInt32 m_NoEntries;
122 sal_uInt32 m_MaxEntries;
123 osl_TProfileEntry* m_Entries;
/aoo42x/main/sal/osl/unx/
H A Dprofile.c106 typedef struct _osl_TProfileSection struct
108 sal_uInt32 m_Line;
109 sal_uInt32 m_Offset;
110 sal_uInt32 m_Len;
111 sal_uInt32 m_NoEntries;
112 sal_uInt32 m_MaxEntries;
113 osl_TProfileEntry* m_Entries;
/aoo42x/main/sal/osl/w32/
H A Dprofile.cxx114 typedef struct _osl_TProfileSection struct
116 sal_uInt32 m_Line;
117 sal_uInt32 m_Offset;
118 sal_uInt32 m_Len;
119 sal_uInt32 m_NoEntries;
120 sal_uInt32 m_MaxEntries;
121 osl_TProfileEntry* m_Entries;

Completed in 42 milliseconds