Home
last modified time | relevance | path

Searched refs:ppBuffer (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dfile.cxx160 void allocate (sal_uInt8 ** ppBuffer, size_t * pnSize);
209 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, size_t * pnSize) in allocate() argument
211 …OSL_PRECOND((0 != ppBuffer) && (0 != pnSize), "FileHandle_Impl::Allocator::allocate(): contract vi… in allocate()
212 if ((0 != ppBuffer) && (0 != pnSize)) in allocate()
213 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
/trunk/main/sal/osl/w32/
H A Dfile.cxx152 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()
/trunk/main/sal/osl/os2/
H A Dfile.cxx255 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 48 milliseconds