Sophie

Sophie

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

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: order_lock Struct 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 class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><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="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="classes.html"><span>Data&nbsp;Structure&nbsp;Index</span></a></li>
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>order_lock Struct Reference</h1><!-- doxytag: class="order_lock" -->a lock  
<a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="572d50f6ef03221e0db7638de00bfea4"></a><!-- doxytag: member="order_lock::node" ref="572d50f6ef03221e0db7638de00bfea4" args="" -->
<a class="el" href="structrbnode__t.html">rbnode_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structorder__lock.html#572d50f6ef03221e0db7638de00bfea4">node</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">rbnode in all tree <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b7ce374e03cd6e14e491b86b02cf5e83"></a><!-- doxytag: member="order_lock::id" ref="b7ce374e03cd6e14e491b86b02cf5e83" args="" -->
struct <a class="el" href="structorder__id.html">order_id</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structorder__lock.html#b7ce374e03cd6e14e491b86b02cf5e83">id</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">lock id <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="15329453ada7d278d7c418ba0e8d3846"></a><!-- doxytag: member="order_lock::create_file" ref="15329453ada7d278d7c418ba0e8d3846" args="" -->
char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structorder__lock.html#15329453ada7d278d7c418ba0e8d3846">create_file</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">the creation file <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9d4efb6ba3ba0d0450003b4c9bc99b43"></a><!-- doxytag: member="order_lock::create_line" ref="9d4efb6ba3ba0d0450003b4c9bc99b43" args="" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structorder__lock.html#9d4efb6ba3ba0d0450003b4c9bc99b43">create_line</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">creation line <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f0c6dd14b3c8e6c135b868ce97bbe5b3"></a><!-- doxytag: member="order_lock::smaller" ref="f0c6dd14b3c8e6c135b868ce97bbe5b3" args="" -->
<a class="el" href="structrbtree__t.html">rbtree_t</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structorder__lock.html#f0c6dd14b3c8e6c135b868ce97bbe5b3">smaller</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">set of all locks that are smaller than this one (locked earlier) <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structlock__ref.html">lock_ref</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structorder__lock.html#9f0c05c353da645e02c978c47429918d">dfs_next</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">during depthfirstsearch, this is a linked list of the stack of locks.  <a href="#9f0c05c353da645e02c978c47429918d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="23a698877570ff307b0b78954fb0448b"></a><!-- doxytag: member="order_lock::visited" ref="23a698877570ff307b0b78954fb0448b" args="" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structorder__lock.html#23a698877570ff307b0b78954fb0448b">visited</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">if lock has been visited (all smaller locks have been compared to this lock), only need to compare this with all unvisited(bigger) locks <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
a lock <hr><h2>Field Documentation</h2>
<a class="anchor" name="9f0c05c353da645e02c978c47429918d"></a><!-- doxytag: member="order_lock::dfs_next" ref="9f0c05c353da645e02c978c47429918d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structlock__ref.html">lock_ref</a>* <a class="el" href="structorder__lock.html#9f0c05c353da645e02c978c47429918d">order_lock::dfs_next</a><code> [read]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
during depthfirstsearch, this is a linked list of the stack of locks. 
<p>
points to the next lock bigger than this one. 
<p>Referenced by <a class="el" href="lock__verify_8c_source.html#l00347">check_order_lock()</a>, <a class="el" href="lock__verify_8c_source.html#l00305">detect_cycle()</a>, <a class="el" href="lock__verify_8c_source.html#l00278">found_cycle()</a>, and <a class="el" href="lock__verify_8c_source.html#l00323">search_cycle()</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>testcode/<a class="el" href="lock__verify_8c.html">lock_verify.c</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Oct 13 06:46:34 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>