~kernevil/ubuntu/trusty/bind9/sdlz-hmac-keys

« back to all changes in this revision

Viewing changes to lib/lwres/man/lwres_context.html

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, Matthew Grant, LaMont Jones
  • Date: 2012-10-29 08:37:49 UTC
  • mfrom: (1.9.2)
  • Revision ID: package-import@ubuntu.com-20121029083749-r9inpzl0yuj9xdlu
Tags: 1:9.8.4.dfsg-1
[Matthew Grant]

* Turn off dlopen as it was causing test compile failures.
* Add missing library .postrm files for debhelper

[LaMont Jones]

* New upstream version
* soname fixup
* Ack NMUs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!--
2
 
 - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 
2
 - Copyright (C) 2004, 2005, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
3
3
 - Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
4
4
 - 
5
5
 - Permission to use, copy, modify, and/or distribute this software for any
14
14
 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
15
 - PERFORMANCE OF THIS SOFTWARE.
16
16
-->
17
 
<!-- $Id: lwres_context.html,v 1.24 2009-07-11 01:12:46 tbox Exp $ -->
 
17
<!-- $Id$ -->
18
18
<html>
19
19
<head>
20
20
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
172
172
</div>
173
173
</div>
174
174
<div class="refsect1" lang="en">
175
 
<a name="id2543531"></a><h2>DESCRIPTION</h2>
 
175
<a name="id2543536"></a><h2>DESCRIPTION</h2>
176
176
<p><code class="function">lwres_context_create()</code>
177
177
      creates a <span class="type">lwres_context_t</span> structure for use in
178
178
      lightweight resolver operations.  It holds a socket and other
258
258
    </p>
259
259
</div>
260
260
<div class="refsect1" lang="en">
261
 
<a name="id2543719"></a><h2>RETURN VALUES</h2>
 
261
<a name="id2543723"></a><h2>RETURN VALUES</h2>
262
262
<p><code class="function">lwres_context_create()</code>
263
263
      returns <span class="errorcode">LWRES_R_NOMEMORY</span> if memory for
264
264
      the <span class="type">struct lwres_context</span> could not be allocated,
283
283
    </p>
284
284
</div>
285
285
<div class="refsect1" lang="en">
286
 
<a name="id2543769"></a><h2>SEE ALSO</h2>
 
286
<a name="id2543773"></a><h2>SEE ALSO</h2>
287
287
<p><span class="citerefentry"><span class="refentrytitle">lwres_conf_init</span>(3)</span>,
288
288
 
289
289
      <span class="citerefentry"><span class="refentrytitle">malloc</span>(3)</span>,