This file is indexed.

/usr/share/doc/liblqr-1-0-dev/html/ref-lqr-vmap-list-start.html is in liblqr-1-0-dev 0.4.1-1.1.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>lqr_vmap_list_start</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="The Liquid Rescale library Manual"><link rel="up" href="ref-vmaps.html" title="Visibiliy maps"><link rel="prev" href="ref-lqr-vmap-load.html" title="lqr_vmap_load"><link rel="next" href="ref-lqr-vmap-list-current.html" title="lqr_vmap_list_current"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><code class="function">lqr_vmap_list_start</code></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ref-lqr-vmap-load.html">Prev</a> </td><th width="60%" align="center">Visibiliy maps</th><td width="20%" align="right"> <a accesskey="n" href="ref-lqr-vmap-list-current.html">Next</a></td></tr></table><hr></div><div class="refentry" title="lqr_vmap_list_start"><a name="ref-lqr-vmap-list-start"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>lqr_vmap_list_start &#8212; get the <code class="classname">LqrVMapList</code> list attached to an <code class="classname">LqrCarver</code></p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="funcsynopsis"><pre class="funcsynopsisinfo">#include &lt;lqr.h&gt;</pre><table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0" class="funcprototype-table"><tr><td><code class="funcdef">LqrVMapList* <b class="fsfunc">lqr_vmap_list_start</b>(</code></td><td>LqrCarver* <var class="pdparam">carver</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1" title="Description"><a name="idp33570912"></a><h2>Description</h2><p>
                        The function <code class="function">lqr_vmap_list_start</code> returns the stating point of the
                        <code class="classname">LqrVMapList</code> object associated with the <code class="classname">LqrCarver</code> object pointed to by
                        <em class="parameter"><code>carver</code></em>, which is used to keep track of the <code class="classname">LqrVMap</code> objects internally
                        dumped by it.
                    </p><p>
                        The returned value is <code class="literal"><span class="returnvalue">NULL</span></code> if there are no dumped visibility maps.
                    </p><p>
                        The function <code class="function">lqr_vmap_list_current</code> returns the <code class="classname">LqrVMap</code> object
                        corresponding to the current value of the <em class="parameter"><code>list</code></em> parameter, or <code class="literal"><span class="returnvalue">NULL</span></code>
                        in case of errors.
                    </p><p>
                        Use the functions <a class="xref" href="ref-lqr-vmap-list-current.html" title="lqr_vmap_list_current"><span class="refentrytitle"><code class="function">lqr_vmap_list_current</code></span>(3)</a> and
                        <a class="xref" href="ref-lqr-vmap-list-next.html" title="lqr_vmap_list_next"><span class="refentrytitle"><code class="function">lqr_vmap_list_next</code></span>(3)</a> to access the list element individually, or the
                        function <a class="xref" href="ref-lqr-vmap-list-foreach.html" title="lqr_vmap_list_foreach"><span class="refentrytitle"><code class="function">lqr_vmap_list_foreach</code></span>(3)</a> to operate on whole lists.
                    </p></div><div class="refsect1" title="See also"><a name="idp33582368"></a><h2>See also</h2><p>
                        <span class="simplelist"><a class="xref" href="ref-lqr-vmap-list-current.html" title="lqr_vmap_list_current"><span class="refentrytitle"><code class="function">lqr_vmap_list_current</code></span>(3)</a>, <a class="xref" href="ref-lqr-vmap-list-next.html" title="lqr_vmap_list_next"><span class="refentrytitle"><code class="function">lqr_vmap_list_next</code></span>(3)</a>, <a class="xref" href="ref-lqr-vmap-list-foreach.html" title="lqr_vmap_list_foreach"><span class="refentrytitle"><code class="function">lqr_vmap_list_foreach</code></span>(3)</a>, <a class="xref" href="ref-lqr-vmap-internal-dump.html" title="lqr_vmap_internal_dump"><span class="refentrytitle"><code class="function">lqr_vmap_internal_dump</code></span>(3)</a>, <a class="xref" href="ref-lqr-carver-set-dump-vmaps.html" title="lqr_carver_set_dump_vmaps"><span class="refentrytitle"><code class="function">lqr_carver_set_dump_vmaps</code></span>(3)</a></span>
                    </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ref-lqr-vmap-load.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ref-vmaps.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ref-lqr-vmap-list-current.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><code class="function">lqr_vmap_load</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <code class="function">lqr_vmap_list_current</code></td></tr></table></div></body></html>