Lines Matching refs:Byte
23 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value);
24 unsigned Xz_WriteVarInt(Byte *buf, UInt64 v);
41 Byte props[XZ_FILTER_PROPS_SIZE_MAX];
48 Byte flags;
57 SRes XzBlock_Parse(CXzBlock *p, const Byte *header);
65 extern const Byte XZ_SIG[XZ_SIG_SIZE];
68 extern const Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE];
96 int XzCheck_Final(CXzCheck *p, Byte *digest);
105 SRes Xz_ParseHeader(CXzStreamFlags *p, const Byte *buf);
117 // Byte _pad[6];
170 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAllocPtr alloc);
172 SRes (*Code2)(void *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
176 SizeT (*Filter)(void *p, Byte *data, SizeT size);
186 Byte delta_State[DELTA_STATE_SIZE];
189 typedef SizeT (*Xz_Func_BcFilterStateBase_Filter)(CXzBcFilterStateBase *p, Byte *data, SizeT size);
200 Byte *buf;
203 Byte *outBuf;
266 Byte *outBuf;
270 Byte shaDigest[SHA256_DIGEST_SIZE];
271 Byte buf[XZ_BLOCK_HEADER_SIZE_MAX];
277 void XzUnpacker_SetOutBuf(CXzUnpacker *p, Byte *outBuf, size_t outBufSize);
358 SRes XzUnpacker_Code(CXzUnpacker *p, Byte *dest, SizeT *destLen,
359 const Byte *src, SizeT *srcLen, int srcFinished,
362 SRes XzUnpacker_CodeFull(CXzUnpacker *p, Byte *dest, SizeT *destLen,
363 const Byte *src, SizeT *srcLen,
467 Byte UnpackSize_Defined;
468 Byte NumStreams_Defined;
469 Byte NumBlocks_Defined;
471 Byte DataAfterEnd; // there are some additional data after good xz streams, and that data is not new xz stream.
472 Byte DecodingTruncated; // Decoding was Truncated, we need only partial output data
525 // Byte *outBuf, size_t *outBufSize,
527 // const Byte *inData, size_t inDataSize,