Searched refs:m_bufsiz (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sal/osl/w32/ ! |
| H A D | file.cxx | 86 SIZE_T m_bufsiz; member 144 SIZE_T m_bufsiz; member in FileHandle_Impl::Allocator 181 m_bufsiz (0) in Allocator() 187 m_bufsiz = pagesize; in Allocator() 198 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate() 227 m_bufsiz (0), in FileHandle_Impl() 231 Allocator::get().allocate (&m_buffer, &m_bufsiz); in FileHandle_Impl() 233 memset (m_buffer, 0, m_bufsiz); in FileHandle_Impl() 387 LONGLONG const bufptr = (nOffset / m_bufsiz) * m_bufsiz; in readFileAt() 388 SIZE_T const bufpos = (nOffset % m_bufsiz); in readFileAt() [all …]
|
| /trunk/main/sal/osl/unx/ ! |
| H A D | file.cxx | 93 size_t m_bufsiz; member 152 size_t m_bufsiz; member in FileHandle_Impl::Allocator 193 m_bufsiz (0) in Allocator() 201 m_bufsiz = pagesize; in Allocator() 213 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate() 242 m_bufsiz (0), in FileHandle_Impl() 247 Allocator::get().allocate (&m_buffer, &m_bufsiz); in FileHandle_Impl() 249 memset (m_buffer, 0, m_bufsiz); in FileHandle_Impl() 452 off_t const bufptr = (nOffset / m_bufsiz) * m_bufsiz; in readFileAt() 453 size_t const bufpos = (nOffset % m_bufsiz); in readFileAt() [all …]
|
| /trunk/main/sal/osl/os2/ ! |
| H A D | file.cxx | 189 size_t m_bufsiz; member 247 size_t m_bufsiz; member in FileHandle_Impl::Allocator 273 m_bufsiz (0) in Allocator() 279 m_bufsiz = pagesize; in Allocator() 290 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate() 308 m_bufsiz (0), in FileHandle_Impl() 312 Allocator::get().allocate (&m_buffer, &m_bufsiz); in FileHandle_Impl() 314 memset (m_buffer, 0, m_bufsiz); in FileHandle_Impl() 487 off_t const bufptr = (nOffset / m_bufsiz) * m_bufsiz; in readFileAt() 488 size_t const bufpos = (nOffset % m_bufsiz); in readFileAt() [all …]
|