Searched refs:WriteBytesAndCrc (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | XzEnc.c | 39 static SRes WriteBytesAndCrc(ISeqOutStream *s, const void *buf, UInt32 size, UInt32 *crc) in WriteBytesAndCrc() function 94 RINOK(WriteBytesAndCrc(s, buf, pos, &crc)); in Xz_WriteFooter() 101 RINOK(WriteBytesAndCrc(s, buf, pos, &crc)); in Xz_WriteFooter() 107 RINOK(WriteBytesAndCrc(s, buf, 4 - pos, &crc)); in Xz_WriteFooter()
|