Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 550bbe86d83a7870fdddc73c68e5d2b2 > files > 207

libunbound-devel-1.3.4-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>unbound: util/module.c File 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.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_4b581c88b01efb1cf178857b56f0f2fb.html">util</a>
  </div>
</div>
<div class="contents">
<h1>module.c File Reference</h1>Implementation of <a class="el" href="module_8h.html" title="This file contains the interface for DNS handling modules.">module.h</a>.  
<a href="#_details">More...</a>
<p>
<code>#include &quot;config.h&quot;</code><br>
<code>#include &quot;<a class="el" href="module_8h.html">util/module.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="module_8c.html#6d7d90fe88025adb75ebe554eae81415">strextstate</a> (enum <a class="el" href="module_8h.html#42696d302cc419299b98207675a2ba18">module_ext_state</a> s)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Debug utility: module external qstate to string.  <a href="#6d7d90fe88025adb75ebe554eae81415"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="module_8c.html#6b14221bb6394ad0b6760653146a3564">strmodulevent</a> (enum <a class="el" href="module_8h.html#3d7416154a3bc44d78e8a6e99efc4376">module_ev</a> e)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Debug utility: module event to string.  <a href="#6b14221bb6394ad0b6760653146a3564"></a><br></td></tr>
</table>
<hr><h2>Detailed Description</h2>
Implementation of <a class="el" href="module_8h.html" title="This file contains the interface for DNS handling modules.">module.h</a>. 
<p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="6d7d90fe88025adb75ebe554eae81415"></a><!-- doxytag: member="module.c::strextstate" ref="6d7d90fe88025adb75ebe554eae81415" args="(enum module_ext_state s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* strextstate           </td>
          <td>(</td>
          <td class="paramtype">enum <a class="el" href="module_8h.html#42696d302cc419299b98207675a2ba18">module_ext_state</a>&nbsp;</td>
          <td class="paramname"> <em>s</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Debug utility: module external qstate to string. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>s,:</em>&nbsp;</td><td>the state value. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>descriptive string. </dd></dl>

<p>References <a class="el" href="module_8h_source.html#l00234">module_error</a>, <a class="el" href="module_8h_source.html#l00236">module_finished</a>, <a class="el" href="module_8h_source.html#l00226">module_state_initial</a>, <a class="el" href="module_8h_source.html#l00230">module_wait_module</a>, <a class="el" href="module_8h_source.html#l00228">module_wait_reply</a>, and <a class="el" href="module_8h_source.html#l00232">module_wait_subquery</a>.</p>

<p>Referenced by <a class="el" href="remote_8c_source.html#l01376">get_mesh_status()</a>, <a class="el" href="iterator_8c_source.html#l02108">iter_operate()</a>, <a class="el" href="mesh_8c_source.html#l00886">mesh_run()</a>, and <a class="el" href="validator_8c_source.html#l01970">val_operate()</a>.</p>

</div>
</div><p>
<a class="anchor" name="6b14221bb6394ad0b6760653146a3564"></a><!-- doxytag: member="module.c::strmodulevent" ref="6b14221bb6394ad0b6760653146a3564" args="(enum module_ev e)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* strmodulevent           </td>
          <td>(</td>
          <td class="paramtype">enum <a class="el" href="module_8h.html#3d7416154a3bc44d78e8a6e99efc4376">module_ev</a>&nbsp;</td>
          <td class="paramname"> <em>e</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Debug utility: module event to string. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>e,:</em>&nbsp;</td><td>the module event value. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>descriptive string. </dd></dl>

<p>References <a class="el" href="module_8h_source.html#l00252">module_event_capsfail</a>, <a class="el" href="module_8h_source.html#l00256">module_event_error</a>, <a class="el" href="module_8h_source.html#l00254">module_event_moddone</a>, <a class="el" href="module_8h_source.html#l00244">module_event_new</a>, <a class="el" href="module_8h_source.html#l00250">module_event_noreply</a>, <a class="el" href="module_8h_source.html#l00246">module_event_pass</a>, and <a class="el" href="module_8h_source.html#l00248">module_event_reply</a>.</p>

<p>Referenced by <a class="el" href="iterator_8c_source.html#l02108">iter_operate()</a>, <a class="el" href="pythonmod_8c_source.html#l00288">pythonmod_operate()</a>, and <a class="el" href="validator_8c_source.html#l01970">val_operate()</a>.</p>

</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Oct 13 06:46:32 2009 for unbound by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>