Home
last modified time | relevance | path

Searched refs:outBufs (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DXzEnc.c938 Byte *outBufs[MTCODER__BLOCKS_MAX]; member
964 p->outBufs[i] = NULL; in XzEnc_Construct()
975 if (p->outBufs[i]) in XzEnc_FreeOutBufs()
977 ISzAlloc_Free(p->alloc, p->outBufs[i]); in XzEnc_FreeOutBufs()
978 p->outBufs[i] = NULL; in XzEnc_FreeOutBufs()
1054 Byte *dest = me->outBufs[outBufIndex]; in XzEnc_MtCallback_Code()
1070 me->outBufs[outBufIndex] = dest; in XzEnc_MtCallback_Code()
1112 const Byte *data = me->outBufs[outBufIndex]; in XzEnc_MtCallback_Write()
1233 if (!p->outBufs[0] || t2 != p->outBufSize) in XzEnc_Encode()
1236 p->outBufs[0] = (Byte *)ISzAlloc_Alloc(p->alloc, t2); in XzEnc_Encode()
[all …]
DLzma2Enc.c378 Byte *outBufs[MTCODER__BLOCKS_MAX]; member
408 p->outBufs[i] = NULL; in Lzma2Enc_Create()
423 if (p->outBufs[i]) in Lzma2Enc_FreeOutBufs()
425 ISzAlloc_Free(p->alloc, p->outBufs[i]); in Lzma2Enc_FreeOutBufs()
426 p->outBufs[i] = NULL; in Lzma2Enc_FreeOutBufs()
665 Byte *dest = me->outBufs[outBufIndex]; in Lzma2Enc_MtCallback_Code()
674 me->outBufs[outBufIndex] = dest; in Lzma2Enc_MtCallback_Code()
699 const Byte *data = me->outBufs[outBufIndex]; in Lzma2Enc_MtCallback_Write()