Lines Matching defs:_osl_TProfileImpl
120 typedef struct _osl_TProfileImpl struct
122 sal_uInt32 m_Flags;
123 osl_TFile* m_pFile;
124 osl_TStamp m_Stamp;
125 sal_Char m_FileName[PATH_MAX + 1];
126 sal_uInt32 m_NoLines;
127 sal_uInt32 m_MaxLines;
128 sal_uInt32 m_NoSections;
129 sal_uInt32 m_MaxSections;
130 sal_Char** m_Lines;
131 osl_TProfileSection* m_Sections;
132 pthread_mutex_t m_AccessLock;
133 sal_Bool m_bIsValid;