ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/libspf/docs/API/doxygen/html/tree.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

# Content
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2 <head>
3 <meta http-equiv="Content-Type" content="text/xhtml;charset="iso-8859-1" />
4 <meta http-equiv="Content-Style-Type" content="text/css" />
5 <meta http-equiv="Content-Language" content="en" />
6 <link rel="stylesheet" href="doxygen.css">
7 <title>TreeView</title>
8 <style type="text/css">
9 <!--
10 .directory { font-size: 10pt; font-weight: bold; }
11 .directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
12 .directory p { margin: 0px; white-space: nowrap; }
13 .directory div { display: none; margin: 0px; }
14 .directory img { vertical-align: middle; }
15 -->
16 </style>
17 <script type="text/javascript">
18 <!-- // Hide script from old browsers
19
20 function findChildNode(node, name)
21 {
22 var temp;
23 if (node == null)
24 {
25 return null;
26 }
27 node = node.firstChild;
28 while (node != null)
29 {
30 if (node.nodeName == name)
31 {
32 return node;
33 }
34 temp = findChildNode(node, name);
35 if (temp != null)
36 {
37 return temp;
38 }
39 node = node.nextSibling;
40 }
41 return null;
42 }
43
44 function toggleFolder(id, imageNode)
45 {
46 var folder = document.getElementById(id);
47 var l = 0;
48 var vl = "ftv2vertline.png";
49 if (imageNode != null && imageNode.nodeName != "IMG")
50 {
51 imageNode = findChildNode(imageNode, "IMG");
52 if (imageNode!=null) l = imageNode.src.length;
53 }
54 if (folder == null)
55 {
56 }
57 else if (folder.style.display == "block")
58 {
59 while (imageNode != null &&
60 imageNode.src.substring(l-vl.length,l) == vl)
61 {
62 imageNode = imageNode.nextSibling;
63 l = imageNode.src.length;
64 }
65 if (imageNode != null)
66 {
67 l = imageNode.src.length;
68 imageNode.nextSibling.src = "ftv2folderclosed.png";
69 if (imageNode.src.substring(l-13,l) == "ftv2mnode.png")
70 {
71 imageNode.src = "ftv2pnode.png";
72 }
73 else if (imageNode.src.substring(l-17,l) == "ftv2mlastnode.png")
74 {
75 imageNode.src = "ftv2plastnode.png";
76 }
77 }
78 folder.style.display = "none";
79 }
80 else
81 {
82 while (imageNode != null &&
83 imageNode.src.substring(l-vl.length,l) == vl)
84 {
85 imageNode = imageNode.nextSibling;
86 l = imageNode.src.length;
87 }
88 if (imageNode != null)
89 {
90 l = imageNode.src.length;
91 imageNode.nextSibling.src = "ftv2folderopen.png";
92 if (imageNode.src.substring(l-13,l) == "ftv2pnode.png")
93 {
94 imageNode.src = "ftv2mnode.png";
95 }
96 else if (imageNode.src.substring(l-17,l) == "ftv2plastnode.png")
97 {
98 imageNode.src = "ftv2mlastnode.png";
99 }
100 }
101 folder.style.display = "block";
102 }
103 }
104
105 // End script hiding -->
106 </script>
107 </head>
108
109 <body>
110 <div class="directory">
111 <h3>libSPF v1.0</h3>
112 <div style="display: block;">
113 <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="main.html" target="basefrm">Main Page</a></p>
114 <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder1', this)"/><a class="el" href="files.html" target="basefrm">File List</a></p>
115 <div id="folder1">
116 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="dns_8c.html" target="basefrm">dns.c</a></p>
117 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="dns_8h.html" target="basefrm">dns.h</a></p>
118 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="macro_8c.html" target="basefrm">macro.c</a></p>
119 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="macro_8h.html" target="basefrm">macro.h</a></p>
120 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="main_8c.html" target="basefrm">main.c</a></p>
121 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="main_8h.html" target="basefrm">main.h</a></p>
122 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="spf_8h.html" target="basefrm">spf.h</a></p>
123 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="util_8c.html" target="basefrm">util.c</a></p>
124 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="util_8h.html" target="basefrm">util.h</a></p>
125 </div>
126 <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder2', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder2', this)"/><a class="el" href="annotated.html" target="basefrm">Data Structures</a></p>
127 <div id="folder2">
128 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structpeer__info__s.html" target="basefrm">peer_info_s</a></p>
129 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structpolicy__addr__s.html" target="basefrm">policy_addr_s</a></p>
130 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structspf__config__s.html" target="basefrm">spf_config_s</a></p>
131 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structspf__result__t.html" target="basefrm">spf_result_t</a></p>
132 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structsplit__str__node__s.html" target="basefrm">split_str_node_s</a></p>
133 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structsplit__str__s.html" target="basefrm">split_str_s</a></p>
134 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structstrbuf__node__s.html" target="basefrm">strbuf_node_s</a></p>
135 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structstrbuf__s.html" target="basefrm">strbuf_s</a></p>
136 </div>
137 <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="functions.html" target="basefrm">Data Fields</a></p>
138 <p><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="globals.html" target="basefrm">Globals</a></p>
139 </div>
140 </div>
141 </body>
142 </html>