This file is indexed.

/usr/share/proton-0.14.0/docs/api-c/globals_eval.html is in libqpid-proton8-dev-doc 0.14.0-5.1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>proton: 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>
<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 style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">proton
   &#160;<span id="projectnumber">0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</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');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- 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">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="contents">
&#160;

<h3><a id="index_c"></a>- c -</h3><ul>
<li>CID_pn_collector
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a83757d5ef6b2a880590608252d1476eb">cid.h</a>
</li>
<li>CID_pn_connection
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7ab8ef4c2bd401e3ccffaddb684681fc7c">cid.h</a>
</li>
<li>CID_pn_data
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7ad2ccf1100947af39a14a07e03a8875a7">cid.h</a>
</li>
<li>CID_pn_decoder
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a2c24118383d329c5a05b394087f7249b">cid.h</a>
</li>
<li>CID_pn_delivery
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a1f0231b0dfed9ca94c8e3c561b16b591">cid.h</a>
</li>
<li>CID_pn_encoder
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a44ac67f4e4e1bb121f1cf3e8ef18bf94">cid.h</a>
</li>
<li>CID_pn_event
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7affedccd5a5e0619952f9eb75716a9da0">cid.h</a>
</li>
<li>CID_pn_handler
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7ac38ffb16f3e97344319fc742cfddc850">cid.h</a>
</li>
<li>CID_pn_hash
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a611d4c342706cc08e624a6bbba365933">cid.h</a>
</li>
<li>CID_pn_io
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7ac42d94f1e27a39024ca97c717272387d">cid.h</a>
</li>
<li>CID_pn_link
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7abc5373a6ad9052ad667f90549aac75c3">cid.h</a>
</li>
<li>CID_pn_list
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7aef7a1877d69c09c0213417338cebaf2c">cid.h</a>
</li>
<li>CID_pn_map
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7af555cefe39700acd9625136d64a1a922">cid.h</a>
</li>
<li>CID_pn_message
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a7003b81776116c3da36f5e587876f53a">cid.h</a>
</li>
<li>CID_pn_object
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7af779f64c81fecc71711962de0c5a671b">cid.h</a>
</li>
<li>CID_pn_reactor
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a22234fd62d39735382d39bcf4649f802">cid.h</a>
</li>
<li>CID_pn_record
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a672c66cd73dc8a24d5e21188f06726db">cid.h</a>
</li>
<li>CID_pn_selectable
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7abee5c920a381fe23a74a50d0703900e2">cid.h</a>
</li>
<li>CID_pn_selector
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a688080cc8094393b86c429791b5682c9">cid.h</a>
</li>
<li>CID_pn_session
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a7f3bdd9b1f9648b44aa284bbcfdf1559">cid.h</a>
</li>
<li>CID_pn_string
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7ab7c88e66c7df235877d52c94cc4146eb">cid.h</a>
</li>
<li>CID_pn_task
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7aa8991c20b7ae2978574c5edb316f8cc2">cid.h</a>
</li>
<li>CID_pn_timer
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a5bd9825afce965482e2cdc1d74d6058d">cid.h</a>
</li>
<li>CID_pn_transport
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7acdf93eaaabd34687347f5ec7d09eb33e">cid.h</a>
</li>
<li>CID_pn_url
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a1385eff2a70ef4f37dd3dfbd3f0da69b">cid.h</a>
</li>
<li>CID_pn_void
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7a5cddde2342683f134618e70c36f1fa06">cid.h</a>
</li>
<li>CID_pn_weakref
: <a class="el" href="cid_8h.html#a5aecb0bc60424c0c0168ccc59adfecb7af17c726c8e341800a0d8e47ddf012c89">cid.h</a>
</li>
</ul>


<h3><a id="index_p"></a>- p -</h3><ul>
<li>PN_ARRAY
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba2c6f15d0ad9e27f040382ef4a2be807d">codec.h</a>
</li>
<li>PN_BINARY
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba7dc0fd4874c2b57a8249614d348643e9">codec.h</a>
</li>
<li>PN_BOOL
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba2d6444a931a66258de3c73ad01238ae7">codec.h</a>
</li>
<li>PN_BYTE
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba32d7a9a461945791cb02902af9ff6592">codec.h</a>
</li>
<li>PN_CHAR
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba905512ea57a64d4e2aecf4877b192124">codec.h</a>
</li>
<li>PN_CONFIGURATION
: <a class="el" href="group__terminus.html#gga213267363be45848f3299471ea93089ba95b1d5b60c47569e0358258305de1d58">terminus.h</a>
</li>
<li>PN_CONNECTION_BOUND
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaaf61aa79ca82b3a8f5017dc735843fae5">event.h</a>
</li>
<li>PN_CONNECTION_FINAL
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa6c7d6b4e5f1e4f47fa80dae1ad686e0b">event.h</a>
</li>
<li>PN_CONNECTION_INIT
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa182e571a0310028514bce66a41063a6e">event.h</a>
</li>
<li>PN_CONNECTION_LOCAL_CLOSE
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaac8567664d41057ae94d23776f5ecdb86">event.h</a>
</li>
<li>PN_CONNECTION_LOCAL_OPEN
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa5d285c46982df224c3e4733b05c3540a">event.h</a>
</li>
<li>PN_CONNECTION_REMOTE_CLOSE
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa1252529cf9f03d214c9b4fea5cf11b2f">event.h</a>
</li>
<li>PN_CONNECTION_REMOTE_OPEN
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaad48bce685db553740fa71cc36473b5cc">event.h</a>
</li>
<li>PN_CONNECTION_UNBOUND
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaac683ba544c12cbf36a3d3015ae818498">event.h</a>
</li>
<li>PN_COORDINATOR
: <a class="el" href="group__terminus.html#gga3cb9c86d1e2bb024de2658f9def098e7a75bb94f03973a939835d98e9b1999aae">terminus.h</a>
</li>
<li>PN_DECIMAL128
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dbae54cf8095578932042be640555855cd4">codec.h</a>
</li>
<li>PN_DECIMAL32
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dbae998dd044ac55b959427fc90531b14ca">codec.h</a>
</li>
<li>PN_DECIMAL64
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dbacb54239601b8bf4795e34417425b92ae">codec.h</a>
</li>
<li>PN_DELIVERIES
: <a class="el" href="group__terminus.html#gga213267363be45848f3299471ea93089bac2e0a9f773faf4ee8fd43f77855933d2">terminus.h</a>
</li>
<li>PN_DELIVERY
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa70bbfc163d85732b5652dc70fb3330fe">event.h</a>
</li>
<li>PN_DESCRIBED
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dbaff3c998d42222a4a4be01cac89418d07">codec.h</a>
</li>
<li>PN_DIST_MODE_COPY
: <a class="el" href="group__terminus.html#ggac6fb89a5fa96476db51b60f10dc785d0a914fec87d6b3211d5f2eeb780819e523">terminus.h</a>
</li>
<li>PN_DIST_MODE_MOVE
: <a class="el" href="group__terminus.html#ggac6fb89a5fa96476db51b60f10dc785d0a9e076691930f95f32c850ea01a808b92">terminus.h</a>
</li>
<li>PN_DIST_MODE_UNSPECIFIED
: <a class="el" href="group__terminus.html#ggac6fb89a5fa96476db51b60f10dc785d0a74d3ae9ce3ad50e5c5cc71164a2a8aac">terminus.h</a>
</li>
<li>PN_DOUBLE
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dbaa1367e8029855849dc4e0d3f027279a5">codec.h</a>
</li>
<li>PN_EVENT_NONE
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa1f5eec218463ae8e4f962fcc8eb2e657">event.h</a>
</li>
<li>PN_EXPIRE_NEVER
: <a class="el" href="group__terminus.html#ggab4089b27ee99a348deab776f3d4931f0a52bf932997783f578fd29c0a4659c556">terminus.h</a>
</li>
<li>PN_EXPIRE_WITH_CONNECTION
: <a class="el" href="group__terminus.html#ggab4089b27ee99a348deab776f3d4931f0a188731d2f46e10273d74ae7cedbd5bb5">terminus.h</a>
</li>
<li>PN_EXPIRE_WITH_LINK
: <a class="el" href="group__terminus.html#ggab4089b27ee99a348deab776f3d4931f0ad559c0f96078b8b7d8b84b77354b2391">terminus.h</a>
</li>
<li>PN_EXPIRE_WITH_SESSION
: <a class="el" href="group__terminus.html#ggab4089b27ee99a348deab776f3d4931f0a02ac8e7dfc45bb4ae66e97624adaca01">terminus.h</a>
</li>
<li>PN_FLOAT
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba9c27cba605584c7d093f26e7270bfaa0">codec.h</a>
</li>
<li>PN_INT
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba175c594857c135ea2a9c3a2d415366ab">codec.h</a>
</li>
<li>PN_INVALID
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba891d1f2ee5621729cd5a07593042dce6">codec.h</a>
</li>
<li>PN_LINK_FINAL
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaaeacdc45bfe24b2a9da2aeed7b6effac5">event.h</a>
</li>
<li>PN_LINK_FLOW
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa4eaecc54c07cdc9b0df7b1d536a7dc3f">event.h</a>
</li>
<li>PN_LINK_INIT
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa2f9e46bded95d0233cc74a71fdc75a2c">event.h</a>
</li>
<li>PN_LINK_LOCAL_CLOSE
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa3b27f8d1c91cc05b47bed1905d42373a">event.h</a>
</li>
<li>PN_LINK_LOCAL_DETACH
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa838b909cce908f5769d043ba3e73e73e">event.h</a>
</li>
<li>PN_LINK_LOCAL_OPEN
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa5ddecd4b0ea72895413fbf1b5cb41f65">event.h</a>
</li>
<li>PN_LINK_REMOTE_CLOSE
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa1153f0108be071c31210dd1cd3e40a1f">event.h</a>
</li>
<li>PN_LINK_REMOTE_DETACH
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa5a84b68a2bd5ca705187381a785121d2">event.h</a>
</li>
<li>PN_LINK_REMOTE_OPEN
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa45edb44a6cc7908b5032944e08925307">event.h</a>
</li>
<li>PN_LIST
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba653d98ae82ff7048973b4c755d2b2804">codec.h</a>
</li>
<li>PN_LONG
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba7a1b08f15b17b3d820a6fb50e65ffe1c">codec.h</a>
</li>
<li>PN_MAP
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba3295ee98cb6c69f50951aea30ffe46dd">codec.h</a>
</li>
<li>PN_NONDURABLE
: <a class="el" href="group__terminus.html#gga213267363be45848f3299471ea93089ba403e259f8d858d6a12f463dbd7e5dc6b">terminus.h</a>
</li>
<li>PN_NULL
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dbaee48efaa3cb0c5b5d16c5b869b7e8fbe">codec.h</a>
</li>
<li>PN_RCV_FIRST
: <a class="el" href="group__link.html#ggad1c2388cdae687be26222a5d66fd2d58ac22b82396bd686940dfcc861302a8262">link.h</a>
</li>
<li>PN_RCV_SECOND
: <a class="el" href="group__link.html#ggad1c2388cdae687be26222a5d66fd2d58ac79dc7f63fce078a8f0fe268c81dcaf3">link.h</a>
</li>
<li>PN_REACTOR_FINAL
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaad164b6566815866ed2c1d981e02bacb0">event.h</a>
</li>
<li>PN_REACTOR_INIT
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa95e9355638399ee20a697f3f494ab7db">event.h</a>
</li>
<li>PN_REACTOR_QUIESCED
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa5548649935a6aab6e6547c9036f685ff">event.h</a>
</li>
<li>PN_SASL_AUTH
: <a class="el" href="group__sasl.html#ggad44e79f52e0669b1930689b56dfa9c3bac63734ecde7c8170554f6bf04f6ce64a">sasl.h</a>
</li>
<li>PN_SASL_NONE
: <a class="el" href="group__sasl.html#ggad44e79f52e0669b1930689b56dfa9c3ba1c90ef54986e694f0d94036977681785">sasl.h</a>
</li>
<li>PN_SASL_OK
: <a class="el" href="group__sasl.html#ggad44e79f52e0669b1930689b56dfa9c3ba0050b91650a3826a090e13f57b3b941e">sasl.h</a>
</li>
<li>PN_SASL_PERM
: <a class="el" href="group__sasl.html#ggad44e79f52e0669b1930689b56dfa9c3ba03019f909ba1d98aae94437ca4bd0191">sasl.h</a>
</li>
<li>PN_SASL_SYS
: <a class="el" href="group__sasl.html#ggad44e79f52e0669b1930689b56dfa9c3bacd46a2fda23f674c23ed81e6076c1939">sasl.h</a>
</li>
<li>PN_SASL_TEMP
: <a class="el" href="group__sasl.html#ggad44e79f52e0669b1930689b56dfa9c3baee28d2c03fa80dccf771e37aae1bcdf3">sasl.h</a>
</li>
<li>PN_SELECTABLE_ERROR
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa5258331573513f2672922763ee41b24f">event.h</a>
</li>
<li>PN_SELECTABLE_EXPIRED
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaade231050bf30430bf4f2c111f5564ee0">event.h</a>
</li>
<li>PN_SELECTABLE_FINAL
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa45de34c8f4fdb4c8b1f713d7b17b4ca1">event.h</a>
</li>
<li>PN_SELECTABLE_INIT
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa74f3d7501f7d57e620e9d826293c47ee">event.h</a>
</li>
<li>PN_SELECTABLE_READABLE
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa12d77930d6fc716f286f1fc1da17b718">event.h</a>
</li>
<li>PN_SELECTABLE_UPDATED
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa2db304137f1cbb89baed3ff87ab43b9c">event.h</a>
</li>
<li>PN_SELECTABLE_WRITABLE
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa6dd63225befbc388ca529f5f4cf6d2b9">event.h</a>
</li>
<li>PN_SESSION_FINAL
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaaf5eb59f4d99ef5a8efd48be64a2bd8f8">event.h</a>
</li>
<li>PN_SESSION_INIT
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaaf5b92fb6331bfe63786db3950073147f">event.h</a>
</li>
<li>PN_SESSION_LOCAL_CLOSE
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa5d3fe92cc7ef0e8712b038ecfbd05029">event.h</a>
</li>
<li>PN_SESSION_LOCAL_OPEN
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa0862b8e3613b7a2b5a08a779474df424">event.h</a>
</li>
<li>PN_SESSION_REMOTE_CLOSE
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa3410075b825c59b8f4efdcddf5a5b135">event.h</a>
</li>
<li>PN_SESSION_REMOTE_OPEN
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaaf67df046bea45df34aea863d9541e806">event.h</a>
</li>
<li>PN_SHORT
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba3dbf1221e02329a7f41b41e597833d97">codec.h</a>
</li>
<li>PN_SND_MIXED
: <a class="el" href="group__link.html#gga3fb58bd0b88d37407ebb615c2630e608ac33a5700d0247976b465aeb7c1437fd1">link.h</a>
</li>
<li>PN_SND_SETTLED
: <a class="el" href="group__link.html#gga3fb58bd0b88d37407ebb615c2630e608ac159f0edca565961b554768a42e82bf0">link.h</a>
</li>
<li>PN_SND_UNSETTLED
: <a class="el" href="group__link.html#gga3fb58bd0b88d37407ebb615c2630e608a8bd9806d2f8d8c1724ed26bb0543bade">link.h</a>
</li>
<li>PN_SOURCE
: <a class="el" href="group__terminus.html#gga3cb9c86d1e2bb024de2658f9def098e7a7fd70c48647a2edc5167bce3ade8f2f0">terminus.h</a>
</li>
<li>PN_SSL_ANONYMOUS_PEER
: <a class="el" href="group__ssl.html#ggae5e33024ed6af3432d4c76d1484d7ecbafa6dbe705dd0366ff4799616f788a9f5">ssl.h</a>
</li>
<li>PN_SSL_CERT_SUBJECT_CITY_OR_LOCALITY
: <a class="el" href="group__ssl.html#gga68d52866e8172acc7ecc7b4fe5b38a40a0eb5c598625be198fe7220e7f8bc5e18">ssl.h</a>
</li>
<li>PN_SSL_CERT_SUBJECT_COMMON_NAME
: <a class="el" href="group__ssl.html#gga68d52866e8172acc7ecc7b4fe5b38a40ad39c582ed1f0d3a1f97c17b9432028d6">ssl.h</a>
</li>
<li>PN_SSL_CERT_SUBJECT_COUNTRY_NAME
: <a class="el" href="group__ssl.html#gga68d52866e8172acc7ecc7b4fe5b38a40af5c1deffedaaae563e493e23e7658aa0">ssl.h</a>
</li>
<li>PN_SSL_CERT_SUBJECT_ORGANIZATION_NAME
: <a class="el" href="group__ssl.html#gga68d52866e8172acc7ecc7b4fe5b38a40a641ed18c339dabbb246b88b3ed6ecda0">ssl.h</a>
</li>
<li>PN_SSL_CERT_SUBJECT_ORGANIZATION_UNIT
: <a class="el" href="group__ssl.html#gga68d52866e8172acc7ecc7b4fe5b38a40a2161af8cc70236ebe4635ef6a3002649">ssl.h</a>
</li>
<li>PN_SSL_CERT_SUBJECT_STATE_OR_PROVINCE
: <a class="el" href="group__ssl.html#gga68d52866e8172acc7ecc7b4fe5b38a40aeab893d2607ef1ab90e89ba42df33e71">ssl.h</a>
</li>
<li>PN_SSL_MD5
: <a class="el" href="group__ssl.html#ggaf0b0cd3271ad4a0e33e2a61a8cea7892a6c5d0f29a3e5a728a9c80a10f25ac62f">ssl.h</a>
</li>
<li>PN_SSL_MODE_CLIENT
: <a class="el" href="group__ssl.html#gga0f1d40875c45b14a31a77f27430bc225a4e2fe24fcd2692e4c20c27668091a49c">ssl.h</a>
</li>
<li>PN_SSL_MODE_SERVER
: <a class="el" href="group__ssl.html#gga0f1d40875c45b14a31a77f27430bc225a0c4550c70a6bc74cb906a74c5f1e5078">ssl.h</a>
</li>
<li>PN_SSL_RESUME_NEW
: <a class="el" href="group__ssl.html#ggaf175c116d52a91001f9a3559b580f56dac8a5515a69c89007f681b3c555328e8f">ssl.h</a>
</li>
<li>PN_SSL_RESUME_REUSED
: <a class="el" href="group__ssl.html#ggaf175c116d52a91001f9a3559b580f56dabb1b88b78dcb91ee80cd6f0eb5873d6d">ssl.h</a>
</li>
<li>PN_SSL_RESUME_UNKNOWN
: <a class="el" href="group__ssl.html#ggaf175c116d52a91001f9a3559b580f56dad1385651f6078177d6652c385453280d">ssl.h</a>
</li>
<li>PN_SSL_SHA1
: <a class="el" href="group__ssl.html#ggaf0b0cd3271ad4a0e33e2a61a8cea7892add60b6e2931ac8c35d6925e096fb3bf4">ssl.h</a>
</li>
<li>PN_SSL_SHA256
: <a class="el" href="group__ssl.html#ggaf0b0cd3271ad4a0e33e2a61a8cea7892a623d60f90b7f0e636db7228e244f2ca0">ssl.h</a>
</li>
<li>PN_SSL_SHA512
: <a class="el" href="group__ssl.html#ggaf0b0cd3271ad4a0e33e2a61a8cea7892a9449a5575bf4589d1e88687a3a99748b">ssl.h</a>
</li>
<li>PN_SSL_VERIFY_NULL
: <a class="el" href="group__ssl.html#ggae5e33024ed6af3432d4c76d1484d7ecbada1e3837cc900bd6419de72c25b253cc">ssl.h</a>
</li>
<li>PN_SSL_VERIFY_PEER
: <a class="el" href="group__ssl.html#ggae5e33024ed6af3432d4c76d1484d7ecbad80276abde5d95760c63d0b9685d4d44">ssl.h</a>
</li>
<li>PN_SSL_VERIFY_PEER_NAME
: <a class="el" href="group__ssl.html#ggae5e33024ed6af3432d4c76d1484d7ecbaac956f0febf05ab579de839700895e36">ssl.h</a>
</li>
<li>PN_STATUS_ABORTED
: <a class="el" href="group__messenger.html#gga242e4ee54b9c0a416443c7da5f6e045ba1239e8ada7eabe2aeab98f2c881cd2ee">messenger.h</a>
</li>
<li>PN_STATUS_ACCEPTED
: <a class="el" href="group__messenger.html#gga242e4ee54b9c0a416443c7da5f6e045ba693fd9044a50a4f02e842d04a4bf1467">messenger.h</a>
</li>
<li>PN_STATUS_MODIFIED
: <a class="el" href="group__messenger.html#gga242e4ee54b9c0a416443c7da5f6e045ba77d94a6b6b745eef9307f144b57e81e8">messenger.h</a>
</li>
<li>PN_STATUS_PENDING
: <a class="el" href="group__messenger.html#gga242e4ee54b9c0a416443c7da5f6e045ba4b0354a77173cd75c69159e15c23f611">messenger.h</a>
</li>
<li>PN_STATUS_REJECTED
: <a class="el" href="group__messenger.html#gga242e4ee54b9c0a416443c7da5f6e045baf109df703952744009b3547f3b8f32bf">messenger.h</a>
</li>
<li>PN_STATUS_RELEASED
: <a class="el" href="group__messenger.html#gga242e4ee54b9c0a416443c7da5f6e045ba67079750477effb7935df83381c47852">messenger.h</a>
</li>
<li>PN_STATUS_SETTLED
: <a class="el" href="group__messenger.html#gga242e4ee54b9c0a416443c7da5f6e045ba1181bc7f51502ae11ed240866cd64583">messenger.h</a>
</li>
<li>PN_STATUS_UNKNOWN
: <a class="el" href="group__messenger.html#gga242e4ee54b9c0a416443c7da5f6e045ba0b46b1041679460baaba2ddcdb2173f2">messenger.h</a>
</li>
<li>PN_STRING
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba88421417c7be2caf88c2d243cb73da6b">codec.h</a>
</li>
<li>PN_SYMBOL
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dbad5f0929805f481d3ca6089ed172451e9">codec.h</a>
</li>
<li>PN_TARGET
: <a class="el" href="group__terminus.html#gga3cb9c86d1e2bb024de2658f9def098e7a760e5ca8afcbee9f43a72cfd09b7c54e">terminus.h</a>
</li>
<li>PN_TIMER_TASK
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa13fdcb0402f982fd366e58f165f376c9">event.h</a>
</li>
<li>PN_TIMESTAMP
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dbaca241b4fa6cd92fdf26b4460d02a17b1">codec.h</a>
</li>
<li>PN_TOK_AT
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdafa417ddce1c7c0751c2931176385388d">scanner.h</a>
</li>
<li>PN_TOK_BINARY
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdaab6a864b118cf184effb650a72ca2243">scanner.h</a>
</li>
<li>PN_TOK_COMMA
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdaaf62d9726077f5e8af6514e2f84252c3">scanner.h</a>
</li>
<li>PN_TOK_DOLLAR
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdadc5473e52e25bd8eba1fdfe71a331349">scanner.h</a>
</li>
<li>PN_TOK_DOT
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda128ac229a7547a4056f0a9021a1597b9">scanner.h</a>
</li>
<li>PN_TOK_EOS
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda4564679ceee302e63b2cc9455ffc830c">scanner.h</a>
</li>
<li>PN_TOK_EQUAL
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdac72f1419b474491cbc1e3b0c1ee9c283">scanner.h</a>
</li>
<li>PN_TOK_ERR
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda441ba599150d5b9b6ed57302e7462fab">scanner.h</a>
</li>
<li>PN_TOK_FALSE
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda6c10d2008b0f4f3333b427b2c80aa2a4">scanner.h</a>
</li>
<li>PN_TOK_FLOAT
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda3c5552bf6f94c609aed9993490aa5c0e">scanner.h</a>
</li>
<li>PN_TOK_ID
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdaedca098f431e1866232f8c7e2f6c47dd">scanner.h</a>
</li>
<li>PN_TOK_INT
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda9f05e398932f3d5acb264dd3c42f977b">scanner.h</a>
</li>
<li>PN_TOK_LBRACE
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda41e1836ad250043deb7022ccfd9bdc8a">scanner.h</a>
</li>
<li>PN_TOK_LBRACKET
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdaac29828e32bd5ff002a6059476877ba7">scanner.h</a>
</li>
<li>PN_TOK_NEG
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdadef7b41dc1ce340b1bd48ef05c3f7cac">scanner.h</a>
</li>
<li>PN_TOK_NULL
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda9675da60deac429d08dff865dbc30e3d">scanner.h</a>
</li>
<li>PN_TOK_POS
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdaaecc54f7da499543fc9b721662c0b493">scanner.h</a>
</li>
<li>PN_TOK_RBRACE
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda03d085a53c797d51c3ca4273df145834">scanner.h</a>
</li>
<li>PN_TOK_RBRACKET
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda3debb891b25ee5e76b630f122703c46a">scanner.h</a>
</li>
<li>PN_TOK_STRING
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda62ebbcf05c5e6e802322ca6a3535aab1">scanner.h</a>
</li>
<li>PN_TOK_SYMBOL
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affdadebe5979ca0be2e8fa61dc769eb868b6">scanner.h</a>
</li>
<li>PN_TOK_TRUE
: <a class="el" href="scanner_8h.html#a2c47376a809ea6757d5c9852e087affda7582c9165d8207d993565352da3fcf96">scanner.h</a>
</li>
<li>PN_TRANSPORT
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaad7329eb7a015f62ce70719ea20abab76">event.h</a>
</li>
<li>PN_TRANSPORT_AUTHENTICATED
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaaa205271edd307e5d33bd8287a760ad28">event.h</a>
</li>
<li>PN_TRANSPORT_CLOSED
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa1ca722ce3c0b2c13a33636cded8430ba">event.h</a>
</li>
<li>PN_TRANSPORT_ERROR
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa7c7278de5bcbf3b42b3e692ca21f6c5a">event.h</a>
</li>
<li>PN_TRANSPORT_HEAD_CLOSED
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa98facd13835b4a1d8e878d6f13c10a51">event.h</a>
</li>
<li>PN_TRANSPORT_TAIL_CLOSED
: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa205d07df6cd3d07b37a89f046b1184db">event.h</a>
</li>
<li>PN_UBYTE
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba99223ec8d1ae5d915a1eaa7e8fef0256">codec.h</a>
</li>
<li>PN_UINT
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dbaa7a251ed9fe5c31f0473976467bfefdd">codec.h</a>
</li>
<li>PN_ULONG
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba5f6b5fd2edbedf3f21285b69b8864777">codec.h</a>
</li>
<li>PN_UNSPECIFIED
: <a class="el" href="group__terminus.html#gga3cb9c86d1e2bb024de2658f9def098e7accee852b0d609496d88d91d683784216">terminus.h</a>
</li>
<li>PN_USHORT
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba657a836a5ee74d9468924982ba3a3b41">codec.h</a>
</li>
<li>PN_UUID
: <a class="el" href="group__data.html#gga4465b5ea7d3c4f15c1dffa4deda905dba0a6946e5c032bae8d108100e2c56ac13">codec.h</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Feb 4 2018 22:16:50 for proton by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>