Lines Matching refs:Byte
21 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value);
22 unsigned Xz_WriteVarInt(Byte *buf, UInt64 v);
39 Byte props[XZ_FILTER_PROPS_SIZE_MAX];
46 Byte flags;
54 SRes XzBlock_Parse(CXzBlock *p, const Byte *header);
62 extern Byte XZ_SIG[XZ_SIG_SIZE];
63 extern Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE];
87 int XzCheck_Final(CXzCheck *p, Byte *digest);
96 SRes Xz_ParseHeader(CXzStreamFlags *p, const Byte *buf);
154 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
156 SRes (*Code)(void *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
165 Byte *buf;
178 SRes MixCoder_Code(CMixCoder *p, Byte *dest, SizeT *destLen,
179 const Byte *src, SizeT *srcLen, int srcWasFinished,
221 Byte shaDigest[SHA256_DIGEST_SIZE];
222 Byte buf[XZ_BLOCK_HEADER_SIZE_MAX];
257 SRes XzUnpacker_Code(CXzUnpacker *p, Byte *dest, SizeT *destLen,
258 const Byte *src, SizeT *srcLen, ECoderFinishMode finishMode,