Home
last modified time | relevance | path

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

/aoo4110/main/store/source/
H A Dlockbyte.cxx472 struct FileMapping struct
474 sal_uInt8 * m_pAddr;
475 sal_uInt32 m_nSize;
477 FileMapping() : m_pAddr(0), m_nSize(0) {} in FileMapping() function
479 bool operator != (FileMapping const & rhs) const in operator !=()
484 oslFileError initialize (oslFileHandle hFile) in initialize()
503 static void unmapFile (sal_uInt8 * pAddr, sal_uInt32 nSize) in unmapFile()
510 struct UnmapFile
519 typedef UnmapFile destructor_type;
/aoo4110/main/store/workben/
H A Dt_page.cxx977 struct FileMapping struct
982 FileMapping() : m_pAddr(0), m_uSize(0) {} in FileMapping() argument
984 bool operator != (FileMapping const & rhs) const in operator !=() argument
1004 void operator ()(FileMapping & rMapping) const in operator ()() argument
1014 typedef UnmapFile destructor_type;
/aoo4110/main/sal/osl/w32/
H A Dfile.cxx801 struct FileMapping in osl_mapFile() struct
803 HANDLE m_handle; in osl_mapFile()
805 explicit FileMapping (HANDLE hMap) in osl_mapFile() argument
809 ~FileMapping() in osl_mapFile()

Completed in 36 milliseconds