Searched defs:_osl_TFile (Results 1 – 3 of 3) sorted by relevance
91 typedef struct _osl_TFile struct93 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;
89 typedef struct _osl_TFile struct91 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;
95 typedef struct _osl_TFile struct97 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 42 milliseconds