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

Method BatchStream

src/remote/remote.h:693–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691 struct BatchStream
692 {
693 BatchStream()
694 : curBpb(*getDefaultMemoryPool()), hdrPrevious(0), segmented(false)
695 { }
696
697 static const ULONG SIZEOF_BLOB_HEAD = sizeof(ISC_QUAD) + 2 * sizeof(ULONG);
698

Callers

nothing calls this directly

Calls 1

getDefaultMemoryPoolFunction · 0.85

Tested by

no test coverage detected