This file is indexed.

/usr/share/doc/liblzma-doc/html/structlzma__length__decoder.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
<!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: lzma_length_decoder Struct 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 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><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">lzma_length_decoder Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Length decoder probabilities; see comments in <a class="el" href="lzma__common_8h.html" title="Private definitions common to LZMA encoder and decoder.">lzma_common.h</a>.  
 <a href="structlzma__length__decoder.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a8a46f0d69d822a8047902151c7e1f837"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8a46f0d69d822a8047902151c7e1f837"></a>
<a class="el" href="range__common_8h.html#a34c0f9a451832941a8aa04aa8e085efa">probability</a>&#160;</td><td class="memItemRight" valign="bottom"><b>choice</b></td></tr>
<tr class="memitem:a63115e27256cfd638301e8e4d5c65a15"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a63115e27256cfd638301e8e4d5c65a15"></a>
<a class="el" href="range__common_8h.html#a34c0f9a451832941a8aa04aa8e085efa">probability</a>&#160;</td><td class="memItemRight" valign="bottom"><b>choice2</b></td></tr>
<tr class="memitem:a52eb3a41977417fb3d82de3fd052a7b8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a52eb3a41977417fb3d82de3fd052a7b8"></a>
<a class="el" href="range__common_8h.html#a34c0f9a451832941a8aa04aa8e085efa">probability</a>&#160;</td><td class="memItemRight" valign="bottom"><b>low</b> [<a class="el" href="lzma__common_8h.html#a745eda4922193007c4b894dd75330549">POS_STATES_MAX</a>][LEN_LOW_SYMBOLS]</td></tr>
<tr class="memitem:aa37231f389ea2578deb5deeb96eeea42"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa37231f389ea2578deb5deeb96eeea42"></a>
<a class="el" href="range__common_8h.html#a34c0f9a451832941a8aa04aa8e085efa">probability</a>&#160;</td><td class="memItemRight" valign="bottom"><b>mid</b> [<a class="el" href="lzma__common_8h.html#a745eda4922193007c4b894dd75330549">POS_STATES_MAX</a>][LEN_MID_SYMBOLS]</td></tr>
<tr class="memitem:a48f7862e40efdb442a2176fc3de62f36"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a48f7862e40efdb442a2176fc3de62f36"></a>
<a class="el" href="range__common_8h.html#a34c0f9a451832941a8aa04aa8e085efa">probability</a>&#160;</td><td class="memItemRight" valign="bottom"><b>high</b> [LEN_HIGH_SYMBOLS]</td></tr>
</table>
<a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Length decoder probabilities; see comments in <a class="el" href="lzma__common_8h.html" title="Private definitions common to LZMA encoder and decoder.">lzma_common.h</a>. </p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li>liblzma/lzma/<a class="el" href="lzma__decoder_8c.html">lzma_decoder.c</a></li>
</ul>
</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>