This file is indexed.

/usr/share/doc/liblzma-doc/html/structlzma__filter__info__s.html is in liblzma-doc 5.1.1alpha+20110809-3.

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
<!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"/>
<title>XZ Utils: lzma_filter_info_s Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<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>
  <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 class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">lzma_filter_info_s Struct Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="lzma_filter_info_s" -->
<p><code>#include &lt;common.h&gt;</code></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="vli_8h.html#a1dbc0ffc3e72748f64df8f7f71898272">lzma_vli</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlzma__filter__info__s.html#a748331bd1a36a9bf3cc57af69582a173">id</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="common_8h.html#a2897729ce4e6af56b4412222bdc4280f">lzma_init_function</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlzma__filter__info__s.html#ac5e483e8fcaa10f1c0a1111b36db1bac">init</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlzma__filter__info__s.html#a12e1758fcf1860a633edfcd355529353">options</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Pointer to filter's options structure.  <a href="#a12e1758fcf1860a633edfcd355529353"></a><br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Raw coder validates and converts an array of <a class="el" href="structlzma__filter.html" title="Filter options.">lzma_filter</a> structures to an array of lzma_filter_info structures. This array is used with lzma_next_filter_init to initialize the filter chain. </p>
</div><hr/><h2>Field Documentation</h2>
<a class="anchor" id="a748331bd1a36a9bf3cc57af69582a173"></a><!-- doxytag: member="lzma_filter_info_s::id" ref="a748331bd1a36a9bf3cc57af69582a173" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="vli_8h.html#a1dbc0ffc3e72748f64df8f7f71898272">lzma_vli</a> <a class="el" href="structlzma__filter__info__s.html#a748331bd1a36a9bf3cc57af69582a173">lzma_filter_info_s::id</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Filter ID. This is used only by the encoder with <a class="el" href="filter_8h.html#a4a8fd969df001e449ebe4421ab33bba5" title="Update the filter chain in the encoder.">lzma_filters_update()</a>. </p>

<p>Referenced by <a class="el" href="common_8h.html#a083a413c43195aed33e19b1d2c043f88">lzma_next_filter_init()</a>.</p>

</div>
</div>
<a class="anchor" id="ac5e483e8fcaa10f1c0a1111b36db1bac"></a><!-- doxytag: member="lzma_filter_info_s::init" ref="ac5e483e8fcaa10f1c0a1111b36db1bac" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="common_8h.html#a2897729ce4e6af56b4412222bdc4280f">lzma_init_function</a> <a class="el" href="structlzma__filter__info__s.html#ac5e483e8fcaa10f1c0a1111b36db1bac">lzma_filter_info_s::init</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Pointer to function used to initialize the filter. This is NULL to indicate end of array. </p>

<p>Referenced by <a class="el" href="common_8h.html#a083a413c43195aed33e19b1d2c043f88">lzma_next_filter_init()</a>.</p>

</div>
</div>
<a class="anchor" id="a12e1758fcf1860a633edfcd355529353"></a><!-- doxytag: member="lzma_filter_info_s::options" ref="a12e1758fcf1860a633edfcd355529353" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void* <a class="el" href="structlzma__filter__info__s.html#a12e1758fcf1860a633edfcd355529353">lzma_filter_info_s::options</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Pointer to filter's options structure. </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>liblzma/common/<a class="el" href="common_8h.html">common.h</a></li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Nov 1 2011 10:43:15 for XZ Utils by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>