This file is indexed.

/usr/share/doc/liblzma-doc/html/unionio__buf.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
<!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: io_buf Union 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">io_buf Union Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="io_buf" -->
<p><code>#include &lt;file_io.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="anchor" id="a8aeb5732cba5cae653b05fb6079850b7"></a><!-- doxytag: member="io_buf::u8" ref="a8aeb5732cba5cae653b05fb6079850b7" args="[IO_BUFFER_SIZE]" -->
uint8_t&#160;</td><td class="memItemRight" valign="bottom"><b>u8</b> [IO_BUFFER_SIZE]</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a98e0cad575a6118c0518a823e8c0aa1e"></a><!-- doxytag: member="io_buf::u32" ref="a98e0cad575a6118c0518a823e8c0aa1e" args="[IO_BUFFER_SIZE/sizeof(uint32_t)]" -->
uint32_t&#160;</td><td class="memItemRight" valign="bottom"><b>u32</b> [IO_BUFFER_SIZE/sizeof(uint32_t)]</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a62b585619d3b3f93e24057fbe1658371"></a><!-- doxytag: member="io_buf::u64" ref="a62b585619d3b3f93e24057fbe1658371" args="[IO_BUFFER_SIZE/sizeof(uint64_t)]" -->
uint64_t&#160;</td><td class="memItemRight" valign="bottom"><b>u64</b> [IO_BUFFER_SIZE/sizeof(uint64_t)]</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>is_sparse() accesses the buffer as uint64_t for maximum speed. Use an union to make sure that the buffer is properly aligned. </p>
</div><hr/>The documentation for this union was generated from the following file:<ul>
<li>xz/<a class="el" href="file__io_8h.html">file_io.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>