This file is indexed.

/usr/share/doc/libpacparser-dev/html/pacparser_just_find_proxy.3.html is in libpacparser-dev 1.3.0-1build1.

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
  <!-- manual page source format generated by PolyglotMan v3.2, -->
<!-- available at http://polyglotman.sourceforge.net/ -->

<html>
<head>
<title>"pacparser_just_find_proxy"(3) manual page</title>
</head>
<body bgcolor='white'>
<a href='#toc'>Table of Contents</a><p>

<h2><a name='sect0' href='#toc0'>Name</a></h2>
pacparser_just_find_proxy - Finds proxy for a given PAC file, url
and host. 
<h2><a name='sect1' href='#toc1'>Synopsis</a></h2>
<b>#include &lt;pacparser.h&gt; <p>
char *pacparser_just_find_proxy <br>
( <br>
<tt> </tt>&nbsp;<tt> </tt>&nbsp;const char *pacfile,<br>
 <br>
<tt> </tt>&nbsp;<tt> </tt>&nbsp;const char *url,<br>
 <br>
<tt> </tt>&nbsp;<tt> </tt>&nbsp;const char *host<br>
 <br>
); 
<h2><a name='sect2' href='#toc2'></b>Parameters</a></h2>

<dl>

<dt><b>const char *pacfile</b> </dt>
<dd>PAC file. </dd>

<dt><b>const char *url</b> </dt>
<dd>URL to find proxy
for. </dd>

<dt><b>const char *host</b> </dt>
<dd>Host part of the URL. </dd>
</dl>

<h2><a name='sect3' href='#toc3'>Description</a></h2>
This function is a
wrapper around functions pacparser_init, pacparser_parse_pac_file, pacparser_find_proxy
and pacparser_cleanup. If you just want to find out proxy a given set of
pac file, url and host, this is the function to call. This function takes
care of all the initialization and cleanup. 
<h2><a name='sect4' href='#toc4'>Returns</a></h2>
Proxy string on success
and NULL on error. 
<h2><a name='sect5' href='#toc5'>See Also</a></h2>
<a href='pacparser_version.3.html'>pacparser_version(3)</a>
, <a href='pacparser_init.3.html'>pacparser_init(3)</a>
, <a href='pacparser_parse_pac_file.3.html'>pacparser_parse_pac_file(3)</a>
,
<a href='pacparser_parse_pac_string.3.html'>pacparser_parse_pac_string(3)</a>
, <a href='pacparser_parse_pac.3.html'>pacparser_parse_pac(3)</a>
, <a href='pacparser_find_proxy.3.html'>pacparser_find_proxy(3)</a>
,
<a href='pacparser_cleanup.3.html'>pacparser_cleanup(3)</a>
, <a href='pacparser_setmyip.3.html'>pacparser_setmyip(3)</a>
, <a href='pacparser_enable_microsoft_extensions.3.html'>pacparser_enable_microsoft_extensions(3)</a>

<p>

<hr><p>
<a name='toc'><b>Table of Contents</b></a><p>
<ul>
<li><a name='toc0' href='#sect0'>Name</a></li>
<li><a name='toc1' href='#sect1'>Synopsis</a></li>
<li><a name='toc2' href='#sect2'>Parameters</a></li>
<li><a name='toc3' href='#sect3'>Description</a></li>
<li><a name='toc4' href='#sect4'>Returns</a></li>
<li><a name='toc5' href='#sect5'>See Also</a></li>
</ul>
</body>
</html>