Searched defs:writeEndMark (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzmaEnc.h30 unsigned writeEndMark; /* 0 - do not write EOPM, 1 - write EOPM, default = 0 */ member in struct:_CLzmaEncProps
H A DLzmaEnc.c343 Bool writeEndMark; member in struct:_CLzmaEnc
2235 LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument
2260 LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument
[all...]

Completed in 101 milliseconds