-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathglobals_e.html
More file actions
616 lines (613 loc) · 67.6 KB
/
globals_e.html
File metadata and controls
616 lines (613 loc) · 67.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.16.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libevent: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">libevent<span id="projectnumber"> 2.2.1</span>
</div>
<div id="projectbrief">Event notification library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.16.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search/",'.html');
</script>
<script type="text/javascript">
$(function() { codefold.init(); });
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(function(){initNavTree('globals_e.html','',''); });
</script>
<div id="container">
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="contents">
<div class="textblock">Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:</div>
<h3 class="doxsection"><a id="index_e" name="index_e"></a>- e -</h3><ul>
<li>EV_CLOSED : <a class="el" href="event_8h.html#a98f643f9c9063a4cbf410f519eb61e55">event.h</a></li>
<li>EV_ET : <a class="el" href="event_8h.html#a01084abbcdd3a58b4068359548a3ea71">event.h</a></li>
<li>EV_FEATURE_EARLY_CLOSE : <a class="el" href="event_8h.html#ae7da61aef13e27a3047151b696b44c80af28b206cf4665dacc2c6bf09446e29b7">event.h</a></li>
<li>EV_FEATURE_ET : <a class="el" href="event_8h.html#ae7da61aef13e27a3047151b696b44c80ab407cae60af925dba44bd66e56e5f897">event.h</a></li>
<li>EV_FEATURE_FDS : <a class="el" href="event_8h.html#ae7da61aef13e27a3047151b696b44c80a2e964e8a8f3033d26d52831fb8eec199">event.h</a></li>
<li>EV_FEATURE_O1 : <a class="el" href="event_8h.html#ae7da61aef13e27a3047151b696b44c80a7a6f2de86c09b92aa175f950190bf706">event.h</a></li>
<li>EV_FINALIZE : <a class="el" href="event_8h.html#ac062d75b2bf9a961d893e3a71726bdff">event.h</a></li>
<li>EV_PERSIST : <a class="el" href="event_8h.html#a3c4947a60eb6d09327c61f89135f9f37">event.h</a></li>
<li>EV_RATE_LIMIT_MAX : <a class="el" href="bufferevent_8h.html#a78fc86349f408552be0fdf249db673ec">bufferevent.h</a></li>
<li>EV_READ : <a class="el" href="event_8h.html#a74bbaf2d529670cc0ab793497b41700f">event.h</a></li>
<li>EV_SIGNAL : <a class="el" href="event_8h.html#a59b7e95284ac1a197969d42ee9441ece">event.h</a></li>
<li>EV_TIMEOUT : <a class="el" href="event_8h.html#a37ef4b6056484f5580f7d72fcf46fccf">event.h</a></li>
<li>ev_token_bucket_cfg_free() : <a class="el" href="bufferevent_8h.html#a7ac436abc86f4071a5c43b29c12dba16">bufferevent.h</a></li>
<li>ev_token_bucket_cfg_new() : <a class="el" href="bufferevent_8h.html#a80c5b15ea6edc5445d2fa6956a403b93">bufferevent.h</a></li>
<li>EV_WRITE : <a class="el" href="event_8h.html#a2a31813fa3b26bf2d150512cbbf893f7">event.h</a></li>
<li>EVBUF_FS_CLOSE_ON_FREE : <a class="el" href="buffer_8h.html#a647759a5dec0745de7b17aefc928e3d6">buffer.h</a></li>
<li>EVBUF_FS_DISABLE_LOCKING : <a class="el" href="buffer_8h.html#ad9d19b50a501babad4cbe7f0f9a42691">buffer.h</a></li>
<li>EVBUF_FS_DISABLE_MMAP : <a class="el" href="buffer_8h.html#a0749ba245d15e70bc99cee90a3d02ac9">buffer.h</a></li>
<li>EVBUF_FS_DISABLE_SENDFILE : <a class="el" href="buffer_8h.html#a553dd6c9a5cbbc112ffe32401cacd705">buffer.h</a></li>
<li>evbuffer_add() : <a class="el" href="buffer_8h.html#a8abedc30187fe00d86b7b1cc4d3ce643">buffer.h</a></li>
<li>evbuffer_add_buffer() : <a class="el" href="buffer_8h.html#af95837e510c03d5e5fcf9c05db019f14">buffer.h</a></li>
<li>evbuffer_add_buffer_reference() : <a class="el" href="buffer_8h.html#a60aa7eb8766fcbeadc17f722a095c624">buffer.h</a></li>
<li>evbuffer_add_cb() : <a class="el" href="buffer_8h.html#a7d1f85333babd23441c10cfcddf675ba">buffer.h</a></li>
<li>evbuffer_add_file() : <a class="el" href="buffer_8h.html#a601996b1fc1f5c165dc62b89acbd069e">buffer.h</a></li>
<li>evbuffer_add_file_segment() : <a class="el" href="buffer_8h.html#a300f9e6d1db3d6f834284c47fc77e1bc">buffer.h</a></li>
<li>evbuffer_add_iovec() : <a class="el" href="buffer_8h.html#acd12f9e37353ed2b72d6a1cc2064f998">buffer.h</a></li>
<li>evbuffer_add_printf() : <a class="el" href="buffer_8h.html#abd34b7bd9e698e15f868bf05fa6abc59">buffer.h</a></li>
<li>evbuffer_add_reference() : <a class="el" href="buffer_8h.html#a35e99b5370b59b0c0b391ada3a59befe">buffer.h</a></li>
<li>evbuffer_add_reference_with_offset() : <a class="el" href="buffer_8h.html#abf2b931577be86b72418252207ca221b">buffer.h</a></li>
<li>evbuffer_add_vprintf() : <a class="el" href="buffer_8h.html#abb5d7931c7be6b2bde597cbb9b6dc72d">buffer.h</a></li>
<li>evbuffer_cb : <a class="el" href="buffer__compat_8h.html#a6df4ae9e3d819c487ded545d2e1d41b0">buffer_compat.h</a></li>
<li>evbuffer_cb_clear_flags() : <a class="el" href="buffer_8h.html#ae384dcadf478c364d005f57be899b21b">buffer.h</a></li>
<li>EVBUFFER_CB_ENABLED : <a class="el" href="buffer_8h.html#aeb635643a72f8e57d50d7dee37308148">buffer.h</a></li>
<li>evbuffer_cb_func : <a class="el" href="buffer_8h.html#a8f16422514b698553f34c0eba180f3fa">buffer.h</a></li>
<li>evbuffer_cb_set_flags() : <a class="el" href="buffer_8h.html#af5fa49788238edd197d3f242878576f3">buffer.h</a></li>
<li>evbuffer_clear_flags() : <a class="el" href="buffer_8h.html#a256652150a256e8e09d9c1ca5ad24881">buffer.h</a></li>
<li>evbuffer_commit_space() : <a class="el" href="buffer_8h.html#ab9cd3918d883d90acda2d9a9c530bf84">buffer.h</a></li>
<li>evbuffer_copyout() : <a class="el" href="buffer_8h.html#afdc539f4c3dbae7c671a4a857833a3d5">buffer.h</a></li>
<li>evbuffer_copyout_from() : <a class="el" href="buffer_8h.html#a3cf708e4e9384d70a5d2fd7158fd94cb">buffer.h</a></li>
<li>EVBUFFER_DATA : <a class="el" href="buffer__compat_8h.html#a1c57a451c56dc1483a1c8aaeb9b92cc6">buffer_compat.h</a></li>
<li>evbuffer_defer_callbacks() : <a class="el" href="buffer_8h.html#a97293fcb83dd9d073af4cf370b9d094d">buffer.h</a></li>
<li>evbuffer_drain() : <a class="el" href="buffer_8h.html#a08599d8165ea785b9b6a4ddf44ec24f7">buffer.h</a></li>
<li>evbuffer_enable_locking() : <a class="el" href="buffer_8h.html#af68e729ac81d8a1c02b716653af45ded">buffer.h</a></li>
<li>EVBUFFER_EOL_ANY : <a class="el" href="buffer_8h.html#ad8daf54669a1d2094ce4251dbb502178ab7c6da1408b1b2ec3a6657e5a71a50c3">buffer.h</a></li>
<li>EVBUFFER_EOL_CRLF : <a class="el" href="buffer_8h.html#ad8daf54669a1d2094ce4251dbb502178a4aec5353e85fbb57ce3b1ee68f36f641">buffer.h</a></li>
<li>EVBUFFER_EOL_CRLF_STRICT : <a class="el" href="buffer_8h.html#ad8daf54669a1d2094ce4251dbb502178a814775b4a9773d34421e7e88ca8c58de">buffer.h</a></li>
<li>EVBUFFER_EOL_LF : <a class="el" href="buffer_8h.html#ad8daf54669a1d2094ce4251dbb502178ac572ea90e5a96a7ceb878f2a8ef48993">buffer.h</a></li>
<li>EVBUFFER_EOL_NUL : <a class="el" href="buffer_8h.html#ad8daf54669a1d2094ce4251dbb502178a7b93c5a9f595c62c9d016562356159b7">buffer.h</a></li>
<li>evbuffer_eol_style : <a class="el" href="buffer_8h.html#ad8daf54669a1d2094ce4251dbb502178">buffer.h</a></li>
<li>evbuffer_expand() : <a class="el" href="buffer_8h.html#a8d4919171c71fc41515c0373e8264527">buffer.h</a></li>
<li>evbuffer_file_segment_add_cleanup_cb() : <a class="el" href="buffer_8h.html#ab0767fa82fecc6255129928b02ecc1d6">buffer.h</a></li>
<li>evbuffer_file_segment_cleanup_cb : <a class="el" href="buffer_8h.html#aa0e56a17ff87cf097011902b80dd53bf">buffer.h</a></li>
<li>evbuffer_file_segment_free() : <a class="el" href="buffer_8h.html#a0b82a4d7dd6853882ed5a87559edbad1">buffer.h</a></li>
<li>evbuffer_file_segment_new() : <a class="el" href="buffer_8h.html#a83646ec44db4c822918781f288be842e">buffer.h</a></li>
<li>evbuffer_find() : <a class="el" href="buffer__compat_8h.html#a619aefdeffb4e0193a1b6eb571eac312">buffer_compat.h</a></li>
<li>EVBUFFER_FLAG_DRAINS_TO_FD : <a class="el" href="buffer_8h.html#a0d9db8b232ebf8d63c660ec429981e91">buffer.h</a></li>
<li>evbuffer_free() : <a class="el" href="buffer_8h.html#ab255015b91f7b43ba09d8f9da54ed865">buffer.h</a></li>
<li>evbuffer_freeze() : <a class="el" href="buffer_8h.html#a2b32b99d60603aac9bbadb9e463a6bc1">buffer.h</a></li>
<li>evbuffer_get_contiguous_space() : <a class="el" href="buffer_8h.html#a3f0b89841da394aebf6dfd620dd787d1">buffer.h</a></li>
<li>evbuffer_get_length() : <a class="el" href="buffer_8h.html#a808db707e84e20229b2aafdcaba6c708">buffer.h</a></li>
<li>evbuffer_get_max_read() : <a class="el" href="buffer_8h.html#a94fa0f064f3a5d273a362762eb6b1410">buffer.h</a></li>
<li>EVBUFFER_INPUT : <a class="el" href="bufferevent__compat_8h.html#a189bf30c83f32cffebdc0dcb65f41350">bufferevent_compat.h</a></li>
<li>EVBUFFER_LENGTH : <a class="el" href="buffer__compat_8h.html#ab8d9564980e380cf1887f2be70f687ad">buffer_compat.h</a></li>
<li>evbuffer_lock() : <a class="el" href="buffer_8h.html#afe1a938f5728ca0770419119cd90359d">buffer.h</a></li>
<li>evbuffer_new() : <a class="el" href="buffer_8h.html#a09caad5e09333583ca2b8f7902cf0671">buffer.h</a></li>
<li>EVBUFFER_OUTPUT : <a class="el" href="bufferevent__compat_8h.html#a6e7bfa5494417540589e9ae582a2bccd">bufferevent_compat.h</a></li>
<li>evbuffer_peek() : <a class="el" href="buffer_8h.html#aad7c208f2afca3e7e46a1a95fb79eec1">buffer.h</a></li>
<li>evbuffer_prepend() : <a class="el" href="buffer_8h.html#a1112b433d2554b8b80b814feb37fdc95">buffer.h</a></li>
<li>evbuffer_prepend_buffer() : <a class="el" href="buffer_8h.html#a1d26aa5a48b549d702bc5175b0444d33">buffer.h</a></li>
<li>EVBUFFER_PTR_ADD : <a class="el" href="buffer_8h.html#a13a9ee759900ce2964d16acd5f309014a0bce00d78b5fbc55c478ff362269f428">buffer.h</a></li>
<li>evbuffer_ptr_how : <a class="el" href="buffer_8h.html#a13a9ee759900ce2964d16acd5f309014">buffer.h</a></li>
<li>EVBUFFER_PTR_SET : <a class="el" href="buffer_8h.html#a13a9ee759900ce2964d16acd5f309014a78a0ff3721ff5f1647f743dcfb2f13ee">buffer.h</a></li>
<li>evbuffer_ptr_set() : <a class="el" href="buffer_8h.html#a22137a538067a8450d52af0e6601ca49">buffer.h</a></li>
<li>evbuffer_pullup() : <a class="el" href="buffer_8h.html#a671f10bbc1d4c9ea77d51eb13a58d16b">buffer.h</a></li>
<li>evbuffer_read() : <a class="el" href="buffer_8h.html#a2664ab1d68d21acf3185a01c85cf29af">buffer.h</a></li>
<li>evbuffer_readline() : <a class="el" href="buffer__compat_8h.html#a2b51bd215fa905472d8986de6388af94">buffer_compat.h</a></li>
<li>evbuffer_readln() : <a class="el" href="buffer_8h.html#a5448ad62cdda5b74264fefc4f4f8ea91">buffer.h</a></li>
<li>evbuffer_ref_cleanup_cb : <a class="el" href="buffer_8h.html#a66c442353fa5159e2acd808794fa92d6">buffer.h</a></li>
<li>evbuffer_remove() : <a class="el" href="buffer_8h.html#aa53da314581de5e13bb0d92aa05e2301">buffer.h</a></li>
<li>evbuffer_remove_buffer() : <a class="el" href="buffer_8h.html#a863342bdbdb4f91d0415ae29ef25494b">buffer.h</a></li>
<li>evbuffer_remove_cb() : <a class="el" href="buffer_8h.html#abc4912118c60071766c6a9d343186137">buffer.h</a></li>
<li>evbuffer_remove_cb_entry() : <a class="el" href="buffer_8h.html#ade150950a995af06cd3c6321f71eb3c1">buffer.h</a></li>
<li>evbuffer_reserve_space() : <a class="el" href="buffer_8h.html#a18e9703ca1a062669412684543f7f537">buffer.h</a></li>
<li>evbuffer_search() : <a class="el" href="buffer_8h.html#a06e9211319a369ffb072d4f4a83b48e7">buffer.h</a></li>
<li>evbuffer_search_eol() : <a class="el" href="buffer_8h.html#a28e2fa6852a5a49285933b1c95c7465f">buffer.h</a></li>
<li>evbuffer_search_range() : <a class="el" href="buffer_8h.html#a3b1e093af8bc1a86963729ec1290de8f">buffer.h</a></li>
<li>evbuffer_set_flags() : <a class="el" href="buffer_8h.html#a8649a5edeb1fcf06490d4d35ac76c13a">buffer.h</a></li>
<li>evbuffer_set_max_read() : <a class="el" href="buffer_8h.html#ac5441fc0ce576ad997bf1a869f8c4ba9">buffer.h</a></li>
<li>evbuffer_setcb() : <a class="el" href="buffer__compat_8h.html#aaae25109e21cb9f7417922592ed495a4">buffer_compat.h</a></li>
<li>evbuffer_unfreeze() : <a class="el" href="buffer_8h.html#af36bd50996e2db4445282e6a194328a2">buffer.h</a></li>
<li>evbuffer_unlock() : <a class="el" href="buffer_8h.html#a25e8be33a5d5cb2684594b9b3cb6c7c9">buffer.h</a></li>
<li>evbuffer_write() : <a class="el" href="buffer_8h.html#a7d9605737ec9ba876f0ba49e937b9bd7">buffer.h</a></li>
<li>evbuffer_write_atmost() : <a class="el" href="buffer_8h.html#a69f9cbac8f6dbd2d8f3c2706fbbdc7cd">buffer.h</a></li>
<li>evconnlistener_disable() : <a class="el" href="listener_8h.html#a1f772caf7e2f01276ec33641eb32418c">listener.h</a></li>
<li>evconnlistener_enable() : <a class="el" href="listener_8h.html#a890717d86a18e2bd82655fd342b1973f">listener.h</a></li>
<li>evconnlistener_errorcb : <a class="el" href="listener_8h.html#a925d682ff37636dc08b045aaeff6b538">listener.h</a></li>
<li>evconnlistener_free() : <a class="el" href="listener_8h.html#a0f7f3d276f08669c2a9b1817941aa68f">listener.h</a></li>
<li>evconnlistener_get_base() : <a class="el" href="listener_8h.html#a60ce8e09bcc0b83eaadcd41e64e4e4f7">listener.h</a></li>
<li>evconnlistener_get_fd() : <a class="el" href="listener_8h.html#a56e8de702931f3960edd84617e6c2fb6">listener.h</a></li>
<li>evconnlistener_new() : <a class="el" href="listener_8h.html#aad9c0bfcf02da16d303f4f304c1340ca">listener.h</a></li>
<li>evconnlistener_new_bind() : <a class="el" href="listener_8h.html#a9081c57dc48dca9019850c1ec5a2ed34">listener.h</a></li>
<li>evconnlistener_set_cb() : <a class="el" href="listener_8h.html#abf8c1793319829ff9c6d8ce4fea6b342">listener.h</a></li>
<li>evconnlistener_set_error_cb() : <a class="el" href="listener_8h.html#a328c8f6b2c2b3c87507ca6a4d5790da1">listener.h</a></li>
<li>evdns_add_server_port() : <a class="el" href="dns__compat_8h.html#a70726c666e5dc64d9cf9952d6f0563d8">dns_compat.h</a></li>
<li>evdns_add_server_port_with_base() : <a class="el" href="dns_8h.html#ad167c4b318f0f4ed3bb0fffac5fae9a2">dns.h</a></li>
<li>evdns_add_server_port_with_listener() : <a class="el" href="dns_8h.html#accd4a181dcd9bae1da50972f56cbc866">dns.h</a></li>
<li>evdns_base_clear_host_addresses() : <a class="el" href="dns_8h.html#a1875001046dd6cbff5f2139590221ddf">dns.h</a></li>
<li>evdns_base_clear_nameservers_and_suspend() : <a class="el" href="dns_8h.html#af942ce8b6a65052f4b6def91a3390a61">dns.h</a></li>
<li>evdns_base_config_windows_nameservers() : <a class="el" href="dns_8h.html#ac287c8b638a248719a00b0324579b728">dns.h</a></li>
<li>evdns_base_count_nameservers() : <a class="el" href="dns_8h.html#a6811354521b4fe8df4c724d6cb9fb102">dns.h</a></li>
<li>EVDNS_BASE_DISABLE_WHEN_INACTIVE : <a class="el" href="dns_8h.html#ad676c79dfd2107701961fe2b269dcfd8">dns.h</a></li>
<li>evdns_base_free() : <a class="el" href="dns_8h.html#ab221bbadb18451c9007e8dc98bc97786">dns.h</a></li>
<li>evdns_base_get_nameserver_addr() : <a class="el" href="dns_8h.html#a1545f7930f228018a06476a7236bfe0e">dns.h</a></li>
<li>evdns_base_get_nameserver_fd() : <a class="el" href="dns_8h.html#a954ffdf37038dba334543f6013d6a87f">dns.h</a></li>
<li>EVDNS_BASE_INITIALIZE_NAMESERVERS : <a class="el" href="dns_8h.html#a1cbcfe6baf59913c34aa04e57637da3d">dns.h</a></li>
<li>evdns_base_load_hosts() : <a class="el" href="dns_8h.html#a5092d38082851904e37d6b80c3475714">dns.h</a></li>
<li>evdns_base_nameserver_add() : <a class="el" href="dns_8h.html#a53a242ec2ab15eef9e49e4286153d55a">dns.h</a></li>
<li>evdns_base_nameserver_ip_add() : <a class="el" href="dns_8h.html#a0a5f8e71a80a41d10e386f8cac816238">dns.h</a></li>
<li>evdns_base_nameserver_sockaddr_add() : <a class="el" href="dns_8h.html#ac8feac209d81aea2654809727ee7ada7">dns.h</a></li>
<li>EVDNS_BASE_NAMESERVERS_NO_DEFAULT : <a class="el" href="dns_8h.html#a548a0e3529efb572b991408f7581a09b">dns.h</a></li>
<li>evdns_base_new() : <a class="el" href="dns_8h.html#a564d0073977a1d597660314a45fd3b23">dns.h</a></li>
<li>EVDNS_BASE_NO_CACHE : <a class="el" href="dns_8h.html#a865ae03fdd5198a182e6c4c322f56f8d">dns.h</a></li>
<li>evdns_base_resolv_conf_parse() : <a class="el" href="dns_8h.html#a7e3a053e25ae7c045944a5db0947babb">dns.h</a></li>
<li>evdns_base_resolve_ipv4() : <a class="el" href="dns_8h.html#ac93aae15f2130e8fdd635899729e27dc">dns.h</a></li>
<li>evdns_base_resolve_ipv6() : <a class="el" href="dns_8h.html#a66abe0f2a5acf48d09a361d8cf4ecb43">dns.h</a></li>
<li>evdns_base_resolve_reverse() : <a class="el" href="dns_8h.html#a26f42441e346a2ceec3debfd2eb0540f">dns.h</a></li>
<li>evdns_base_resolve_reverse_ipv6() : <a class="el" href="dns_8h.html#a113cc9bc09cecc15abf17b325f9c8829">dns.h</a></li>
<li>evdns_base_resume() : <a class="el" href="dns_8h.html#a3ef3a20dd645e02d6dd5d3766ced9ce7">dns.h</a></li>
<li>evdns_base_search_add() : <a class="el" href="dns_8h.html#a8044de93700190d5ca6a6a0becdc4f6e">dns.h</a></li>
<li>evdns_base_search_clear() : <a class="el" href="dns_8h.html#a9211bdca966e8f4ce3270b29c1d72122">dns.h</a></li>
<li>evdns_base_search_ndots_set() : <a class="el" href="dns_8h.html#ae858583b1c9fdd1f7c99330bcdd68ba6">dns.h</a></li>
<li>evdns_base_set_option() : <a class="el" href="dns_8h.html#a791b6fdc9f41bd62414574d85ae18cc8">dns.h</a></li>
<li>evdns_cache_lookup() : <a class="el" href="dns_8h.html#abdb3c829da1d539ecdf92ae47f8f1c03">dns.h</a></li>
<li>evdns_cache_write() : <a class="el" href="dns_8h.html#ac969fd31d17e59ad072be79a591d5224">dns.h</a></li>
<li>evdns_callback_type : <a class="el" href="dns_8h.html#a43018959c4be1a9b16e4143c5e3ff556">dns.h</a></li>
<li>evdns_cancel_request() : <a class="el" href="dns_8h.html#a062bdd01f7243b3c8509d93c45a802ef">dns.h</a></li>
<li>evdns_clear_nameservers_and_suspend() : <a class="el" href="dns__compat_8h.html#a6c7b5be4d918882465ef75f4a1478124">dns_compat.h</a></li>
<li>evdns_close_server_port() : <a class="el" href="dns_8h.html#abbd56ab78c400f46498515330343c66a">dns.h</a></li>
<li>evdns_count_nameservers() : <a class="el" href="dns__compat_8h.html#a1d07cab0ca89d14da595552f05338e0b">dns_compat.h</a></li>
<li>evdns_debug_log_fn_type : <a class="el" href="dns_8h.html#a850904a1dbd8c8a087dc2be7617e21c8">dns.h</a></li>
<li>evdns_err_to_string() : <a class="el" href="dns_8h.html#a6395e265c74d27d337ceb317a8bad369">dns.h</a></li>
<li>evdns_get_global_base() : <a class="el" href="dns__compat_8h.html#a005dd3dd860d9ba2855b5425f1b749ea">dns_compat.h</a></li>
<li>evdns_getaddrinfo() : <a class="el" href="dns_8h.html#ae62f41735939c54b6073dc6771c06bf9">dns.h</a></li>
<li>evdns_getaddrinfo_cb : <a class="el" href="dns_8h.html#a0d1464f191ef7678be0d4caf3644a8f4">dns.h</a></li>
<li>evdns_init() : <a class="el" href="dns__compat_8h.html#ad1b7dd2a9e58135f17a383331233b207">dns_compat.h</a></li>
<li>evdns_nameserver_add() : <a class="el" href="dns__compat_8h.html#ae50b63ae4a40a756bc51c0aebe2ac23e">dns_compat.h</a></li>
<li>evdns_nameserver_ip_add() : <a class="el" href="dns__compat_8h.html#aa40d812a3dc909b8728cc3647ef1247a">dns_compat.h</a></li>
<li>evdns_request_callback_fn_type : <a class="el" href="dns_8h.html#a052802966f4c9d482279a05197dff005">dns.h</a></li>
<li>evdns_resolv_conf_parse() : <a class="el" href="dns__compat_8h.html#a4dd30bf34468410eb96757007523eb34">dns_compat.h</a></li>
<li>evdns_resolve_ipv4() : <a class="el" href="dns__compat_8h.html#a438a9e699ff81b4a22cc072ad3c8e1c2">dns_compat.h</a></li>
<li>evdns_resolve_ipv6() : <a class="el" href="dns__compat_8h.html#a295f72a34e9744a7026261c078c03f13">dns_compat.h</a></li>
<li>evdns_resolve_reverse() : <a class="el" href="dns__compat_8h.html#a30c78f62647609846c2bb3222ebce87e">dns_compat.h</a></li>
<li>evdns_resolve_reverse_ipv6() : <a class="el" href="dns__compat_8h.html#a45bf87a8a77c7fba752836aab6a5a9cb">dns_compat.h</a></li>
<li>evdns_resume() : <a class="el" href="dns__compat_8h.html#aa34fd9ec83c05361a23d484aa0debe7a">dns_compat.h</a></li>
<li>evdns_search_add() : <a class="el" href="dns__compat_8h.html#ad43d4dab51d417dfd21299b615e64e71">dns_compat.h</a></li>
<li>evdns_search_clear() : <a class="el" href="dns__compat_8h.html#a717e59ca40403c0cd86091748bee5405">dns_compat.h</a></li>
<li>evdns_search_ndots_set() : <a class="el" href="dns__compat_8h.html#a0b9532165f3d175cd9bfa3cc64c397c2">dns_compat.h</a></li>
<li>evdns_server_option : <a class="el" href="dns_8h.html#a626139345ff6cb6c871e2950872e8473">dns.h</a></li>
<li>evdns_server_port_set_option() : <a class="el" href="dns_8h.html#afdb5e0e7000a17810e762d40ecb8eda2">dns.h</a></li>
<li>evdns_server_request_drop() : <a class="el" href="dns_8h.html#a1291ec11bf79809c4ae1b113bb0160e9">dns.h</a></li>
<li>evdns_server_request_get_requesting_addr() : <a class="el" href="dns_8h.html#a078ce45f71d886514ece8688e19ead19">dns.h</a></li>
<li>evdns_server_request_respond() : <a class="el" href="dns_8h.html#a606b067e5cd3fee40b527b3cb4ec2d72">dns.h</a></li>
<li>evdns_server_request_set_flags() : <a class="el" href="dns_8h.html#a849622fc8fee97302a6a0a34e7e6feb8">dns.h</a></li>
<li>evdns_set_log_fn() : <a class="el" href="dns_8h.html#af2ba90756cecdc246711879462a20b51">dns.h</a></li>
<li>evdns_set_option() : <a class="el" href="dns__compat_8h.html#a2c7b199ba05d398d9901fed62c9467e5">dns_compat.h</a></li>
<li>evdns_shutdown() : <a class="el" href="dns__compat_8h.html#a4b3aece85850a3963493ddba2d778451">dns_compat.h</a></li>
<li>EVDNS_SOPT_TCP_IDLE_TIMEOUT : <a class="el" href="dns_8h.html#a626139345ff6cb6c871e2950872e8473a6363f0c18c4efaff4d00b27ced12e92b">dns.h</a></li>
<li>EVDNS_SOPT_TCP_MAX_CLIENTS : <a class="el" href="dns_8h.html#a626139345ff6cb6c871e2950872e8473a8943e341547a0479f14a9c4de889217d">dns.h</a></li>
<li>event_active() : <a class="el" href="event_8h.html#a31d9440cf2b7010e32a05a2142a91525">event.h</a></li>
<li>event_add() : <a class="el" href="event_8h.html#ab0c85ebe9cf057be1aa17724c701b0c8">event.h</a></li>
<li>event_assign() : <a class="el" href="event_8h.html#a3e49a8172e00ae82959dfe64684eda11">event.h</a></li>
<li>event_base_active_by_fd() : <a class="el" href="event_8h.html#a092013616b4636c74e889b0b015cb75e">event.h</a></li>
<li>event_base_active_by_signal() : <a class="el" href="event_8h.html#a4bca4d24a15bef084bf066faca8a43d2">event.h</a></li>
<li>event_base_config_flag : <a class="el" href="event_8h.html#acfef69af45abee54725f40f7f29986c5">event.h</a></li>
<li>EVENT_BASE_COUNT_ACTIVE : <a class="el" href="event_8h.html#aa3786406bc592990f0583ac211110fa3">event.h</a></li>
<li>EVENT_BASE_COUNT_ADDED : <a class="el" href="event_8h.html#a36205e544778da7d91ec8555b962851a">event.h</a></li>
<li>EVENT_BASE_COUNT_VIRTUAL : <a class="el" href="event_8h.html#aac4e49b51ffe924451c9048c5061a224">event.h</a></li>
<li>event_base_dispatch() : <a class="el" href="event_8h.html#a19d60cb72a1af398247f40e92cf07056">event.h</a></li>
<li>event_base_dump_events() : <a class="el" href="event_8h.html#ae3ed8b33f9e0d797615c2f86ff30f5fb">event.h</a></li>
<li>EVENT_BASE_FLAG_EPOLL_DISALLOW_TIMERFD : <a class="el" href="event_8h.html#acfef69af45abee54725f40f7f29986c5a9eaa69643a73f5fb5959db017c9050a5">event.h</a></li>
<li>EVENT_BASE_FLAG_EPOLL_USE_CHANGELIST : <a class="el" href="event_8h.html#acfef69af45abee54725f40f7f29986c5acceb45f3098787247044929f92f4296e">event.h</a></li>
<li>EVENT_BASE_FLAG_IGNORE_ENV : <a class="el" href="event_8h.html#acfef69af45abee54725f40f7f29986c5a230574947412d83f2dd19fe8c7d286e7">event.h</a></li>
<li>EVENT_BASE_FLAG_NO_CACHE_TIME : <a class="el" href="event_8h.html#acfef69af45abee54725f40f7f29986c5a057dff1977c48174f0a0f0c43ef92ec5">event.h</a></li>
<li>EVENT_BASE_FLAG_NOLOCK : <a class="el" href="event_8h.html#acfef69af45abee54725f40f7f29986c5ac1302f72251168137258335e945e2ae5">event.h</a></li>
<li>EVENT_BASE_FLAG_PRECISE_TIMER : <a class="el" href="event_8h.html#acfef69af45abee54725f40f7f29986c5af6080f1d7c5067868cbc749d1cfe56e9">event.h</a></li>
<li>EVENT_BASE_FLAG_STARTUP_IOCP : <a class="el" href="event_8h.html#acfef69af45abee54725f40f7f29986c5a4ffb2510ab533d7156f412ee4f0c08ea">event.h</a></li>
<li>EVENT_BASE_FLAG_USE_SIGNALFD : <a class="el" href="event_8h.html#acfef69af45abee54725f40f7f29986c5a86d9f5574e29964187bafe245b211447">event.h</a></li>
<li>event_base_foreach_event() : <a class="el" href="event_8h.html#a7d5c38711c6a72545b939cc375468f79">event.h</a></li>
<li>event_base_foreach_event_cb : <a class="el" href="event_8h.html#a61f656b17425f17ed857b96d45fc6268">event.h</a></li>
<li>event_base_free() : <a class="el" href="event_8h.html#a91f9deb12c37f2ff586e65e8b9a46641">event.h</a></li>
<li>event_base_free_nofinalize() : <a class="el" href="event_8h.html#a385fb6f81ab73f9c95d77b7179f780e0">event.h</a></li>
<li>event_base_get_features() : <a class="el" href="event_8h.html#aced890aa77dac1669325f74a27584f03">event.h</a></li>
<li>event_base_get_max_events() : <a class="el" href="event_8h.html#a9cf1a991dcad465adf4330a79576b148">event.h</a></li>
<li>event_base_get_method() : <a class="el" href="event_8h.html#a74f394bce194440ea471e539f162f25e">event.h</a></li>
<li>event_base_get_npriorities() : <a class="el" href="event_8h.html#a3c91bec6e27bf2e26e8ecbb286787cc5">event.h</a></li>
<li>event_base_get_num_events() : <a class="el" href="event_8h.html#a3dd8aaea50a18e1b300ae6a138132743">event.h</a></li>
<li>event_base_get_running_event() : <a class="el" href="event_8h.html#a9d8e703d2a7ac754667b689f85427fdd">event.h</a></li>
<li>event_base_get_signal_method() : <a class="el" href="event_8h.html#a699672f0a75658f3b82c95bc2c5aa02b">event.h</a></li>
<li>event_base_gettimeofday_cached() : <a class="el" href="event_8h.html#a0fbd35d624f1c865329a2a388afba3fd">event.h</a></li>
<li>event_base_got_break() : <a class="el" href="event_8h.html#ae3853087c016ff8e877d914b1bda8f90">event.h</a></li>
<li>event_base_got_exit() : <a class="el" href="event_8h.html#a654b3b2c5923a9c0620907701383f6dd">event.h</a></li>
<li>event_base_init_common_timeout() : <a class="el" href="event_8h.html#ad76783e5a07c242013c9e1f7c61ef82b">event.h</a></li>
<li>event_base_loop() : <a class="el" href="event_8h.html#acd7da32086d1e37008e7c76c9ea54fc4">event.h</a></li>
<li>event_base_loopbreak() : <a class="el" href="event_8h.html#a28e0be91488e8a0ed57a582f3343eaf6">event.h</a></li>
<li>event_base_loopcontinue() : <a class="el" href="event_8h.html#a34ce349afe4a37119e1ac50710642ccb">event.h</a></li>
<li>event_base_loopexit() : <a class="el" href="event_8h.html#a67ba4db4b6e7467b3412219530603e60">event.h</a></li>
<li>event_base_new() : <a class="el" href="event_8h.html#a915f7d765fc49c1c942fa13987197f3f">event.h</a></li>
<li>event_base_new_with_config() : <a class="el" href="event_8h.html#a77b6d35d159482825884fef6a5c5db4d">event.h</a></li>
<li>event_base_once() : <a class="el" href="event_8h.html#ae4d40e572ad8310897ce06f9fe0f9062">event.h</a></li>
<li>event_base_priority_init() : <a class="el" href="event_8h.html#a289e44ce22c816060bf7b7bfe38720b9">event.h</a></li>
<li>event_base_set() : <a class="el" href="event_8h.html#a20fb823ec65b17519ec07aee1a0a22ba">event.h</a></li>
<li>event_base_update_cache_time() : <a class="el" href="event_8h.html#ae920425b48421c3cb7cb5e0802e4af9d">event.h</a></li>
<li>event_callback_fn : <a class="el" href="event_8h.html#aed2307f3d9b38e07cc10c2607322d758">event.h</a></li>
<li>event_config_avoid_method() : <a class="el" href="event_8h.html#ac5328011d251a7af085fdc19deb748bc">event.h</a></li>
<li>event_config_free() : <a class="el" href="event_8h.html#ad7917192d1f78884de03a8777013fd1c">event.h</a></li>
<li>event_config_new() : <a class="el" href="event_8h.html#a2db3c1f76e3aeb0c2579cc537fb031d5">event.h</a></li>
<li>event_config_require_features() : <a class="el" href="event_8h.html#ab76526f5bcd7b05d63f38fca439d7492">event.h</a></li>
<li>event_config_set_flag() : <a class="el" href="event_8h.html#ae9e42b61a7e8465b7c897432c4ddcabd">event.h</a></li>
<li>event_config_set_max_dispatch_interval() : <a class="el" href="event_8h.html#aeb08f9ff880ff8a07eb623124f48f979">event.h</a></li>
<li>event_config_set_num_cpus_hint() : <a class="el" href="event_8h.html#a472425045a342e48429e408eaeb81d18">event.h</a></li>
<li>event_debug_unassign() : <a class="el" href="event_8h.html#a1347923dccea548c036ccc7614c5b595">event.h</a></li>
<li>event_del() : <a class="el" href="event_8h.html#a2ffc10a652c67bea16b0a71f7d5a44dc">event.h</a></li>
<li>event_del_block() : <a class="el" href="event_8h.html#a8236f5e7e9d845cd127e768b2747df9c">event.h</a></li>
<li>event_del_noblock() : <a class="el" href="event_8h.html#a54ae25b313b15e6038b5dd87c740e39e">event.h</a></li>
<li>event_dispatch() : <a class="el" href="event__compat_8h.html#af4db42ebbe9e6ee92128e99523e5987f">event_compat.h</a></li>
<li>event_enable_debug_logging() : <a class="el" href="event_8h.html#abce01eafdfef974a80fdf9a507f5eca9">event.h</a></li>
<li>event_enable_debug_mode() : <a class="el" href="event_8h.html#a37441a3defac55b5d2513521964b2af5">event.h</a></li>
<li>event_fatal_cb : <a class="el" href="event_8h.html#abb799b636f0d3aab6ca17426d88473cf">event.h</a></li>
<li>event_finalize_callback_fn : <a class="el" href="event_8h.html#a6f62afb6e295ee487ad947e4eec18332">event.h</a></li>
<li>event_free() : <a class="el" href="event_8h.html#a1f326019b65d319b2221b7e57d56c273">event.h</a></li>
<li>event_get_assignment() : <a class="el" href="event_8h.html#a6ddcda6db7bd3fc1e0f635d60e145a03">event.h</a></li>
<li>event_get_base() : <a class="el" href="event_8h.html#a7faf4b09fd018dbf86f9b2e1c934aff2">event.h</a></li>
<li>event_get_callback() : <a class="el" href="event_8h.html#a6e325a315660638135385dc3b608bf85">event.h</a></li>
<li>event_get_callback_arg() : <a class="el" href="event_8h.html#ac23bc9a5225a0624175753746d2f6553">event.h</a></li>
<li>event_get_events() : <a class="el" href="event_8h.html#a70989121937ecb71358a2d76be772d51">event.h</a></li>
<li>event_get_fd() : <a class="el" href="event_8h.html#a4f63589ebe3e0d4c9e20447f96d343b2">event.h</a></li>
<li>event_get_method() : <a class="el" href="event__compat_8h.html#a06625ed16d65425d6990d93b4af73aa3">event_compat.h</a></li>
<li>event_get_priority() : <a class="el" href="event_8h.html#abbc9ca70c2b59b3c1b5767b7675920c3">event.h</a></li>
<li>event_get_signal : <a class="el" href="event_8h.html#a69cc368a9137187726ef371a06f9cc9f">event.h</a></li>
<li>event_get_struct_event_size() : <a class="el" href="event_8h.html#a0f93db0db7e74f9ae173e1766415dd56">event.h</a></li>
<li>event_get_supported_methods() : <a class="el" href="event_8h.html#aec41f20c9c67d83429f3c4275ef90d72">event.h</a></li>
<li>event_get_version() : <a class="el" href="event_8h.html#ad7da4131910a1414c807018a3df7307f">event.h</a></li>
<li>event_get_version_number() : <a class="el" href="event_8h.html#a578ddddcc39d197630e7909b7da443e3">event.h</a></li>
<li>event_gettime_monotonic() : <a class="el" href="event_8h.html#a0c624a8830f69b32ee11faabc8ebb99a">event.h</a></li>
<li>event_init() : <a class="el" href="event__compat_8h.html#a463b7d44e255af319678d5abb457150b">event_compat.h</a></li>
<li>event_initialized() : <a class="el" href="event_8h.html#a85b94b111b8aa7fb480fc2f9da7f8e18">event.h</a></li>
<li>event_log_cb : <a class="el" href="event_8h.html#a185f44c610d7ee21ecba720561b2e09c">event.h</a></li>
<li>event_loop() : <a class="el" href="event__compat_8h.html#a3d6542d4518f6873ef9d308e3ee525e1">event_compat.h</a></li>
<li>event_loopbreak() : <a class="el" href="event__compat_8h.html#a497e5e360112dcbdc8409ecb45c2c565">event_compat.h</a></li>
<li>event_loopexit() : <a class="el" href="event__compat_8h.html#a88b7e5bb1e7bd5e617167ed6192fdd66">event_compat.h</a></li>
<li>EVENT_MAX_PRIORITIES : <a class="el" href="event_8h.html#ad74f7bf73ff985bfaf61c462cbba022f">event.h</a></li>
<li>event_method_feature : <a class="el" href="event_8h.html#ae7da61aef13e27a3047151b696b44c80">event.h</a></li>
<li>event_new() : <a class="el" href="event_8h.html#a06f275152dcbbc2a767fdcdf32e8bb79">event.h</a></li>
<li>event_once() : <a class="el" href="event__compat_8h.html#aa7139d18495e80b2e31961c1c553d45e">event_compat.h</a></li>
<li>event_pending() : <a class="el" href="event_8h.html#a9b1687396305898af018c74e63486eb5">event.h</a></li>
<li>event_priority_init() : <a class="el" href="event__compat_8h.html#ade115d1b3302c33a6308c50964b6304e">event_compat.h</a></li>
<li>event_priority_set() : <a class="el" href="event_8h.html#a11a800dce1fe61de5e2506aaf603c47f">event.h</a></li>
<li>event_reinit() : <a class="el" href="event_8h.html#a7f05aabb4fbcd2ba676bb6ba92f21630">event.h</a></li>
<li>event_remove_timer() : <a class="el" href="event_8h.html#a6d3aae1a8b2c0002e5744fb54ba4fe64">event.h</a></li>
<li>event_self_cbarg() : <a class="el" href="event_8h.html#a2d4499423619815d072238f9662c2051">event.h</a></li>
<li>event_set() : <a class="el" href="event__compat_8h.html#af06653a20ca79b6229adf89630d20916">event_compat.h</a></li>
<li>event_set_fatal_callback() : <a class="el" href="event_8h.html#a1d0efefe738406049a7bd71e2e59ccfb">event.h</a></li>
<li>event_set_log_callback() : <a class="el" href="event_8h.html#a2ec6be5aff4af06b22da20d5ad747ff2">event.h</a></li>
<li>event_set_mem_functions() : <a class="el" href="event_8h.html#a9bb71feea97288bc15d2fba3dccd46bf">event.h</a></li>
<li>EVENT_SET_MEM_FUNCTIONS_IMPLEMENTED : <a class="el" href="event_8h.html#ade387a9a39bbbdf40ff20b4d977ec6ae">event.h</a></li>
<li>evhttp_accept_socket() : <a class="el" href="http_8h.html#ae8599595a7617e5e3c213e45c10d22a0">http.h</a></li>
<li>evhttp_accept_socket_with_handle() : <a class="el" href="http_8h.html#a8b75bc9326795e5f81d278406e36f2fe">http.h</a></li>
<li>evhttp_add_header() : <a class="el" href="http_8h.html#a04d806174bb259be406b32669a4ed9cc">http.h</a></li>
<li>evhttp_add_server_alias() : <a class="el" href="http_8h.html#afa5936add0f808199f617be4aa42bbd7">http.h</a></li>
<li>evhttp_add_virtual_host() : <a class="el" href="http_8h.html#ad89bdd6053de1ff73fab1b2bb3c3182f">http.h</a></li>
<li>evhttp_bind_listener() : <a class="el" href="http_8h.html#a3a174a3833b38444816d42f70c2b05fb">http.h</a></li>
<li>evhttp_bind_socket() : <a class="el" href="http_8h.html#a3431520b3bd31e957e93e519b2fe56a5">http.h</a></li>
<li>evhttp_bind_socket_with_handle() : <a class="el" href="http_8h.html#abcede34acf61e65e360749dec778cac1">http.h</a></li>
<li>evhttp_bound_socket_get_fd() : <a class="el" href="http_8h.html#a586eeb946ec397fec8094c25b7d1d9e4">http.h</a></li>
<li>evhttp_bound_socket_get_listener() : <a class="el" href="http_8h.html#a199cf34dec01a6e7e41a4ca503899f74">http.h</a></li>
<li>evhttp_cancel_request() : <a class="el" href="http_8h.html#a7758d5808bd2e062d2aa3912ca19d2fd">http.h</a></li>
<li>evhttp_clear_headers() : <a class="el" href="http_8h.html#ad2399662cdf2e300251d4330c649ac77">http.h</a></li>
<li>evhttp_cmd_type : <a class="el" href="http_8h.html#ac858319d667267f9fc848c2bb6931aa3">http.h</a></li>
<li>evhttp_connection_base_bufferevent_new() : <a class="el" href="http_8h.html#ac6ac0b5adf237ad2ef5c084bb9a5554a">http.h</a></li>
<li>evhttp_connection_base_bufferevent_reuse_new() : <a class="el" href="http_8h.html#a6367f33fdca125f8a3b3a04f3202d32d">http.h</a></li>
<li>evhttp_connection_base_bufferevent_unix_new() : <a class="el" href="http_8h.html#aa04aa8be9f8e4cf2be1c0be2460e3b1e">http.h</a></li>
<li>evhttp_connection_base_new() : <a class="el" href="http_8h.html#a13c28fb9f2782a47a3bb4c72fd47ec55">http.h</a></li>
<li>evhttp_connection_free() : <a class="el" href="http_8h.html#aaf15e06932005ac0bc890b6fe72b19e3">http.h</a></li>
<li>evhttp_connection_free_on_completion() : <a class="el" href="http_8h.html#af33ddcfb93380ab98ac0f75426480824">http.h</a></li>
<li>evhttp_connection_get_addr() : <a class="el" href="http_8h.html#acff14766f9084be997ed72b0f025ec54">http.h</a></li>
<li>evhttp_connection_get_base() : <a class="el" href="http_8h.html#a69f75ce842350b295d71370812d7f084">http.h</a></li>
<li>evhttp_connection_get_bufferevent() : <a class="el" href="http_8h.html#a938a5d86b1899fbf25eab4ec971a9560">http.h</a></li>
<li>evhttp_connection_get_peer() : <a class="el" href="http_8h.html#a8d21ffce46e0207d97d31cfac295e079">http.h</a></li>
<li>evhttp_connection_get_server() : <a class="el" href="http_8h.html#a863da4c23d1429d074f7ae156a377e14">http.h</a></li>
<li>evhttp_connection_new() : <a class="el" href="http__compat_8h.html#a83601887f8cf4ffa294db20a28236afb">http_compat.h</a></li>
<li>evhttp_connection_set_base() : <a class="el" href="http__compat_8h.html#a005fff08e18b6ca6689c1226dd9d00fb">http_compat.h</a></li>
<li>evhttp_connection_set_closecb() : <a class="el" href="http_8h.html#afac5a00d6baf28ecb5c7d52dee757bd1">http.h</a></li>
<li>evhttp_connection_set_connect_timeout_tv() : <a class="el" href="http_8h.html#a3070128a12534b199f5dd24673fad4c4">http.h</a></li>
<li>evhttp_connection_set_ext_method_cmp() : <a class="el" href="http_8h.html#a8b60b73ced5441bd9a2a4fe114db7db0">http.h</a></li>
<li>evhttp_connection_set_family() : <a class="el" href="http_8h.html#a33eb3d75bb0ae4b4d19678f8f7d97636">http.h</a></li>
<li>evhttp_connection_set_flags() : <a class="el" href="http_8h.html#a081b1b41e26d62c5690bdd79109cdcfd">http.h</a></li>
<li>evhttp_connection_set_initial_retry_tv() : <a class="el" href="http_8h.html#a8b33510923ba80494353419fd769729c">http.h</a></li>
<li>evhttp_connection_set_local_address() : <a class="el" href="http_8h.html#a1125aa44cce8ee1faf9c0bdfc6e815c8">http.h</a></li>
<li>evhttp_connection_set_local_port() : <a class="el" href="http_8h.html#a881ace0b082a725cbd7156e8d701db7a">http.h</a></li>
<li>evhttp_connection_set_read_timeout_tv() : <a class="el" href="http_8h.html#a8ce5c2c1090309215004e8490014d7a8">http.h</a></li>
<li>evhttp_connection_set_retries() : <a class="el" href="http_8h.html#a2d1ec8afb0b84b591e40daa8d25594b9">http.h</a></li>
<li>evhttp_connection_set_timeout() : <a class="el" href="http_8h.html#af74808e97c298ae690b29d45e8cf2f7b">http.h</a></li>
<li>evhttp_connection_set_timeout_tv() : <a class="el" href="http_8h.html#ab8d3d92102ff797ea2375db5235ebe49">http.h</a></li>
<li>evhttp_connection_set_write_timeout_tv() : <a class="el" href="http_8h.html#a29110fb60e660f33f2d20a964dcb2d37">http.h</a></li>
<li>evhttp_decode_uri() : <a class="el" href="http_8h.html#a2e2e9df97a6906701e5a04807ed2522e">http.h</a></li>
<li>evhttp_del_accept_socket() : <a class="el" href="http_8h.html#a565c02c3469c28c1c043cb4a1e3b242c">http.h</a></li>
<li>evhttp_del_cb() : <a class="el" href="http_8h.html#ad7afbe5f5ce3dd8aa00496c859847947">http.h</a></li>
<li>evhttp_encode_uri() : <a class="el" href="http_8h.html#a8ca7bb0e0ec3cc0ec2ba8ff9d101362f">http.h</a></li>
<li>evhttp_find_header() : <a class="el" href="http_8h.html#ac4522b618cb17012a63013eb744952fe">http.h</a></li>
<li>evhttp_foreach_bound_socket() : <a class="el" href="http_8h.html#ad15b347cd339ce5b03c806c0f7adaecf">http.h</a></li>
<li>evhttp_free() : <a class="el" href="http_8h.html#a12b2e61a0088e3707198876ae1e61f3f">http.h</a></li>
<li>evhttp_get_connection_count() : <a class="el" href="http_8h.html#acdc4276e80df2a99d64944598fc946ee">http.h</a></li>
<li>evhttp_htmlescape() : <a class="el" href="http_8h.html#a8ffd70126d238365ebbe879da6b464a6">http.h</a></li>
<li>evhttp_make_request() : <a class="el" href="http_8h.html#a88c4f63045dc6567f8220d6d37426924">http.h</a></li>
<li>evhttp_new() : <a class="el" href="http_8h.html#a9763e87a306a8d7592738b341f8fa240">http.h</a></li>
<li>evhttp_parse_query() : <a class="el" href="http_8h.html#ad9b32eed2eb6693eef5694052f2223a8">http.h</a></li>
<li>evhttp_parse_query_str() : <a class="el" href="http_8h.html#a9a61f2b2ae4b7b733871f64e89360d75">http.h</a></li>
<li>evhttp_parse_query_str_flags() : <a class="el" href="http_8h.html#a1a9d2efb83e6599e7e6aa2130018fedc">http.h</a></li>
<li>evhttp_remove_header() : <a class="el" href="http_8h.html#acbdce3871fffa5c0c97c0680eb1ea668">http.h</a></li>
<li>evhttp_remove_server_alias() : <a class="el" href="http_8h.html#a6b2b581793f361f68fd21cff110aa262">http.h</a></li>
<li>evhttp_remove_virtual_host() : <a class="el" href="http_8h.html#a68ec9dd6e33b7505a1ccde9e3d55b18a">http.h</a></li>
<li>evhttp_request_error : <a class="el" href="http_8h.html#a01f921a909d1504f873222b1d29c2b4a">http.h</a></li>
<li>evhttp_request_free() : <a class="el" href="http_8h.html#a740defd3a36e3d609a362cee96508402">http.h</a></li>
<li>evhttp_request_get_command() : <a class="el" href="http_8h.html#aaef4dc4d2dfd468b5f3497853d6c0486">http.h</a></li>
<li>evhttp_request_get_connection() : <a class="el" href="http_8h.html#a625a01e893a2a3a3970c22b841e897ac">http.h</a></li>
<li>evhttp_request_get_evhttp_uri() : <a class="el" href="http_8h.html#a7fa79b10a9b56483850d5e93b65db3ba">http.h</a></li>
<li>evhttp_request_get_host() : <a class="el" href="http_8h.html#a74ba4d8b71ead7ba311231cdcead74c7">http.h</a></li>
<li>evhttp_request_get_input_buffer() : <a class="el" href="http_8h.html#a0b3e52af3b7bae3fef8e2b891d427ebd">http.h</a></li>
<li>evhttp_request_get_input_headers() : <a class="el" href="http_8h.html#a591c0f37986da03f1a19e6212d4667c6">http.h</a></li>
<li>evhttp_request_get_output_buffer() : <a class="el" href="http_8h.html#a3cbcd2a9f25ac84a8b110c0fd532c5a7">http.h</a></li>
<li>evhttp_request_get_output_headers() : <a class="el" href="http_8h.html#a19273069cd6306611f8bfb0d45736c27">http.h</a></li>
<li>evhttp_request_get_uri() : <a class="el" href="http_8h.html#a03839253abba12cf3f6b7414beaef262">http.h</a></li>
<li>evhttp_request_is_owned() : <a class="el" href="http_8h.html#a980ad5b5a00bef46201b1683ef0e2ee1">http.h</a></li>
<li>evhttp_request_kind : <a class="el" href="http_8h.html#a47ca41a942899d019bf59cf32301ae4f">http.h</a></li>
<li>evhttp_request_new() : <a class="el" href="http_8h.html#a399ff192d85f04e8f3326d728afdca13">http.h</a></li>
<li>evhttp_request_own() : <a class="el" href="http_8h.html#aa1bd475e8be9f389586a6be9fbb242d4">http.h</a></li>
<li>evhttp_request_set_chunked_cb() : <a class="el" href="http_8h.html#ace8a70a82c88bfc3856a1b2ae1c9a40b">http.h</a></li>
<li>evhttp_request_set_error_cb() : <a class="el" href="http_8h.html#a90bf87f4fdaea3ccf414bf8572b0228a">http.h</a></li>
<li>evhttp_request_set_header_cb() : <a class="el" href="http_8h.html#a3d812da94907b41165dfa2efc09bd329">http.h</a></li>
<li>evhttp_request_set_on_complete_cb() : <a class="el" href="http_8h.html#a83469b1ba147fc46a98d4f94cbd99a45">http.h</a></li>
<li>evhttp_request_uri : <a class="el" href="http__compat_8h.html#aae95ca15c179b4b0b8c7bbb7b1da342a">http_compat.h</a></li>
<li>evhttp_send_error() : <a class="el" href="http_8h.html#a47d90ffdd80edc13ab4197e2c21a1403">http.h</a></li>
<li>evhttp_send_reply() : <a class="el" href="http_8h.html#a0a77d07263e20733a7562dcd576ad721">http.h</a></li>
<li>evhttp_send_reply_chunk() : <a class="el" href="http_8h.html#a380c78fba2c4d5efe22191673c4ed1a7">http.h</a></li>
<li>evhttp_send_reply_chunk_with_cb() : <a class="el" href="http_8h.html#a694a80962c9dd37014b4bd61f6a04275">http.h</a></li>
<li>evhttp_send_reply_end() : <a class="el" href="http_8h.html#a014b3c0c4f85a2c7bc7f4092aaf19884">http.h</a></li>
<li>evhttp_send_reply_start() : <a class="el" href="http_8h.html#a730f35086068b559b2bd324d07591283">http.h</a></li>
<li>evhttp_set_allowed_methods() : <a class="el" href="http_8h.html#a5682dc2fe3f18dcbffd9a55bcebac9a0">http.h</a></li>
<li>evhttp_set_bevcb() : <a class="el" href="http_8h.html#ae4accb83b76a63db8b6fe5e765df1411">http.h</a></li>
<li>evhttp_set_cb() : <a class="el" href="http_8h.html#af1b22fdf5ea2c6335ccbc96fb930774e">http.h</a></li>
<li>evhttp_set_default_content_type() : <a class="el" href="http_8h.html#a53cbc32c73ae066cf6140698a2fca532">http.h</a></li>
<li>evhttp_set_errorcb() : <a class="el" href="http_8h.html#a7ff8d8b085885abf2037f0b4d0cc8c39">http.h</a></li>
<li>evhttp_set_ext_method_cmp() : <a class="el" href="http_8h.html#a171f175f66ceb0bd7ca93b32229a54c5">http.h</a></li>
<li>evhttp_set_flags() : <a class="el" href="http_8h.html#ab531e7d4962724efa3401d11edea1150">http.h</a></li>
<li>evhttp_set_gencb() : <a class="el" href="http_8h.html#a52e68315974c684709c373fe7c46bec8">http.h</a></li>
<li>evhttp_set_max_body_size() : <a class="el" href="http_8h.html#a4ba3aa63bccc4f2ec3c18d4eb26be851">http.h</a></li>
<li>evhttp_set_max_connections() : <a class="el" href="http_8h.html#a9ee088f799a4f8ade368f0e18817d432">http.h</a></li>
<li>evhttp_set_max_headers_size() : <a class="el" href="http_8h.html#a1d118ec9cf879e60df5e800a53fa7be5">http.h</a></li>
<li>evhttp_set_newreqcb() : <a class="el" href="http_8h.html#a5d57616424673f65eee38f0dc8293373">http.h</a></li>
<li>evhttp_set_read_timeout_tv() : <a class="el" href="http_8h.html#ae4efab329925d632a9e94a3065b8d17f">http.h</a></li>
<li>evhttp_set_timeout() : <a class="el" href="http_8h.html#a5b4a6022933fb806d621a398ceec8eb2">http.h</a></li>
<li>evhttp_set_timeout_tv() : <a class="el" href="http_8h.html#a3ea68d1a73ae1a09c6398e264b357407">http.h</a></li>
<li>evhttp_set_write_timeout_tv() : <a class="el" href="http_8h.html#ae0916087937baf9c4e99e19301ae59f8">http.h</a></li>
<li>evhttp_start() : <a class="el" href="http__compat_8h.html#ad981ff7655b11acb9484f30e614fc669">http_compat.h</a></li>
<li>evhttp_uri_free() : <a class="el" href="http_8h.html#a656211357bacf7fae9d09d2d23f7f4b0">http.h</a></li>
<li>evhttp_uri_get_fragment() : <a class="el" href="http_8h.html#a4897cc2d0e9364b2c14d4f683e1f6e23">http.h</a></li>
<li>evhttp_uri_get_host() : <a class="el" href="http_8h.html#a2d2ce30649f207a1060039af49d9ef80">http.h</a></li>
<li>evhttp_uri_get_path() : <a class="el" href="http_8h.html#a08ecea2cc13684a7d051d4d43c5e23ab">http.h</a></li>
<li>evhttp_uri_get_port() : <a class="el" href="http_8h.html#a1ee1f098fa176ae0b33729308a35136d">http.h</a></li>
<li>evhttp_uri_get_query() : <a class="el" href="http_8h.html#a86056f5b734b81d0502e95ac628b7be8">http.h</a></li>
<li>evhttp_uri_get_scheme() : <a class="el" href="http_8h.html#a94945afd891592b6c795ab103811ae65">http.h</a></li>
<li>evhttp_uri_get_unixsocket() : <a class="el" href="http_8h.html#afcbe06cc5e3ac411c1e60de42e4415c7">http.h</a></li>
<li>evhttp_uri_get_userinfo() : <a class="el" href="http_8h.html#ad0c1499e2cefc2a2c190046f33145669">http.h</a></li>
<li>EVHTTP_URI_HOST_STRIP_BRACKETS : <a class="el" href="http_8h.html#a8260a82157dadb3a659cb1ba783bb304">http.h</a></li>
<li>evhttp_uri_join() : <a class="el" href="http_8h.html#a919ffb603a8a15266f9f0a515d278d53">http.h</a></li>
<li>evhttp_uri_new() : <a class="el" href="http_8h.html#a1ddad5aa486af111d8cc9e1b2c5e19a0">http.h</a></li>
<li>EVHTTP_URI_NONCONFORMANT : <a class="el" href="http_8h.html#ace576911d436a163584f4942907270a5">http.h</a></li>
<li>evhttp_uri_parse() : <a class="el" href="http_8h.html#aa313db0e687c4b8a0b1c009924f3d2e5">http.h</a></li>
<li>evhttp_uri_parse_with_flags() : <a class="el" href="http_8h.html#a77009a737b25d36734898ff55b15e1c0">http.h</a></li>
<li>EVHTTP_URI_QUERY_LAST_VAL : <a class="el" href="http_8h.html#a12b8b97844f5d13e2f7b6d5c9f8ce0b6">http.h</a></li>
<li>EVHTTP_URI_QUERY_NONCONFORMANT : <a class="el" href="http_8h.html#a64c9b77846e83a6f3d45f4be4b7150de">http.h</a></li>
<li>evhttp_uri_set_flags() : <a class="el" href="http_8h.html#aa18f3bc6e899f80ba047a683d245245b">http.h</a></li>
<li>evhttp_uri_set_fragment() : <a class="el" href="http_8h.html#a6ffbf72e6974650339f89b23a8d8fc30">http.h</a></li>
<li>evhttp_uri_set_host() : <a class="el" href="http_8h.html#a71b70977e40970863c611dc9f8c66f0f">http.h</a></li>
<li>evhttp_uri_set_path() : <a class="el" href="http_8h.html#a55ae372c7045ed54e9193a061e440b59">http.h</a></li>
<li>evhttp_uri_set_port() : <a class="el" href="http_8h.html#a44aebcf9b67a66025af7d002df0ecde1">http.h</a></li>
<li>evhttp_uri_set_query() : <a class="el" href="http_8h.html#aa1de728d898f2ec5deab6299d885d286">http.h</a></li>
<li>evhttp_uri_set_scheme() : <a class="el" href="http_8h.html#a45fcdbd2ca2683418f3745cbb8745256">http.h</a></li>
<li>evhttp_uri_set_unixsocket() : <a class="el" href="http_8h.html#ac7259917dbf5cac8ff0e3d00b8574cbe">http.h</a></li>
<li>evhttp_uri_set_userinfo() : <a class="el" href="http_8h.html#a12083a9ed157ed7d0d980973613e7f18">http.h</a></li>
<li>EVHTTP_URI_UNIX_SOCKET : <a class="el" href="http_8h.html#a3e2dab6e699d45bb208299312e73b2aa">http.h</a></li>
<li>evhttp_uridecode() : <a class="el" href="http_8h.html#aa444e368304f9a53434a897d8c8996b6">http.h</a></li>
<li>evhttp_uriencode() : <a class="el" href="http_8h.html#ad070c0091530bc2433d966da68252c86">http.h</a></li>
<li>EVLOOP_NO_EXIT_ON_EMPTY : <a class="el" href="event_8h.html#a6751a7d5867ff8e7807400a93ffd5b08">event.h</a></li>
<li>EVLOOP_NONBLOCK : <a class="el" href="event_8h.html#a10b9c102337d0ece8607c9c01bc4f7c8">event.h</a></li>
<li>EVLOOP_ONCE : <a class="el" href="event_8h.html#afab575b1e867dde13a2c7f2f967e0e4e">event.h</a></li>
<li>EVREQ_HTTP_BUFFER_ERROR : <a class="el" href="http_8h.html#a01f921a909d1504f873222b1d29c2b4aa3bd6cb0d713a8ae9eaa3cf667a3edc9b">http.h</a></li>
<li>EVREQ_HTTP_DATA_TOO_LONG : <a class="el" href="http_8h.html#a01f921a909d1504f873222b1d29c2b4aac26adda43a54b9011756e83e93b9b26b">http.h</a></li>
<li>EVREQ_HTTP_EOF : <a class="el" href="http_8h.html#a01f921a909d1504f873222b1d29c2b4aac2922c6ca9cd576a7e722f18876676a8">http.h</a></li>
<li>EVREQ_HTTP_INVALID_HEADER : <a class="el" href="http_8h.html#a01f921a909d1504f873222b1d29c2b4aad755cf3b1ab25bdfede358b137e7d1e4">http.h</a></li>
<li>EVREQ_HTTP_REQUEST_CANCEL : <a class="el" href="http_8h.html#a01f921a909d1504f873222b1d29c2b4aaa07ee0241ac812c0e8bc1eabc5ac810d">http.h</a></li>
<li>EVREQ_HTTP_TIMEOUT : <a class="el" href="http_8h.html#a01f921a909d1504f873222b1d29c2b4aa52bd0bcf036c6577b3ea55c7c086880d">http.h</a></li>
<li>evrpc_add_hook() : <a class="el" href="rpc_8h.html#a8f90e76006006b6d1159cf5f163c4d08">rpc.h</a></li>
<li>EVRPC_CONTINUE : <a class="el" href="rpc_8h.html#a9c37f133ebc96b2bd66c472079b1338ba4f92aee79d3413c4940eeb578ee33643">rpc.h</a></li>
<li>evrpc_free() : <a class="el" href="rpc_8h.html#aefeb82c78c1a6e2338d32cfcb02297c6">rpc.h</a></li>
<li>EVRPC_GENERATE : <a class="el" href="rpc_8h.html#af7abcafae087e3c4dce6a4cd85346114">rpc.h</a></li>
<li>evrpc_get_request() : <a class="el" href="rpc_8h.html#a8233a88385eecfdef1c8b233fabcaeb9">rpc.h</a></li>
<li>EVRPC_HEADER : <a class="el" href="rpc_8h.html#aa526799df545537b2dc67358b0dfaa15">rpc.h</a></li>
<li>evrpc_hook_add_meta() : <a class="el" href="rpc_8h.html#afddaba85bd35b7a99ff69daa73b9a98d">rpc.h</a></li>
<li>evrpc_hook_find_meta() : <a class="el" href="rpc_8h.html#a5e6215f4f22ab5bc5d72159143cefcea">rpc.h</a></li>
<li>evrpc_hook_get_connection() : <a class="el" href="rpc_8h.html#a023ace82ac1ae34fb30227a1a5335ee8">rpc.h</a></li>
<li>EVRPC_HOOK_RESULT : <a class="el" href="rpc_8h.html#a9c37f133ebc96b2bd66c472079b1338b">rpc.h</a></li>
<li>EVRPC_HOOK_TYPE : <a class="el" href="rpc_8h.html#a66eff7ea6bdd17e53fde6c4d9dc1835b">rpc.h</a></li>
<li>evrpc_init() : <a class="el" href="rpc_8h.html#afd74cf900a97a50d30b4120adf2f783a">rpc.h</a></li>
<li>EVRPC_INPUT : <a class="el" href="rpc_8h.html#a66eff7ea6bdd17e53fde6c4d9dc1835ba2a62d2e1147edb5b460c1abb17be9734">rpc.h</a></li>
<li>EVRPC_MAKE_CTX : <a class="el" href="rpc_8h.html#ad7694fa8f1b5995a9d43bef1da170fad">rpc.h</a></li>
<li>EVRPC_MAKE_REQUEST : <a class="el" href="rpc_8h.html#aff0efcd7cb8b966256b5127960bd2c81">rpc.h</a></li>
<li>evrpc_make_request() : <a class="el" href="rpc_8h.html#a1e45aa64f32b7a0a780b914b4a7b83c5">rpc.h</a></li>
<li>evrpc_make_request_ctx() : <a class="el" href="rpc_8h.html#a19517110e2959e18a87ef79e3f16f732">rpc.h</a></li>
<li>EVRPC_OUTPUT : <a class="el" href="rpc_8h.html#a66eff7ea6bdd17e53fde6c4d9dc1835bad63587ff3a66808e422f1ca48c9db85e">rpc.h</a></li>
<li>EVRPC_PAUSE : <a class="el" href="rpc_8h.html#a9c37f133ebc96b2bd66c472079b1338baff86ced7cf446eec75868ba64d956b9c">rpc.h</a></li>
<li>evrpc_pool_add_connection() : <a class="el" href="rpc_8h.html#a9e3bedffaef59f2ccc1c0003ce05da8c">rpc.h</a></li>
<li>evrpc_pool_free() : <a class="el" href="rpc_8h.html#ab8579f465aee520bb8ac1b208d1d8d95">rpc.h</a></li>
<li>evrpc_pool_new() : <a class="el" href="rpc_8h.html#a588607b0941879a024966904e69bf428">rpc.h</a></li>
<li>evrpc_pool_remove_connection() : <a class="el" href="rpc_8h.html#a6272b6b974e4abe27ccb1273ba37b100">rpc.h</a></li>
<li>evrpc_pool_set_timeout() : <a class="el" href="rpc_8h.html#a0164fb784c8b8907e30861f2fee89c44">rpc.h</a></li>
<li>EVRPC_REGISTER : <a class="el" href="rpc_8h.html#abb204281e2555a1e91ff3885747d0533">rpc.h</a></li>
<li>evrpc_register_generic() : <a class="el" href="rpc_8h.html#aad265540d04241d80f60847718db5913">rpc.h</a></li>
<li>evrpc_register_rpc() : <a class="el" href="rpc_8h.html#ab8687528c294762984a097ecf4575713">rpc.h</a></li>
<li>evrpc_remove_hook() : <a class="el" href="rpc_8h.html#ab77b039cae7b4f94bfff18382bef981f">rpc.h</a></li>
<li>EVRPC_REQUEST_DONE : <a class="el" href="rpc_8h.html#a36d6ba276baf3c95df69db35a2ef1527">rpc.h</a></li>
<li>evrpc_request_done() : <a class="el" href="rpc_8h.html#a7c74b9d6cd83891ed8f03435892a0e5d">rpc.h</a></li>
<li>evrpc_request_get_pool() : <a class="el" href="rpc_8h.html#aa02e5c9eb8efd5fa22109b01160458db">rpc.h</a></li>
<li>EVRPC_REQUEST_HTTP : <a class="el" href="rpc_8h.html#af78e1869994ee9597a9a0785d25fbf0b">rpc.h</a></li>
<li>evrpc_resume_request() : <a class="el" href="rpc_8h.html#a8e7a8aabcd4e216d1e32254bfba33472">rpc.h</a></li>
<li>evrpc_send_request_generic() : <a class="el" href="rpc_8h.html#a99dc1ab2f6775a743dac96cdf2d5ace0">rpc.h</a></li>
<li>EVRPC_STRUCT : <a class="el" href="rpc_8h.html#ae9eff66229e154543551a936c59dd8fa">rpc.h</a></li>
<li>EVRPC_TERMINATE : <a class="el" href="rpc_8h.html#a9c37f133ebc96b2bd66c472079b1338ba61de2cad490f408aa9ecc3427cfb6233">rpc.h</a></li>
<li>EVRPC_UNREGISTER : <a class="el" href="rpc_8h.html#ab646cdf50e026accddcd9fe23b35837b">rpc.h</a></li>
<li>EVTAG_ARRAY_ADD : <a class="el" href="rpc_8h.html#a8bd4b0f338823bffee3ead3885ea6791">rpc.h</a></li>
<li>EVTAG_ARRAY_ADD_VALUE : <a class="el" href="rpc_8h.html#a796d8c44ee666b13ecbae36b0897820b">rpc.h</a></li>
<li>EVTAG_ARRAY_GET : <a class="el" href="rpc_8h.html#a1b955ffe442d49fdfe17c76a6e758880">rpc.h</a></li>
<li>EVTAG_ARRAY_LEN : <a class="el" href="rpc_8h.html#ab4a0a6a9f8fbe20ced71eaebd297168b">rpc.h</a></li>
<li>EVTAG_ASSIGN : <a class="el" href="rpc_8h.html#a8063c9f0927da79cc9e53600a77eecc6">rpc.h</a></li>
<li>EVTAG_ASSIGN_WITH_LEN : <a class="el" href="rpc_8h.html#af420133e56a545bef6cba6f878d403d7">rpc.h</a></li>
<li>evtag_encode_int() : <a class="el" href="tag_8h.html#a22ef611a14b919e939fdade0af8b692c">tag.h</a></li>
<li>EVTAG_GET : <a class="el" href="rpc_8h.html#aef6e54053208c090c43d05c9b2259fb9">rpc.h</a></li>
<li>EVTAG_GET_WITH_LEN : <a class="el" href="rpc_8h.html#ae0b73ea41cb7f06976fd69a8f1be6219">rpc.h</a></li>
<li>EVTAG_HAS : <a class="el" href="rpc_8h.html#a1a924e89c7a0c5eddc63cf9bf569fae6">rpc.h</a></li>
<li>EVTAG_LEN : <a class="el" href="rpc__compat_8h.html#a9eb90639aa8aab13d3dc932353828e7b">rpc_compat.h</a></li>
<li>evtag_unmarshal_header() : <a class="el" href="tag_8h.html#a57431aea9815331fbbea6cca413a85af">tag.h</a></li>
<li>evthread_enable_lock_debugging() : <a class="el" href="thread_8h.html#a4b9ec0970d762320451fafc8f7cb2087">thread.h</a></li>
<li>EVTHREAD_LOCKTYPE_RECURSIVE : <a class="el" href="thread_8h.html#a8fbf4020f11c3b98459fd8d4d427513c">thread.h</a></li>
<li>evthread_make_base_notifiable() : <a class="el" href="thread_8h.html#ac0c39231d48295aff378fd9f65b2569a">thread.h</a></li>
<li>EVTHREAD_READ : <a class="el" href="thread_8h.html#a8c7a3fb4b1f521b4a262e5043f3fa14c">thread.h</a></li>
<li>evthread_set_condition_callbacks() : <a class="el" href="thread_8h.html#a15c0f69030cfec09cc34bf8afd151bac">thread.h</a></li>
<li>evthread_set_id_callback() : <a class="el" href="thread_8h.html#a79ec78eb62ee5082a33cfb0c14df9772">thread.h</a></li>
<li>evthread_set_lock_callbacks() : <a class="el" href="thread_8h.html#ae5fa5c777ca30576db8355a9140c533b">thread.h</a></li>
<li>EVTHREAD_TRY : <a class="el" href="thread_8h.html#a746e63692bf5bd5b4ee5d929df1592e2">thread.h</a></li>
<li>evthread_use_pthreads() : <a class="el" href="thread_8h.html#acc0cc708c566c14f4659331ec12f8a5b">thread.h</a></li>
<li>EVTHREAD_USE_PTHREADS_IMPLEMENTED : <a class="el" href="thread_8h.html#a8906b609d6c2bb4af5c7653c4f0f355d">thread.h</a></li>
<li>evthread_use_pthreads_with_flags() : <a class="el" href="thread_8h.html#a2cef140279d8452e69dc73cc15ca697c">thread.h</a></li>
<li>evthread_use_windows_threads() : <a class="el" href="thread_8h.html#a1b0fe36dcb033da2c679d39ce8a190e2">thread.h</a></li>
<li>EVTHREAD_USE_WINDOWS_THREADS_IMPLEMENTED : <a class="el" href="thread_8h.html#a05306512f3074b45be6eba702440f1f1">thread.h</a></li>
<li>EVTHREAD_WRITE : <a class="el" href="thread_8h.html#aa9fb1861f3b09a03c5986561dd00db0d">thread.h</a></li>
<li>evutil_ascii_strcasecmp() : <a class="el" href="util_8h.html#aae46d8f8407906b79216f9be88803126">util.h</a></li>
<li>evutil_ascii_strncasecmp() : <a class="el" href="util_8h.html#a03b44d66883df5bfed32c9ac6df93aac">util.h</a></li>
<li>evutil_closesocket() : <a class="el" href="util_8h.html#a5cfa6c13c62d17570a7d5f6d3541ff5b">util.h</a></li>
<li>evutil_configure_monotonic_time() : <a class="el" href="util_8h.html#ab486d1e10fd1e3102b4e53beed8d9baa">util.h</a></li>
<li>evutil_date_rfc1123() : <a class="el" href="util_8h.html#a9d2f7f9996a6ff28db2aeb8ac8a58187">util.h</a></li>
<li>evutil_freeaddrinfo() : <a class="el" href="util_8h.html#a58a472b3afc5cef1e6b1c9912604381b">util.h</a></li>
<li>evutil_getaddrinfo() : <a class="el" href="util_8h.html#a0f36c2fc48c644a4f56347a25c585cc9">util.h</a></li>
<li>evutil_gettime_monotonic() : <a class="el" href="util_8h.html#abe94df86960981b69411f20c0c5235dc">util.h</a></li>
<li>evutil_inet_ntop() : <a class="el" href="util_8h.html#ace56284dd98a6a76112056ac0a2134b8">util.h</a></li>
<li>evutil_inet_pton() : <a class="el" href="util_8h.html#a4065af1c9c995010ef7df66154c313b2">util.h</a></li>
<li>evutil_inet_pton_scope() : <a class="el" href="util_8h.html#ad586fc57f596616d810a8b5fe4f8c111">util.h</a></li>
<li>evutil_make_listen_socket_ipv6only() : <a class="el" href="util_8h.html#ad361aa5727c88f05633a9032ad8c850f">util.h</a></li>
<li>evutil_make_listen_socket_not_ipv6only() : <a class="el" href="util_8h.html#a031699658b52069610d660919d0c2b9d">util.h</a></li>
<li>evutil_make_listen_socket_reuseable() : <a class="el" href="util_8h.html#a7a8e18b7861ed856bde592257f6b6e11">util.h</a></li>
<li>evutil_make_listen_socket_reuseable_port() : <a class="el" href="util_8h.html#a9e4e68f77ce876ceecc6fb65f2dbe506">util.h</a></li>
<li>evutil_make_socket_closeonexec() : <a class="el" href="util_8h.html#a7edc3874139e863f61edf6c705030430">util.h</a></li>
<li>evutil_make_socket_nonblocking() : <a class="el" href="util_8h.html#a4f8f2384311baf5d7308c7ab079f9b84">util.h</a></li>
<li>evutil_make_tcp_listen_socket_deferred() : <a class="el" href="util_8h.html#a988b1fc98edeac63efc8b13c4f822a0d">util.h</a></li>
<li>evutil_monotonic_timer_free() : <a class="el" href="util_8h.html#a2874062ff988293cd4e40b220933e209">util.h</a></li>
<li>evutil_monotonic_timer_new() : <a class="el" href="util_8h.html#ad9dcfdc37065e801e824a398e9ff26d0">util.h</a></li>
<li>evutil_offsetof : <a class="el" href="util_8h.html#a4c296955d33624c18bd4811730caa417">util.h</a></li>
<li>evutil_parse_sockaddr_port() : <a class="el" href="util_8h.html#a97d4f315d5c40c4f604f6c9ae694a684">util.h</a></li>
<li>evutil_secure_rng_add_bytes() : <a class="el" href="util_8h.html#a3b5b7d22b368ffdd6ed77838bf4fcea6">util.h</a></li>
<li>evutil_secure_rng_get_bytes() : <a class="el" href="util_8h.html#a0836ed5d00ccab1957419a07b7acbb56">util.h</a></li>
<li>evutil_secure_rng_init() : <a class="el" href="util_8h.html#a49ffe53dcbe32ad55f1582a0da358ac0">util.h</a></li>
<li>evutil_secure_rng_set_urandom_device_file() : <a class="el" href="util_8h.html#a4544ddceb4e20c8c52985641ca829b7e">util.h</a></li>
<li>EVUTIL_SET_SOCKET_ERROR : <a class="el" href="util_8h.html#ae8b4fae7790599f7b58e8c269f6b29d8">util.h</a></li>
<li>evutil_set_tcp_keepalive() : <a class="el" href="util_8h.html#a96f11bb3a6bf772201a0a2010689a250">util.h</a></li>
<li>evutil_snprintf() : <a class="el" href="util_8h.html#a198e8db3626746515792e28b1380be67">util.h</a></li>
<li>evutil_sockaddr_cmp() : <a class="el" href="util_8h.html#a7b5ad1074f1effe2dbfa18b3f44b589f">util.h</a></li>
<li>EVUTIL_SOCKET_ERROR : <a class="el" href="util_8h.html#a9a94a2e72982e708333486cf72aab941">util.h</a></li>
<li>evutil_socket_error_to_string : <a class="el" href="util_8h.html#ad5ea5ef81ddcfb299e4867d362ad8654">util.h</a></li>
<li>evutil_socket_geterror : <a class="el" href="util_8h.html#a28f952fb0f16b057d931fd38ee9bdf5e">util.h</a></li>
<li>evutil_socket_t : <a class="el" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">util.h</a></li>
<li>evutil_socketpair() : <a class="el" href="util_8h.html#a050a74274e08eb89a53cb8cb1d617939">util.h</a></li>
<li>evutil_strtoll() : <a class="el" href="util_8h.html#a9175e63729c256eb2646e11e8211f4f7">util.h</a></li>
<li>evutil_timercmp : <a class="el" href="util_8h.html#a1a42f43db6aaf6e99736329b6611175d">util.h</a></li>
<li>evutil_vsnprintf() : <a class="el" href="util_8h.html#a30bbdc509d150e5dfac1f74dd4e4c212">util.h</a></li>
<li>evwatch_base() : <a class="el" href="watch_8h.html#a8b5038794102670a3274325de9f04ee8">watch.h</a></li>
<li>evwatch_check_cb : <a class="el" href="watch_8h.html#a552db1e01295811adc2191580a48f3f7">watch.h</a></li>
<li>evwatch_check_new() : <a class="el" href="watch_8h.html#a7c27afd2da201f62fd4de08e1b772a6e">watch.h</a></li>
<li>evwatch_free() : <a class="el" href="watch_8h.html#aadf0c377890835ae40612b19f9029032">watch.h</a></li>
<li>evwatch_prepare_cb : <a class="el" href="watch_8h.html#ab49b34b1552c9cc5e6a736cfc435c766">watch.h</a></li>
<li>evwatch_prepare_get_timeout() : <a class="el" href="watch_8h.html#a5f7837d8af2b00c9ec401e00b4f33781">watch.h</a></li>
<li>evwatch_prepare_new() : <a class="el" href="watch_8h.html#a9b09ee8a4267b82d08453776907a353e">watch.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
</div><!-- container -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<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>
</ul>
</div>
</body>
</html>