Searched refs:PutBufferAndCache (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/package/hpkg/
H A DBlockBufferPool.cpp55 BBlockBufferPool::PutBufferAndCache(PoolBuffer** owner) function in class:BPackageKit::BHPKG::BBlockBufferPool
58 fImpl->PutBufferAndCache(owner);
H A DBlockBufferPoolImpl.cpp111 BlockBufferPoolImpl::PutBufferAndCache(PoolBuffer** owner) function in class:BPackageKit::BHPKG::BPrivate::BlockBufferPoolImpl
/haiku/headers/os/package/hpkg/
H A DBufferPool.h30 virtual void PutBufferAndCache(PoolBuffer** owner) = 0;
35 // have called PutBufferAndCache() before
H A DBlockBufferPool.h36 virtual void PutBufferAndCache(PoolBuffer** owner);
/haiku/headers/private/package/hpkg/
H A DBlockBufferPoolImpl.h39 void PutBufferAndCache(PoolBuffer** owner);
H A DPoolBuffer.h71 fPool->PutBufferAndCache(fOwner);

Completed in 77 milliseconds