Lines Matching full:sl
61 MSFStreamLayout SL;
62 SL.Blocks = Layout.StreamMap[StreamIndex];
63 SL.Length = Layout.StreamSizes[StreamIndex];
65 Layout.SB->BlockSize, SL, MsfData, Allocator);
72 MSFStreamLayout SL;
73 SL.Blocks = Layout.DirectoryBlocks;
74 SL.Length = Layout.SB->NumDirectoryBytes;
75 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);
82 MSFStreamLayout SL(getFpmStreamLayout(Layout));
83 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);
329 MSFStreamLayout SL;
330 SL.Blocks = Layout.StreamMap[StreamIndex];
331 SL.Length = Layout.StreamSizes[StreamIndex];
332 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);
339 MSFStreamLayout SL;
340 SL.Blocks = Layout.DirectoryBlocks;
341 SL.Length = Layout.SB->NumDirectoryBytes;
342 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);