Home
last modified time | relevance | path

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

/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dlib-lzma.h111 bool write_endmark // true: write end marker at end of stream
155 bool write_endmark, // true: write end marker at end of stream
170 bool write_endmark, // true: write end marker at end of stream
202 bool write_endmark // true: write end marker at end of stream
246 bool write_endmark, // true: write end marker at end of stream
261 bool write_endmark, // true: write end marker at end of stream
H A Dlib-lzma.c341 bool write_endmark // true: write end marker at end of stream in EncLZMA_Open() argument
370 props.writeEndMark = write_endmark; in EncLZMA_Open()
508 bool write_endmark, // true: write end marker at end of stream in EncLZMA_Data2File() argument
523 write_props,write_endmark,&list,bytes_written); in EncLZMA_Data2File()
535 bool write_endmark, // true: write end marker at end of stream in EncLZMA_List2File() argument
546 enumError err = EncLZMA_Open(lzma,file->f.fname,compr_level,write_endmark); in EncLZMA_List2File()
698 bool write_endmark // true: write end marker at end of stream in EncLZMA2_Open() argument
727 props.lzmaProps.writeEndMark = write_endmark; in EncLZMA2_Open()
859 bool write_endmark, // true: write end marker at end of stream in EncLZMA2_Data2File() argument
874 write_props,write_endmark,&list,bytes_written); in EncLZMA2_Data2File()
[all …]