ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/pxys2-2.1.0/pxyservd/dbprim/doc/html/ll__iter_8c.html
Revision: 3253
Committed: Wed Apr 2 20:46:18 2014 UTC (10 years ago) by michael
Content type: text/html
File size: 2791 byte(s)
Log Message:
- Imported pxys2-2.1.0

File Contents

# Content
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>DatabasePrimitivesLibrary: ll_iter.c File Reference</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.4 -->
7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
8 <h1>ll_iter.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
9 <p><b>For internal use only.</b></p>
10 <p>
11 This file contains the implementation of the <a class="el" href="group__dbprim__link.html#ga10">ll_iter()</a> function, used to iterate over every element in a linked list.</p>
12
13 <p>
14 Definition in file <a class="el" href="ll__iter_8c-source.html">ll_iter.c</a>.
15 <p>
16 <code>#include &quot;<a class="el" href="dbprim_8h-source.html">dbprim.h</a>&quot;</code><br>
17 <code>#include &quot;<a class="el" href="dbprim__int_8h-source.html">dbprim_int.h</a>&quot;</code><br>
18
19 <p>
20 Include dependency graph for ll_iter.c:<p><center><img src="ll__iter_8c__incl.png" border="0" usemap="#ll_iter.c_map" alt=""></center>
21 <map name="ll_iter.c_map">
22 <area href="dbprim_8h.html" shape="rect" coords="128,54,203,78" alt="">
23 <area href="dbprim__int_8h.html" shape="rect" coords="118,102,214,126" alt="">
24 </map>
25
26 <p>
27 <a href="ll__iter_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
28 <tr><td></td></tr>
29 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
30 <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__dbprim__link.html#ga10">ll_iter</a> (<a class="el" href="struct__link__head__s.html">link_head_t</a> *list, <a class="el" href="struct__link__elem__s.html">link_elem_t</a> *start, <a class="el" href="group__dbprim__link.html#ga2">link_iter_t</a> iter_func, void *extra, unsigned long flags)</td></tr>
31
32 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Iterate over each entry in a linked list. <a href="group__dbprim__link.html#ga10"></a><br></td></tr>
33 </table>
34 <hr size="1"><address style="align: right;"><small>Generated on Sat Jul 15 14:10:42 2006 for DatabasePrimitivesLibrary by&nbsp;
35 <a href="http://www.doxygen.org/index.html">
36 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
37 </body>
38 </html>