This file is indexed.

/usr/share/doc/liblzma-doc/html/coder_8c.html is in liblzma-doc 5.1.1alpha+20120614-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>XZ Utils: xz/coder.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">XZ Utils
   &#160;<span id="projectnumber">5.1.0alpha</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.2 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_53e01eec41348db90f08d9ee7e6793af.html">xz</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#enum-members">Enumerations</a> &#124;
<a href="#func-members">Functions</a> &#124;
<a href="#var-members">Variables</a>  </div>
  <div class="headertitle">
<div class="title">coder.c File Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Compresses or uncompresses a file.  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;<a class="el" href="private_8h.html">private.h</a>&quot;</code><br/>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr class="memitem:a69333e67b9bc29c1f4cf742967c7415d"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a69333e67b9bc29c1f4cf742967c7415d">coder_init_ret</a> { <b>CODER_INIT_NORMAL</b>, 
<b>CODER_INIT_PASSTHRU</b>, 
<b>CODER_INIT_ERROR</b>
 }</td></tr>
<tr class="memdesc:a69333e67b9bc29c1f4cf742967c7415d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return value type for <a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init()</a>.  <a href="coder_8c.html#a69333e67b9bc29c1f4cf742967c7415d">More...</a><br/></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a1cef821e435523a605c137079f4db41a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a1cef821e435523a605c137079f4db41a">coder_set_check</a> (<a class="el" href="api_2lzma_2check_8h.html#a0a6100c719ac9aa49be3fdf7519e8c3f">lzma_check</a> new_check)</td></tr>
<tr class="memdesc:a1cef821e435523a605c137079f4db41a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the integrity check type used when compressing.  <a href="#a1cef821e435523a605c137079f4db41a"></a><br/></td></tr>
<tr class="memitem:aeacfa6d5e4a572118644c263e6bd6242"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#aeacfa6d5e4a572118644c263e6bd6242">coder_set_preset</a> (uint32_t new_preset)</td></tr>
<tr class="memdesc:aeacfa6d5e4a572118644c263e6bd6242"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set preset number.  <a href="#aeacfa6d5e4a572118644c263e6bd6242"></a><br/></td></tr>
<tr class="memitem:a260615621b13619f4e27e82ac58722dd"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a260615621b13619f4e27e82ac58722dd">coder_set_extreme</a> (void)</td></tr>
<tr class="memdesc:a260615621b13619f4e27e82ac58722dd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Enable extreme mode.  <a href="#a260615621b13619f4e27e82ac58722dd"></a><br/></td></tr>
<tr class="memitem:a8884012fc28d467d3429070f270f7171"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a8884012fc28d467d3429070f270f7171">coder_add_filter</a> (<a class="el" href="vli_8h.html#a1dbc0ffc3e72748f64df8f7f71898272">lzma_vli</a> <a class="el" href="filter__common_8c.html#a3ee597b96b2ff619e515fac79a1ba1c5">id</a>, void *options)</td></tr>
<tr class="memdesc:a8884012fc28d467d3429070f270f7171"><td class="mdescLeft">&#160;</td><td class="mdescRight">Add a filter to the custom filter chain.  <a href="#a8884012fc28d467d3429070f270f7171"></a><br/></td></tr>
<tr class="memitem:a1957d0c8f6ec2eb4950e67226425ee7c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1957d0c8f6ec2eb4950e67226425ee7c"></a>
static void&#160;</td><td class="memItemRight" valign="bottom"><b>lzma_attribute</b> ((__noreturn__))</td></tr>
<tr class="memitem:a3193f23226c22454f435f2671874a507"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3193f23226c22454f435f2671874a507"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>coder_set_compression_settings</b> (void)</td></tr>
<tr class="memitem:adfb624a2250710ee841a43e793e1d863"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#adfb624a2250710ee841a43e793e1d863">is_format_xz</a> (void)</td></tr>
<tr class="memdesc:adfb624a2250710ee841a43e793e1d863"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return true if the data in in_buf seems to be in the .xz format.  <a href="#adfb624a2250710ee841a43e793e1d863"></a><br/></td></tr>
<tr class="memitem:a15b6ce144220e53107c642b3baefe9bc"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a15b6ce144220e53107c642b3baefe9bc">is_format_lzma</a> (void)</td></tr>
<tr class="memdesc:a15b6ce144220e53107c642b3baefe9bc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return true if the data in in_buf seems to be in the .lzma format.  <a href="#a15b6ce144220e53107c642b3baefe9bc"></a><br/></td></tr>
<tr class="memitem:a6848d01092ac252b6270f739af63e202"><td class="memItemLeft" align="right" valign="top">static enum <a class="el" href="coder_8c.html#a69333e67b9bc29c1f4cf742967c7415d">coder_init_ret</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init</a> (<a class="el" href="structfile__pair.html">file_pair</a> *pair)</td></tr>
<tr class="memitem:a1dc9a6813d9158c93ad48053549825b0"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a1dc9a6813d9158c93ad48053549825b0">coder_normal</a> (<a class="el" href="structfile__pair.html">file_pair</a> *pair)</td></tr>
<tr class="memdesc:a1dc9a6813d9158c93ad48053549825b0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compress or decompress using liblzma.  <a href="#a1dc9a6813d9158c93ad48053549825b0"></a><br/></td></tr>
<tr class="memitem:ae31acd560ee4d35b7bd0d1bdc94fde0a"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#ae31acd560ee4d35b7bd0d1bdc94fde0a">coder_passthru</a> (<a class="el" href="structfile__pair.html">file_pair</a> *pair)</td></tr>
<tr class="memitem:acbe7065d22ed54ab19a1a9bb0cb808de"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#acbe7065d22ed54ab19a1a9bb0cb808de">coder_run</a> (const char *<a class="el" href="message_8c.html#a7efa5e9c7494c7d4586359300221aa5d">filename</a>)</td></tr>
<tr class="memdesc:acbe7065d22ed54ab19a1a9bb0cb808de"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compress or decompress the given file.  <a href="#acbe7065d22ed54ab19a1a9bb0cb808de"></a><br/></td></tr>
<tr class="memitem:a046610a034f1ae8d3bb152e8e2bde7c7"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a046610a034f1ae8d3bb152e8e2bde7c7">coder_free</a> (void)</td></tr>
<tr class="memdesc:a046610a034f1ae8d3bb152e8e2bde7c7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Free the memory allocated for the coder and kill the worker threads.  <a href="#a046610a034f1ae8d3bb152e8e2bde7c7"></a><br/></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:aed58b2945b6b414405af58615ca823b6"><td class="memItemLeft" align="right" valign="top">enum operation_mode&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#aed58b2945b6b414405af58615ca823b6">opt_mode</a> = MODE_COMPRESS</td></tr>
<tr class="memitem:a86110016dfb55682abf8a2b25927c3fc"><td class="memItemLeft" align="right" valign="top">enum format_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a86110016dfb55682abf8a2b25927c3fc">opt_format</a> = FORMAT_AUTO</td></tr>
<tr class="memitem:ad6884beb1efb0650651a2d29b31aa486"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#ad6884beb1efb0650651a2d29b31aa486">opt_auto_adjust</a> = true</td></tr>
<tr class="memitem:acd019d002c1904bffdeca838b422235a"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#acd019d002c1904bffdeca838b422235a">opt_single_stream</a> = false</td></tr>
<tr class="memdesc:acd019d002c1904bffdeca838b422235a"><td class="mdescLeft">&#160;</td><td class="mdescRight">If true, stop after decoding the first stream.  <a href="#acd019d002c1904bffdeca838b422235a"></a><br/></td></tr>
<tr class="memitem:ae2cc49eea149f63558415d0883339595"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#ae2cc49eea149f63558415d0883339595">opt_block_size</a> = 0</td></tr>
<tr class="memitem:a048a6ae6a7da50de565b15d52ea9fafe"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="structlzma__stream.html">lzma_stream</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a048a6ae6a7da50de565b15d52ea9fafe">strm</a> = <a class="el" href="base_8h.html#af31f0c8b6f14359cd082b9559f7f3e01">LZMA_STREAM_INIT</a></td></tr>
<tr class="memdesc:a048a6ae6a7da50de565b15d52ea9fafe"><td class="mdescLeft">&#160;</td><td class="mdescRight">Stream used to communicate with liblzma.  <a href="#a048a6ae6a7da50de565b15d52ea9fafe"></a><br/></td></tr>
<tr class="memitem:a9325236d5759d4eaadcba08a6bb5c96f"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="structlzma__filter.html">lzma_filter</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a9325236d5759d4eaadcba08a6bb5c96f">filters</a> [<a class="el" href="filter_8h.html#ab33c0cc1728bf390e5b84f8bce1928ba">LZMA_FILTERS_MAX</a>+1]</td></tr>
<tr class="memdesc:a9325236d5759d4eaadcba08a6bb5c96f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Filters needed for all encoding all formats, and also decoding in raw data.  <a href="#a9325236d5759d4eaadcba08a6bb5c96f"></a><br/></td></tr>
<tr class="memitem:abd66620c098c14668e72f70336e3adb0"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="unionio__buf.html">io_buf</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#abd66620c098c14668e72f70336e3adb0">in_buf</a></td></tr>
<tr class="memdesc:abd66620c098c14668e72f70336e3adb0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Input and output buffers.  <a href="#abd66620c098c14668e72f70336e3adb0"></a><br/></td></tr>
<tr class="memitem:a06a6771592b151b9bbee2242860c2711"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a06a6771592b151b9bbee2242860c2711"></a>
static <a class="el" href="unionio__buf.html">io_buf</a>&#160;</td><td class="memItemRight" valign="bottom"><b>out_buf</b></td></tr>
<tr class="memitem:aacffe07f03a3cd84a6e889e79b71a35c"><td class="memItemLeft" align="right" valign="top">static uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#aacffe07f03a3cd84a6e889e79b71a35c">filters_count</a> = 0</td></tr>
<tr class="memdesc:aacffe07f03a3cd84a6e889e79b71a35c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Number of filters. Zero indicates that we are using a preset.  <a href="#aacffe07f03a3cd84a6e889e79b71a35c"></a><br/></td></tr>
<tr class="memitem:a6051615deba6fda4dda3296babbcd926"><td class="memItemLeft" align="right" valign="top">static uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a6051615deba6fda4dda3296babbcd926">preset_number</a> = 6</td></tr>
<tr class="memdesc:a6051615deba6fda4dda3296babbcd926"><td class="mdescLeft">&#160;</td><td class="mdescRight">Number of the preset (0-9)  <a href="#a6051615deba6fda4dda3296babbcd926"></a><br/></td></tr>
<tr class="memitem:aa24782872e9af7bd14f6ab5379988263"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#aa24782872e9af7bd14f6ab5379988263">preset_extreme</a> = false</td></tr>
<tr class="memitem:a5c94b0defea7996f245faec2693056cb"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="api_2lzma_2check_8h.html#a0a6100c719ac9aa49be3fdf7519e8c3f">lzma_check</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a5c94b0defea7996f245faec2693056cb">check</a></td></tr>
<tr class="memdesc:a5c94b0defea7996f245faec2693056cb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Integrity check type.  <a href="#a5c94b0defea7996f245faec2693056cb"></a><br/></td></tr>
<tr class="memitem:a8a4d15476014f13f21648e34c753723a"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coder_8c.html#a8a4d15476014f13f21648e34c753723a">check_default</a> = true</td></tr>
<tr class="memdesc:a8a4d15476014f13f21648e34c753723a"><td class="mdescLeft">&#160;</td><td class="mdescRight">This becomes false if the &ndash;check=CHECK option is used.  <a href="#a8a4d15476014f13f21648e34c753723a"></a><br/></td></tr>
</table>
<a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Compresses or uncompresses a file. </p>
</div><h2>Enumeration Type Documentation</h2>
<a class="anchor" id="a69333e67b9bc29c1f4cf742967c7415d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="coder_8c.html#a69333e67b9bc29c1f4cf742967c7415d">coder_init_ret</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return value type for <a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init()</a>. </p>

</div>
</div>
<h2>Function Documentation</h2>
<a class="anchor" id="a1cef821e435523a605c137079f4db41a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void coder_set_check </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="api_2lzma_2check_8h.html#a0a6100c719ac9aa49be3fdf7519e8c3f">lzma_check</a>&#160;</td>
          <td class="paramname"><em>new_check</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the integrity check type used when compressing. </p>

<p>References <a class="el" href="coder_8c.html#a5c94b0defea7996f245faec2693056cb">check</a>, and <a class="el" href="coder_8c.html#a8a4d15476014f13f21648e34c753723a">check_default</a>.</p>

</div>
</div>
<a class="anchor" id="aeacfa6d5e4a572118644c263e6bd6242"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void coder_set_preset </td>
          <td>(</td>
          <td class="paramtype">uint32_t&#160;</td>
          <td class="paramname"><em>new_preset</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set preset number. </p>

<p>References <a class="el" href="coder_8c.html#aacffe07f03a3cd84a6e889e79b71a35c">filters_count</a>, <a class="el" href="structlzma__filter.html#a10dfbaa1601793657d12320bef933ee6">lzma_filter::options</a>, and <a class="el" href="coder_8c.html#a6051615deba6fda4dda3296babbcd926">preset_number</a>.</p>

</div>
</div>
<a class="anchor" id="a260615621b13619f4e27e82ac58722dd"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void coder_set_extreme </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Enable extreme mode. </p>

<p>References <a class="el" href="coder_8c.html#aa24782872e9af7bd14f6ab5379988263">preset_extreme</a>.</p>

</div>
</div>
<a class="anchor" id="a8884012fc28d467d3429070f270f7171"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void coder_add_filter </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="vli_8h.html#a1dbc0ffc3e72748f64df8f7f71898272">lzma_vli</a>&#160;</td>
          <td class="paramname"><em>id</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>options</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Add a filter to the custom filter chain. </p>

<p>References <a class="el" href="coder_8c.html#aacffe07f03a3cd84a6e889e79b71a35c">filters_count</a>, <a class="el" href="filter__common_8c.html#a3ee597b96b2ff619e515fac79a1ba1c5">id</a>, <a class="el" href="structlzma__filter.html#aef1d9709759f39e61db77547b2326929">lzma_filter::id</a>, <a class="el" href="filter_8h.html#ab33c0cc1728bf390e5b84f8bce1928ba">LZMA_FILTERS_MAX</a>, <a class="el" href="message_8h.html#aff3f122bb031385c3969689f471800eb">message_fatal()</a>, and <a class="el" href="structlzma__filter.html#a10dfbaa1601793657d12320bef933ee6">lzma_filter::options</a>.</p>

</div>
</div>
<a class="anchor" id="adfb624a2250710ee841a43e793e1d863"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static bool is_format_xz </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Return true if the data in in_buf seems to be in the .xz format. </p>

<p>References <a class="el" href="structlzma__stream.html#abb680ecea31910cbda1d7a6ad4f191c0">lzma_stream::avail_in</a>.</p>

<p>Referenced by <a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init()</a>.</p>

</div>
</div>
<a class="anchor" id="a15b6ce144220e53107c642b3baefe9bc"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static bool is_format_lzma </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Return true if the data in in_buf seems to be in the .lzma format. </p>

<p>References <a class="el" href="structlzma__stream.html#abb680ecea31910cbda1d7a6ad4f191c0">lzma_stream::avail_in</a>, <a class="el" href="structlzma__options__lzma.html#aeb3f86002405a1191af86def46fca5ad">lzma_options_lzma::dict_size</a>, <a class="el" href="structlzma__filter.html#aef1d9709759f39e61db77547b2326929">lzma_filter::id</a>, <a class="el" href="lzma_2lzma_8h.html#accedd16abcb758e7f748bac1102abda9">LZMA_FILTER_LZMA1</a>, <a class="el" href="base_8h.html#a8494e0457e1463d6d2b6836018d87b6eac003781ccb81bbd5578e29abed8a8cfe">LZMA_OK</a>, <a class="el" href="filter_8h.html#acec30e78c7cbe56b00f7671b6fcf2afc">lzma_properties_decode()</a>, and <a class="el" href="structlzma__filter.html#a10dfbaa1601793657d12320bef933ee6">lzma_filter::options</a>.</p>

<p>Referenced by <a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init()</a>.</p>

</div>
</div>
<a class="anchor" id="a6848d01092ac252b6270f739af63e202"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static enum <a class="el" href="coder_8c.html#a69333e67b9bc29c1f4cf742967c7415d">coder_init_ret</a> coder_init </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="structfile__pair.html">file_pair</a> *&#160;</td>
          <td class="paramname"><em>pair</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">
<p>Detect the input file type (for now, this done only when decompressing), and initialize an appropriate coder. Return value indicates if a normal liblzma-based coder was initialized (CODER_INIT_NORMAL), if passthru mode should be used (CODER_INIT_PASSTHRU), or if an error occurred (CODER_INIT_ERROR). </p>

<p>References <a class="el" href="structlzma__stream.html#a5ff28ea4e39148723c19f59811627904">lzma_stream::avail_out</a>, <a class="el" href="coder_8c.html#a5c94b0defea7996f245faec2693056cb">check</a>, <a class="el" href="hardware_8c.html#af8f63ad66d839bff50e46464f0ad630f">hardware_memlimit_get()</a>, <a class="el" href="coder_8c.html#a15b6ce144220e53107c642b3baefe9bc">is_format_lzma()</a>, <a class="el" href="coder_8c.html#adfb624a2250710ee841a43e793e1d863">is_format_xz()</a>, <a class="el" href="container_8h.html#a5f43c3a1035e5a226dcd298f4162b861">lzma_alone_decoder()</a>, <a class="el" href="container_8h.html#a26fcc5bccdf3f862caa4c992d01e1a72">lzma_alone_encoder()</a>, <a class="el" href="base_8h.html#a28cc09bc422d5ba1e0187c9f2af5d957">lzma_code()</a>, <a class="el" href="container_8h.html#a563c84b5f368b3dd00d92ea903c5c33d">LZMA_CONCATENATED</a>, <a class="el" href="base_8h.html#a8494e0457e1463d6d2b6836018d87b6ea63b7a58949854eb9307f8e351358d56c">LZMA_FORMAT_ERROR</a>, <a class="el" href="base_8h.html#a418b210cf206782a73cd9de7dc27f670">lzma_memusage()</a>, <a class="el" href="base_8h.html#a8494e0457e1463d6d2b6836018d87b6eac003781ccb81bbd5578e29abed8a8cfe">LZMA_OK</a>, <a class="el" href="base_8h.html#a8494e0457e1463d6d2b6836018d87b6ea2dac8d451cb38da8550653d0d7be4ec2">LZMA_PROG_ERROR</a>, <a class="el" href="filter_8h.html#ae77b3b6c5eccd9d77bbafef0a8a203c1">lzma_raw_decoder()</a>, <a class="el" href="filter_8h.html#a2368e4129032345eb0738b0c6e085703">lzma_raw_encoder()</a>, <a class="el" href="base_8h.html#aa92efcbf3cecfcac79c81fc645fce77ea868472b76492afcaef54020a481890b1">LZMA_RUN</a>, <a class="el" href="container_8h.html#a02b7683ef98d8049788961370a8b28c0">lzma_stream_decoder()</a>, <a class="el" href="container_8h.html#a1a97aec94c9fedd7646cfa51c4f4cd52">lzma_stream_encoder()</a>, <a class="el" href="container_8h.html#ae21fb746037c82735d40d428c462e078">LZMA_TELL_UNSUPPORTED_CHECK</a>, <a class="el" href="message_8h.html#a61c64c39e7ec889482a901fbd63f794c">message_error()</a>, <a class="el" href="message_8c.html#a6953ba5a13ff12f32091346b5772e992">message_mem_needed()</a>, <a class="el" href="message_8c.html#abf022fbe95ee294ef7ee78f01a4ea499">message_strm()</a>, <a class="el" href="structlzma__stream.html#a14ee64ed636ddcb775edf87e2b9f42ec">lzma_stream::next_out</a>, <a class="el" href="coder_8c.html#a86110016dfb55682abf8a2b25927c3fc">opt_format</a>, <a class="el" href="coder_8c.html#aed58b2945b6b414405af58615ca823b6">opt_mode</a>, <a class="el" href="coder_8c.html#acd019d002c1904bffdeca838b422235a">opt_single_stream</a>, <a class="el" href="structfile__pair.html#abcd6b5b852a5bc8815a44dd025113bcf">file_pair::src_name</a>, and <a class="el" href="message_8h.html#a36bc083ed62e2e0fdcda60f1c2e1153daa96a214a1aaf8f85440099c58309bb9e">V_ERROR</a>.</p>

<p>Referenced by <a class="el" href="coder_8h.html#acbe7065d22ed54ab19a1a9bb0cb808de">coder_run()</a>.</p>

</div>
</div>
<a class="anchor" id="a1dc9a6813d9158c93ad48053549825b0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static bool coder_normal </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="structfile__pair.html">file_pair</a> *&#160;</td>
          <td class="paramname"><em>pair</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Compress or decompress using liblzma. </p>

<p>References <a class="el" href="structlzma__stream.html#abb680ecea31910cbda1d7a6ad4f191c0">lzma_stream::avail_in</a>, <a class="el" href="structlzma__stream.html#a5ff28ea4e39148723c19f59811627904">lzma_stream::avail_out</a>, <a class="el" href="file__io_8c.html#aa06dd4cd771d5a19bc191ff334f0623a">io_fix_src_pos()</a>, <a class="el" href="file__io_8c.html#ae7642411c20e8800874f7f95489c8d9d">io_read()</a>, <a class="el" href="file__io_8c.html#a42ccfb816386ca04e622762bad58ef6f">io_write()</a>, <a class="el" href="base_8h.html#a28cc09bc422d5ba1e0187c9f2af5d957">lzma_code()</a>, <a class="el" href="base_8h.html#a8494e0457e1463d6d2b6836018d87b6ea3aa72729a844790e39b4e1101a731dfb">LZMA_DATA_ERROR</a>, <a class="el" href="base_8h.html#aa92efcbf3cecfcac79c81fc645fce77ea7d24fb3c6c144d13bcb091195b8ebec1">LZMA_FINISH</a>, <a class="el" href="base_8h.html#aa92efcbf3cecfcac79c81fc645fce77eaab46f0d7c721f1ec377e9575eab2586f">LZMA_FULL_FLUSH</a>, <a class="el" href="base_8h.html#a418b210cf206782a73cd9de7dc27f670">lzma_memusage()</a>, <a class="el" href="base_8h.html#a8494e0457e1463d6d2b6836018d87b6eaa720d30092d504d7d138a320db1905ef">LZMA_NO_CHECK</a>, <a class="el" href="base_8h.html#a8494e0457e1463d6d2b6836018d87b6eac003781ccb81bbd5578e29abed8a8cfe">LZMA_OK</a>, <a class="el" href="base_8h.html#aa92efcbf3cecfcac79c81fc645fce77ea868472b76492afcaef54020a481890b1">LZMA_RUN</a>, <a class="el" href="base_8h.html#a8494e0457e1463d6d2b6836018d87b6ea91ecc6fab14c13ad36224afbcb4e55c4">LZMA_STREAM_END</a>, <a class="el" href="base_8h.html#a8494e0457e1463d6d2b6836018d87b6ea989f393a1772d85bf545a9da48fc7ac2">LZMA_UNSUPPORTED_CHECK</a>, <a class="el" href="message_8h.html#a61c64c39e7ec889482a901fbd63f794c">message_error()</a>, <a class="el" href="message_8c.html#a6953ba5a13ff12f32091346b5772e992">message_mem_needed()</a>, <a class="el" href="message_8c.html#abc7b1a649494177507246554d2d6d6ef">message_progress_update()</a>, <a class="el" href="message_8c.html#abf022fbe95ee294ef7ee78f01a4ea499">message_strm()</a>, <a class="el" href="message_8h.html#a7b1aa271362d38242ea6c42e3d5453aa">message_warning()</a>, <a class="el" href="structlzma__stream.html#a72fdc738c793f07a5c29715aa57802cf">lzma_stream::next_in</a>, <a class="el" href="structlzma__stream.html#a14ee64ed636ddcb775edf87e2b9f42ec">lzma_stream::next_out</a>, <a class="el" href="coder_8c.html#ae2cc49eea149f63558415d0883339595">opt_block_size</a>, <a class="el" href="coder_8c.html#a86110016dfb55682abf8a2b25927c3fc">opt_format</a>, <a class="el" href="coder_8c.html#aed58b2945b6b414405af58615ca823b6">opt_mode</a>, <a class="el" href="coder_8c.html#acd019d002c1904bffdeca838b422235a">opt_single_stream</a>, <a class="el" href="structfile__pair.html#afee08cdab4c8f19e0734a6da48e21921">file_pair::src_eof</a>, <a class="el" href="structfile__pair.html#abcd6b5b852a5bc8815a44dd025113bcf">file_pair::src_name</a>, <a class="el" href="signals_8c.html#a190aaf6ae9eaa75671718e1ceed999e6">user_abort</a>, and <a class="el" href="message_8h.html#a36bc083ed62e2e0fdcda60f1c2e1153daa96a214a1aaf8f85440099c58309bb9e">V_ERROR</a>.</p>

<p>Referenced by <a class="el" href="coder_8h.html#acbe7065d22ed54ab19a1a9bb0cb808de">coder_run()</a>.</p>

</div>
</div>
<a class="anchor" id="ae31acd560ee4d35b7bd0d1bdc94fde0a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static bool coder_passthru </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="structfile__pair.html">file_pair</a> *&#160;</td>
          <td class="paramname"><em>pair</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">
<p>Copy from input file to output file without processing the data in any way. This is used only when trying to decompress unrecognized files with &ndash;decompress &ndash;stdout &ndash;force, so the output is always stdout. </p>

<p>References <a class="el" href="structlzma__stream.html#abb680ecea31910cbda1d7a6ad4f191c0">lzma_stream::avail_in</a>, <a class="el" href="file__io_8c.html#ae7642411c20e8800874f7f95489c8d9d">io_read()</a>, <a class="el" href="file__io_8c.html#a42ccfb816386ca04e622762bad58ef6f">io_write()</a>, <a class="el" href="message_8c.html#abc7b1a649494177507246554d2d6d6ef">message_progress_update()</a>, <a class="el" href="structlzma__stream.html#a1a411e1755d6185756caefabc3932c7b">lzma_stream::total_in</a>, <a class="el" href="structlzma__stream.html#a80d703ffdfd7661e344fe7b61ff737fa">lzma_stream::total_out</a>, and <a class="el" href="signals_8c.html#a190aaf6ae9eaa75671718e1ceed999e6">user_abort</a>.</p>

<p>Referenced by <a class="el" href="coder_8h.html#acbe7065d22ed54ab19a1a9bb0cb808de">coder_run()</a>.</p>

</div>
</div>
<a class="anchor" id="acbe7065d22ed54ab19a1a9bb0cb808de"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void coder_run </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>filename</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Compress or decompress the given file. </p>

<p>References <a class="el" href="structlzma__stream.html#abb680ecea31910cbda1d7a6ad4f191c0">lzma_stream::avail_in</a>, <a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init()</a>, <a class="el" href="coder_8c.html#a1dc9a6813d9158c93ad48053549825b0">coder_normal()</a>, <a class="el" href="coder_8c.html#ae31acd560ee4d35b7bd0d1bdc94fde0a">coder_passthru()</a>, <a class="el" href="file__io_8c.html#a8dcc56461111f392398385820ad9c1d9">io_close()</a>, <a class="el" href="file__io_8c.html#a51c7b0ad8b7829773a69972565b7d08d">io_open_dest()</a>, <a class="el" href="file__io_8c.html#ac4fb03f340ee03676cbde913682a3719">io_open_src()</a>, <a class="el" href="file__io_8c.html#ae7642411c20e8800874f7f95489c8d9d">io_read()</a>, <a class="el" href="message_8c.html#a611dae7c0bc66f08de8dd064265d74c1">message_filename()</a>, <a class="el" href="message_8c.html#a01159ec580233fe9b1ebf688df3ee769">message_progress_end()</a>, <a class="el" href="message_8c.html#a57e5a4299d3b2d8518ff55d7a85eca32">message_progress_start()</a>, <a class="el" href="structlzma__stream.html#a72fdc738c793f07a5c29715aa57802cf">lzma_stream::next_in</a>, <a class="el" href="coder_8c.html#aed58b2945b6b414405af58615ca823b6">opt_mode</a>, <a class="el" href="structfile__pair.html#ab2b63e4c15c0489b67ee3d795174d3dc">file_pair::src_st</a>, and <a class="el" href="signals_8c.html#a190aaf6ae9eaa75671718e1ceed999e6">user_abort</a>.</p>

</div>
</div>
<a class="anchor" id="a046610a034f1ae8d3bb152e8e2bde7c7"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void coder_free </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Free the memory allocated for the coder and kill the worker threads. </p>

<p>References <a class="el" href="base_8h.html#a854ff37464ae1225febf14db1af43308">lzma_end()</a>.</p>

</div>
</div>
<h2>Variable Documentation</h2>
<a class="anchor" id="aed58b2945b6b414405af58615ca823b6"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum operation_mode opt_mode = MODE_COMPRESS</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Operation mode of the command line tool. This is set in <a class="el" href="args_8c.html" title="Argument parsing.">args.c</a> and read in several files. </p>

<p>Referenced by <a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init()</a>, <a class="el" href="coder_8c.html#a1dc9a6813d9158c93ad48053549825b0">coder_normal()</a>, <a class="el" href="coder_8h.html#acbe7065d22ed54ab19a1a9bb0cb808de">coder_run()</a>, <a class="el" href="message_8h.html#a611dae7c0bc66f08de8dd064265d74c1">message_filename()</a>, <a class="el" href="message_8h.html#a6953ba5a13ff12f32091346b5772e992">message_mem_needed()</a>, <a class="el" href="message_8c.html#acbbb9eea316e38b0df1bf050d5a2feb6">print_filename()</a>, <a class="el" href="message_8c.html#a156f74d3ffb18df5de383831694ef01c">progress_pos()</a>, and <a class="el" href="suffix_8h.html#abdb170ea5ed537b62854a65c3e5d5b89">suffix_get_dest_name()</a>.</p>

</div>
</div>
<a class="anchor" id="a86110016dfb55682abf8a2b25927c3fc"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum format_type opt_format = FORMAT_AUTO</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>File format to use when encoding or what format(s) to accept when decoding. This is a global because it's needed also in <a class="el" href="suffix_8c.html" title="Checks filename suffix and creates the destination filename.">suffix.c</a>. This is set in <a class="el" href="args_8c.html" title="Argument parsing.">args.c</a>. </p>

<p>Referenced by <a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init()</a>, <a class="el" href="coder_8c.html#a1dc9a6813d9158c93ad48053549825b0">coder_normal()</a>, <a class="el" href="suffix_8c.html#a2ad0f107f38f2223f3f797e0f11a47a5">compressed_name()</a>, <a class="el" href="list_8h.html#a2b9bdcc3cdcc48e99a29e178df9d4899">list_file()</a>, and <a class="el" href="suffix_8c.html#ad079d499b2fe1cdbba345998711a8fc0">uncompressed_name()</a>.</p>

</div>
</div>
<a class="anchor" id="ad6884beb1efb0650651a2d29b31aa486"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool opt_auto_adjust = true</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>If true, the compression settings are automatically adjusted down if they exceed the memory usage limit. </p>

</div>
</div>
<a class="anchor" id="acd019d002c1904bffdeca838b422235a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool opt_single_stream = false</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>If true, stop after decoding the first stream. </p>

<p>Referenced by <a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init()</a>, and <a class="el" href="coder_8c.html#a1dc9a6813d9158c93ad48053549825b0">coder_normal()</a>.</p>

</div>
</div>
<a class="anchor" id="ae2cc49eea149f63558415d0883339595"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint64_t opt_block_size = 0</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>If non-zero, start a new .xz Block after every opt_block_size bytes of input. This has an effect only when compressing to the .xz format. </p>

<p>Referenced by <a class="el" href="coder_8c.html#a1dc9a6813d9158c93ad48053549825b0">coder_normal()</a>.</p>

</div>
</div>
<a class="anchor" id="a048a6ae6a7da50de565b15d52ea9fafe"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structlzma__stream.html">lzma_stream</a> strm = <a class="el" href="base_8h.html#af31f0c8b6f14359cd082b9559f7f3e01">LZMA_STREAM_INIT</a></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Stream used to communicate with liblzma. </p>

<p>Referenced by <a class="el" href="message_8h.html#a57e5a4299d3b2d8518ff55d7a85eca32">message_progress_start()</a>, and <a class="el" href="list_8c.html#ada243f83a8540051b161d0a114ef8f24">parse_indexes()</a>.</p>

</div>
</div>
<a class="anchor" id="a9325236d5759d4eaadcba08a6bb5c96f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structlzma__filter.html">lzma_filter</a> filters[<a class="el" href="filter_8h.html#ab33c0cc1728bf390e5b84f8bce1928ba">LZMA_FILTERS_MAX</a>+1]</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Filters needed for all encoding all formats, and also decoding in raw data. </p>

<p>Referenced by <a class="el" href="stream__buffer__encoder_8c.html#a932a602de4f44d8525687698e51ce93d">lzma_stream_buffer_encode()</a>, and <a class="el" href="list_8c.html#ae8bf55be793e1ad58bc179ac19168c90">parse_block_header()</a>.</p>

</div>
</div>
<a class="anchor" id="abd66620c098c14668e72f70336e3adb0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="unionio__buf.html">io_buf</a> in_buf</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Input and output buffers. </p>

</div>
</div>
<a class="anchor" id="aacffe07f03a3cd84a6e889e79b71a35c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">uint32_t filters_count = 0</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Number of filters. Zero indicates that we are using a preset. </p>

<p>Referenced by <a class="el" href="coder_8h.html#a8884012fc28d467d3429070f270f7171">coder_add_filter()</a>, and <a class="el" href="coder_8h.html#aeacfa6d5e4a572118644c263e6bd6242">coder_set_preset()</a>.</p>

</div>
</div>
<a class="anchor" id="a6051615deba6fda4dda3296babbcd926"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">uint32_t preset_number = 6</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Number of the preset (0-9) </p>

<p>Referenced by <a class="el" href="coder_8h.html#aeacfa6d5e4a572118644c263e6bd6242">coder_set_preset()</a>.</p>

</div>
</div>
<a class="anchor" id="aa24782872e9af7bd14f6ab5379988263"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">bool preset_extreme = false</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">
<p>If a preset is used (no custom filter chain) and preset_extreme is true, a significantly slower compression is used to achieve slightly better compression ratio. </p>

<p>Referenced by <a class="el" href="coder_8h.html#a260615621b13619f4e27e82ac58722dd">coder_set_extreme()</a>.</p>

</div>
</div>
<a class="anchor" id="a5c94b0defea7996f245faec2693056cb"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="api_2lzma_2check_8h.html#a0a6100c719ac9aa49be3fdf7519e8c3f">lzma_check</a> check</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Integrity check type. </p>

<p>Referenced by <a class="el" href="coder_8c.html#a6848d01092ac252b6270f739af63e202">coder_init()</a>, <a class="el" href="coder_8h.html#a9536eb76947d3b4b3f6b8399b96f2b42">coder_set_check()</a>, <a class="el" href="block__buffer__encoder_8c.html#a635b4b6ab2edce064de64dbfeba9f5f5">lzma_block_buffer_encode()</a>, and <a class="el" href="stream__buffer__encoder_8c.html#a932a602de4f44d8525687698e51ce93d">lzma_stream_buffer_encode()</a>.</p>

</div>
</div>
<a class="anchor" id="a8a4d15476014f13f21648e34c753723a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">bool check_default = true</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>This becomes false if the &ndash;check=CHECK option is used. </p>

<p>Referenced by <a class="el" href="coder_8h.html#a9536eb76947d3b4b3f6b8399b96f2b42">coder_set_check()</a>.</p>

</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Nov 18 2012 19:30:21 for XZ Utils by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.2
</small></address>
</body>
</html>