Home
last modified time | relevance | path

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

/aoo41x/main/sal/osl/os2/
H A Dprofile.c91 typedef struct _osl_TFile struct
93 HFILE m_Handle;
100 sal_Char* m_pReadPtr;
101 sal_Char m_ReadBuf[512];
104 sal_Char* m_pWriteBuf;
105 sal_uInt32 m_nWriteBufLen;
106 sal_uInt32 m_nWriteBufFree;
/aoo41x/main/sal/osl/unx/
H A Dprofile.c89 typedef struct _osl_TFile struct
91 int m_Handle;
92 sal_Char* m_pReadPtr;
93 sal_Char m_ReadBuf[512];
94 sal_Char* m_pWriteBuf;
95 sal_uInt32 m_nWriteBufLen;
96 sal_uInt32 m_nWriteBufFree;
/aoo41x/main/sal/osl/w32/
H A Dprofile.cxx95 typedef struct _osl_TFile struct
97 HANDLE m_Handle;
98 sal_Char* m_pReadPtr;
99 sal_Char m_ReadBuf[512];
102 sal_Char* m_pWriteBuf;
103 sal_uInt32 m_nWriteBufLen;
104 sal_uInt32 m_nWriteBufFree;

Completed in 45 milliseconds