Searched refs:ppBuffer (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sal/osl/unx/ |
H A D | file.cxx | 160 void allocate (sal_uInt8 ** ppBuffer, size_t * pnSize); 211 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, size_t * pnSize) in allocate() argument 213 …OSL_PRECOND((0 != ppBuffer) && (0 != pnSize), "FileHandle_Impl::Allocator::allocate(): contract vi… in allocate() 214 if ((0 != ppBuffer) && (0 != pnSize)) in allocate() 215 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
|
/aoo4110/main/sal/osl/w32/ |
H A D | file.cxx | 152 void allocate (sal_uInt8 ** ppBuffer, SIZE_T * pnSize); 195 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, SIZE_T * pnSize) in allocate() argument 197 …OSL_PRECOND((0 != ppBuffer) && (0 != pnSize), "FileHandle_Impl::Allocator::allocate(): contract vi… in allocate() 198 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
|
/aoo4110/main/sal/osl/os2/ |
H A D | file.cxx | 255 void allocate (sal_uInt8 ** ppBuffer, size_t * pnSize); 287 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, size_t * pnSize) in allocate() argument 289 …OSL_PRECOND((0 != ppBuffer) && (0 != pnSize), "FileHandle_Impl::Allocator::allocate(): contract vi… in allocate() 290 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
|
Completed in 101 milliseconds