Skip to content

Commit be66b1b

Browse files
Update documentation (libevent/libevent@3808527)
0 parents  commit be66b1b

189 files changed

Lines changed: 42216 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

annotated.html

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6+
<meta name="generator" content="Doxygen 1.16.1"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
<title>libevent: Data Structures</title>
9+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
10+
<script type="text/javascript" src="jquery.js"></script>
11+
<script type="text/javascript" src="dynsections.js"></script>
12+
<script type="text/javascript" src="clipboard.js"></script>
13+
<link href="navtree.css" rel="stylesheet" type="text/css"/>
14+
<script type="text/javascript" src="navtreedata.js"></script>
15+
<script type="text/javascript" src="navtree.js"></script>
16+
<script type="text/javascript" src="cookie.js"></script>
17+
<link href="search/search.css" rel="stylesheet" type="text/css"/>
18+
<script type="text/javascript" src="search/searchdata.js"></script>
19+
<script type="text/javascript" src="search/search.js"></script>
20+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
21+
</head>
22+
<body>
23+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
24+
<div id="titlearea">
25+
<table cellspacing="0" cellpadding="0">
26+
<tbody>
27+
<tr id="projectrow">
28+
<td id="projectalign">
29+
<div id="projectname">libevent<span id="projectnumber">&#160;2.2.1</span>
30+
</div>
31+
<div id="projectbrief">Event notification library</div>
32+
</td>
33+
</tr>
34+
</tbody>
35+
</table>
36+
</div>
37+
<!-- end header part -->
38+
<!-- Generated by Doxygen 1.16.1 -->
39+
<script type="text/javascript">
40+
var searchBox = new SearchBox("searchBox", "search/",'.html');
41+
</script>
42+
<script type="text/javascript">
43+
$(function() { codefold.init(); });
44+
</script>
45+
<script type="text/javascript" src="menudata.js"></script>
46+
<script type="text/javascript" src="menu.js"></script>
47+
<script type="text/javascript">
48+
$(function() {
49+
initMenu('',true,false,'search.php','Search',true);
50+
$(function() { init_search(); });
51+
});
52+
</script>
53+
<div id="main-nav"></div>
54+
</div><!-- top -->
55+
<div id="side-nav" class="ui-resizable side-nav-resizable">
56+
<div id="nav-tree">
57+
<div id="nav-tree-contents">
58+
<div id="nav-sync" class="sync"></div>
59+
</div>
60+
</div>
61+
<div id="splitbar" style="-moz-user-select:none;"
62+
class="ui-resizable-handle">
63+
</div>
64+
</div>
65+
<script type="text/javascript">
66+
$(function(){initNavTree('annotated.html','',''); });
67+
</script>
68+
<div id="container">
69+
<div id="doc-content">
70+
<!-- window showing the filter options -->
71+
<div id="MSearchSelectWindow"
72+
onmouseover="return searchBox.OnSearchSelectShow()"
73+
onmouseout="return searchBox.OnSearchSelectHide()"
74+
onkeydown="return searchBox.OnSearchSelectKey(event)">
75+
</div>
76+
77+
<!-- iframe showing the search results (closed by default) -->
78+
<div id="MSearchResultsWindow">
79+
<div id="MSearchResults">
80+
<div class="SRPage">
81+
<div id="SRIndex">
82+
<div id="SRResults"></div>
83+
<div class="SRStatus" id="Loading">Loading...</div>
84+
<div class="SRStatus" id="Searching">Searching...</div>
85+
<div class="SRStatus" id="NoMatches">No Matches</div>
86+
</div>
87+
</div>
88+
</div>
89+
</div>
90+
91+
<div class="header">
92+
<div class="headertitle"><div class="title">Data Structures</div></div>
93+
</div><!--header-->
94+
<div class="contents">
95+
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
96+
<table class="directory">
97+
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structbufferevent.html" target="_self">bufferevent</a></td><td class="desc">An opaque type for handling buffered IO </td></tr>
98+
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevbuffer.html" target="_self">evbuffer</a></td><td class="desc">An evbuffer is an opaque data type for efficiently buffering data to be sent or received on the network </td></tr>
99+
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevbuffer__cb__info.html" target="_self">evbuffer_cb_info</a></td><td class="desc">Structure passed to an <a class="el" href="buffer_8h.html#a8f16422514b698553f34c0eba180f3fa" title="Type definition for a callback that is invoked whenever data is added or removed from an evbuffer.">evbuffer_cb_func</a> evbuffer callback </td></tr>
100+
<tr id="row_3_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevbuffer__iovec.html" target="_self">evbuffer_iovec</a></td><td class="desc">Describes a single extent of memory inside an evbuffer </td></tr>
101+
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevbuffer__ptr.html" target="_self">evbuffer_ptr</a></td><td class="desc">Pointer to a position within an evbuffer </td></tr>
102+
<tr id="row_5_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevent.html" target="_self">event</a></td><td class="desc">Structure to represent a single event </td></tr>
103+
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevent__base.html" target="_self">event_base</a></td><td class="desc">Structure to hold information and state for a Libevent dispatch loop </td></tr>
104+
<tr id="row_7_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevent__config.html" target="_self">event_config</a></td><td class="desc">Configuration for an <a class="el" href="structevent__base.html" title="Structure to hold information and state for a Libevent dispatch loop.">event_base</a> </td></tr>
105+
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevhttp__ext__method.html" target="_self">evhttp_ext_method</a></td><td class="desc">Structure that is passed to (and modified by) the extended method callback function </td></tr>
106+
<tr id="row_9_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevthread__condition__callbacks.html" target="_self">evthread_condition_callbacks</a></td><td class="desc">This structure describes the interface a threading library uses for condition variables </td></tr>
107+
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevthread__lock__callbacks.html" target="_self">evthread_lock_callbacks</a></td><td class="desc">This structure describes the interface a threading library uses for locking </td></tr>
108+
<tr id="row_11_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevutil__addrinfo.html" target="_self">evutil_addrinfo</a></td><td class="desc">A definition of struct addrinfo for systems that lack it </td></tr>
109+
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevutil__monotonic__timer.html" target="_self">evutil_monotonic_timer</a></td><td class="desc">Structure to hold information about a monotonic timer </td></tr>
110+
</table>
111+
</div><!-- directory -->
112+
</div><!-- contents -->
113+
</div><!-- doc-content -->
114+
</div><!-- container -->
115+
<!-- start footer part -->
116+
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
117+
<ul>
118+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
119+
</ul>
120+
</div>
121+
</body>
122+
</html>

annotated_dup.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
var annotated_dup =
2+
[
3+
[ "bufferevent", "structbufferevent.html", null ],
4+
[ "evbuffer", "structevbuffer.html", null ],
5+
[ "evbuffer_cb_info", "structevbuffer__cb__info.html", "structevbuffer__cb__info" ],
6+
[ "evbuffer_iovec", "structevbuffer__iovec.html", "structevbuffer__iovec" ],
7+
[ "evbuffer_ptr", "structevbuffer__ptr.html", null ],
8+
[ "event", "structevent.html", null ],
9+
[ "event_base", "structevent__base.html", null ],
10+
[ "event_config", "structevent__config.html", null ],
11+
[ "evhttp_ext_method", "structevhttp__ext__method.html", null ],
12+
[ "evthread_condition_callbacks", "structevthread__condition__callbacks.html", "structevthread__condition__callbacks" ],
13+
[ "evthread_lock_callbacks", "structevthread__lock__callbacks.html", "structevthread__lock__callbacks" ],
14+
[ "evutil_addrinfo", "structevutil__addrinfo.html", null ],
15+
[ "evutil_monotonic_timer", "structevutil__monotonic__timer.html", null ]
16+
];

0 commit comments

Comments
 (0)