MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / setBuf

Method setBuf

src/dsql/DsqlBatch.cpp:815–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815void DsqlBatch::DataCache::setBuf(ULONG size, ULONG cacheCapacity)
816{
817 m_limit = size;
818
819 fb_assert(m_cacheCapacity == 0);
820 fb_assert(cacheCapacity >= RAM_BATCH);
821 m_cacheCapacity = cacheCapacity;
822}
823
824void DsqlBatch::DataCache::put3(const void* data, ULONG dataSize, ULONG offset)
825{

Callers 1

DsqlBatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected