ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libspf/docs/API/doxygen/html/structstrbuf__node__s.html
Revision: 1.1
Committed: Tue Nov 13 00:51:30 2007 UTC (18 years, 10 months ago) by root
Content type: text/html
Branch: MAIN
CVS Tags: HEAD
Log Message:
initial import of libspf-1.0.0-p5 from freebsd ports

File Contents

# User Rev Content
1 root 1.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>libSPF v1.0: strbuf_node_s Struct Reference</title>
4     <link href="doxygen.css" rel="stylesheet" type="text/css">
5     </head><body>
6     <!-- Generated by Doxygen 1.3.8 -->
7     <div class="qindex"> <form class="search" action="search.php" method="get">
8     <a class="qindex" href="main.html">Main&nbsp;Page</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> | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
9     <h1>strbuf_node_s Struct Reference</h1><code>#include &lt;<a class="el" href="spf_8h-source.html">spf.h</a>&gt;</code>
10     <p>
11     Collaboration diagram for strbuf_node_s:<p><center><img src="structstrbuf__node__s__coll__graph.png" border="0" usemap="#strbuf__node__s__coll__map" alt="Collaboration graph"></center>
12     <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><table border=0 cellpadding=0 cellspacing=0>
13     <tr><td></td></tr>
14     <tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
15     <tr><td class="memItemLeft" nowrap align=right valign=top>size_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structstrbuf__node__s.html#o0">len</a></td></tr>
16    
17     <tr><td class="memItemLeft" nowrap align=right valign=top>char *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structstrbuf__node__s.html#o1">s</a></td></tr>
18    
19     <tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="structstrbuf__node__s.html">strbuf_node_s</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structstrbuf__node__s.html#o2">next</a></td></tr>
20    
21     </table>
22     <hr><h2>Field Documentation</h2>
23     <a class="anchor" name="o0" doxytag="strbuf_node_s::len" ></a><p>
24     <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
25     <tr>
26     <td class="mdRow">
27     <table cellpadding="0" cellspacing="0" border="0">
28     <tr>
29     <td class="md" nowrap valign="top"> size_t <a class="el" href="structstrbuf__node__s.html#o0">strbuf_node_s::len</a> </td>
30     </tr>
31     </table>
32     </td>
33     </tr>
34     </table>
35     <table cellspacing=5 cellpadding=0 border=0>
36     <tr>
37     <td>
38     &nbsp;
39     </td>
40     <td>
41    
42     <p>
43     Definition at line <a class="el" href="spf_8h-source.html#l00256">256</a> of file <a class="el" href="spf_8h-source.html">spf.h</a>.
44     <p>
45     Referenced by <a class="el" href="macro_8c-source.html#l00638">MACRO_addbuf()</a>, and <a class="el" href="macro_8c-source.html#l00071">MACRO_expand()</a>. </td>
46     </tr>
47     </table>
48     <a class="anchor" name="o2" doxytag="strbuf_node_s::next" ></a><p>
49     <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
50     <tr>
51     <td class="mdRow">
52     <table cellpadding="0" cellspacing="0" border="0">
53     <tr>
54     <td class="md" nowrap valign="top"> struct <a class="el" href="structstrbuf__node__s.html">strbuf_node_s</a>* <a class="el" href="structstrbuf__node__s.html#o2">strbuf_node_s::next</a> </td>
55     </tr>
56     </table>
57     </td>
58     </tr>
59     </table>
60     <table cellspacing=5 cellpadding=0 border=0>
61     <tr>
62     <td>
63     &nbsp;
64     </td>
65     <td>
66    
67     <p>
68     Definition at line <a class="el" href="spf_8h-source.html#l00258">258</a> of file <a class="el" href="spf_8h-source.html">spf.h</a>.
69     <p>
70     Referenced by <a class="el" href="macro_8c-source.html#l00638">MACRO_addbuf()</a>. </td>
71     </tr>
72     </table>
73     <a class="anchor" name="o1" doxytag="strbuf_node_s::s" ></a><p>
74     <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
75     <tr>
76     <td class="mdRow">
77     <table cellpadding="0" cellspacing="0" border="0">
78     <tr>
79     <td class="md" nowrap valign="top"> char* <a class="el" href="structstrbuf__node__s.html#o1">strbuf_node_s::s</a> </td>
80     </tr>
81     </table>
82     </td>
83     </tr>
84     </table>
85     <table cellspacing=5 cellpadding=0 border=0>
86     <tr>
87     <td>
88     &nbsp;
89     </td>
90     <td>
91    
92     <p>
93     Definition at line <a class="el" href="spf_8h-source.html#l00257">257</a> of file <a class="el" href="spf_8h-source.html">spf.h</a>.
94     <p>
95     Referenced by <a class="el" href="macro_8c-source.html#l00638">MACRO_addbuf()</a>, and <a class="el" href="macro_8c-source.html#l00071">MACRO_expand()</a>. </td>
96     </tr>
97     </table>
98     <hr>The documentation for this struct was generated from the following file:<ul>
99     <li><a class="el" href="spf_8h-source.html">spf.h</a></ul>
100     <hr size="1"><address style="align: right;"><small>Generated on Thu Sep 16 18:10:52 2004 for libSPF v1.0 by
101     <a href="http://www.doxygen.org/index.html">
102     <img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
103     </body>
104     </html>