Searched refs:outStep_ST (Results 1 – 5 of 5) sorted by relevance
103 props.outStep_ST = _outStep; in Code()220 props.outStep_ST = _outStep; in SetOutStreamSize()
14 size_t outStep_ST; member
39 p->outStep_ST = 1 << 20; in Lzma2DecMtProps_Init()710 if (next - wrPos > p->props.outStep_ST) in Lzma2Dec_Decode_ST()711 next = wrPos + p->props.outStep_ST; in Lzma2Dec_Decode_ST()
380 size_t outStep_ST; member
1397 p->outStep_ST = 1 << 20; in XzDecMtProps_Init()2321 if (!p->outBuf || p->outBufSize != p->props.outStep_ST) in XzDecMt_Decode_ST()2325 p->outBuf = (Byte *)ISzAlloc_Alloc(p->allocMid, p->props.outStep_ST); in XzDecMt_Decode_ST()2328 p->outBufSize = p->props.outStep_ST; in XzDecMt_Decode_ST()2394 outSize = p->props.outStep_ST - outPos; in XzDecMt_Decode_ST()