| 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 |
nothing calls this directly
no test coverage detected