Skip to content

Commit 62b8f94

Browse files
Update documentation (libevent/libevent@525f5d0)
0 parents  commit 62b8f94

File tree

215 files changed

+41130
-0
lines changed

Some content is hidden

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

215 files changed

+41130
-0
lines changed

annotated.html

+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
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">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6+
<meta name="generator" content="Doxygen 1.8.17"/>
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+
<link href="search/search.css" rel="stylesheet" type="text/css"/>
13+
<script type="text/javascript" src="search/searchdata.js"></script>
14+
<script type="text/javascript" src="search/search.js"></script>
15+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
16+
</head>
17+
<body>
18+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
19+
<div id="titlearea">
20+
<table cellspacing="0" cellpadding="0">
21+
<tbody>
22+
<tr style="height: 56px;">
23+
<td id="projectalign" style="padding-left: 0.5em;">
24+
<div id="projectname">libevent
25+
&#160;<span id="projectnumber">2.2.1</span>
26+
</div>
27+
<div id="projectbrief">Event notification library</div>
28+
</td>
29+
</tr>
30+
</tbody>
31+
</table>
32+
</div>
33+
<!-- end header part -->
34+
<!-- Generated by Doxygen 1.8.17 -->
35+
<script type="text/javascript">
36+
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
37+
var searchBox = new SearchBox("searchBox", "search",false,'Search');
38+
/* @license-end */
39+
</script>
40+
<script type="text/javascript" src="menudata.js"></script>
41+
<script type="text/javascript" src="menu.js"></script>
42+
<script type="text/javascript">
43+
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
44+
$(function() {
45+
initMenu('',true,false,'search.php','Search');
46+
$(document).ready(function() { init_search(); });
47+
});
48+
/* @license-end */</script>
49+
<div id="main-nav"></div>
50+
</div><!-- top -->
51+
<!-- window showing the filter options -->
52+
<div id="MSearchSelectWindow"
53+
onmouseover="return searchBox.OnSearchSelectShow()"
54+
onmouseout="return searchBox.OnSearchSelectHide()"
55+
onkeydown="return searchBox.OnSearchSelectKey(event)">
56+
</div>
57+
58+
<!-- iframe showing the search results (closed by default) -->
59+
<div id="MSearchResultsWindow">
60+
<iframe src="javascript:void(0)" frameborder="0"
61+
name="MSearchResults" id="MSearchResults">
62+
</iframe>
63+
</div>
64+
65+
<div class="header">
66+
<div class="headertitle">
67+
<div class="title">Data Structures</div> </div>
68+
</div><!--header-->
69+
<div class="contents">
70+
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
71+
<table class="directory">
72+
<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>
73+
<tr id="row_1_"><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>
74+
<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 evbuffer_cb_func evbuffer callback </td></tr>
75+
<tr id="row_3_"><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>
76+
<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>
77+
<tr id="row_5_"><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>
78+
<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>
79+
<tr id="row_7_"><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>
80+
<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>
81+
<tr id="row_9_"><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>
82+
<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>
83+
<tr id="row_11_"><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>
84+
<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>
85+
</table>
86+
</div><!-- directory -->
87+
</div><!-- contents -->
88+
<!-- start footer part -->
89+
<hr class="footer"/><address class="footer"><small>
90+
Generated by &#160;<a href="http://www.doxygen.org/index.html">
91+
<img class="footer" src="doxygen.png" alt="doxygen"/>
92+
</a> 1.8.17
93+
</small></address>
94+
</body>
95+
</html>

bc_s.png

676 Bytes
Loading

bdwn.png

147 Bytes
Loading

0 commit comments

Comments
 (0)