http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/examples.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/examples.html b/content/releases/qpid-proton-0.17.0/proton/c/api/examples.html new file mode 100755 index 0000000..d8b7694 --- /dev/null +++ b/content/releases/qpid-proton-0.17.0/proton/c/api/examples.html @@ -0,0 +1,113 @@ +<!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.3.1"/> +<title>Qpid Proton C API: Examples</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="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</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 style="padding-left: 0.5em;"> + <div id="projectname">Qpid Proton C API +  <span id="projectnumber">0.17.0</span> + </div> + </td> + <td> <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> +</td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> +</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"> +$(document).ready(function(){initNavTree('examples.html','');}); +</script> +<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)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:vo id(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Pages</a></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="header"> + <div class="headertitle"> +<div class="title">Examples</div> </div> +</div><!--header--> +<div class="contents"> +<div class="textblock">Here is a list of all examples:</div><ul> +<li><a class="el" href="broker_8c-example.html">broker.c</a></li> + +<li><a class="el" href="receive_8c-example.html">receive.c</a></li> + +<li><a class="el" href="send_8c-example.html">send.c</a></li> + +</ul> +</div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li> + </ul> +</div> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/examples.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/examples.js b/content/releases/qpid-proton-0.17.0/proton/c/api/examples.js new file mode 100755 index 0000000..a6fda03 --- /dev/null +++ b/content/releases/qpid-proton-0.17.0/proton/c/api/examples.js @@ -0,0 +1,6 @@ +var examples = +[ + [ "broker.c", "broker_8c-example.html", null ], + [ "receive.c", "receive_8c-example.html", null ], + [ "send.c", "send_8c-example.html", null ] +]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/files.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/files.html b/content/releases/qpid-proton-0.17.0/proton/c/api/files.html new file mode 100755 index 0000000..e42040b --- /dev/null +++ b/content/releases/qpid-proton-0.17.0/proton/c/api/files.html @@ -0,0 +1,131 @@ +<!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.3.1"/> +<title>Qpid Proton C API: File List</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="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</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 style="padding-left: 0.5em;"> + <div id="projectname">Qpid Proton C API +  <span id="projectnumber">0.17.0</span> + </div> + </td> + <td> <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> +</td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> +</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"> +$(document).ready(function(){initNavTree('files.html','');}); +</script> +<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)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:vo id(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Pages</a></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="header"> + <div class="headertitle"> +<div class="title">File List</div> </div> +</div><!--header--> +<div class="contents"> +<div class="textblock">Here is a list of all documented files with brief descriptions:</div><div class="directory"> +<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory"> +<tr id="row_0_" class="even"><td class="entry"><img id="arr_0_" src="ftv2mlastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('0_')"/><img id="img_0_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('0_')"/><a class="el" href="dir_25143d27009f52d175c1d192441a738a.html" target="_self">proton</a></td><td class="desc"></td></tr> +<tr id="row_0_0_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="codec_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="codec_8h.html" target="_self">codec.h</a></td><td class="desc">AMQP data encoding and decoding. </td></tr> +<tr id="row_0_1_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="condition_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="condition_8h.html" target="_self">condition.h</a></td><td class="desc">An endpoint error state. </td></tr> +<tr id="row_0_2_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="connection_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="connection_8h.html" target="_self">connection.h</a></td><td class="desc">A channel for communication between two peers on a network. </td></tr> +<tr id="row_0_3_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="connection__driver_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="connection__driver_8h.html" target="_self">connection_driver.h</a></td><td class="desc"><b>Experimental</b> - Low-level IO integration </td></tr> +<tr id="row_0_4_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="delivery_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="delivery_8h.html" target="_self">delivery.h</a></td><td class="desc">A message transfer. </td></tr> +<tr id="row_0_5_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="disposition_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="disposition_8h.html" target="_self">disposition.h</a></td><td class="desc">Delivery state</td></tr> +<tr id="row_0_6_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="error_8h.html" target="_self">error.h</a></td><td class="desc">A Proton API error. </td></tr> +<tr id="row_0_7_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="event_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="event_8h.html" target="_self">event.h</a></td><td class="desc">Protocol and transport events. </td></tr> +<tr id="row_0_8_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="link_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="link_8h.html" target="_self">link.h</a></td><td class="desc">A channel for transferring messages. </td></tr> +<tr id="row_0_9_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="listener_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="listener_8h.html" target="_self">listener.h</a></td><td class="desc"><b>Experimental</b> - A listener for incoming connections for the <a class="el" href="group__proactor.html">Proactor</a></td></tr> +<tr id="row_0_10_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="message_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="message_8h.html" target="_self">message.h</a></td><td class="desc">A mutable holder of application content. </td></tr> +<tr id="row_0_11_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="messenger_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="messenger_8h.html" target="_self">messenger.h</a></td><td class="desc"><b>Deprecated</b> - The Messenger API </td></tr> +<tr id="row_0_12_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="proactor_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="proactor_8h.html" target="_self">proactor.h</a></td><td class="desc"><b>Experimental</b> - Multithreaded IO</td></tr> +<tr id="row_0_13_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="sasl_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="sasl_8h.html" target="_self">sasl.h</a></td><td class="desc">SASL secure transport layer. </td></tr> +<tr id="row_0_14_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="session_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="session_8h.html" target="_self">session.h</a></td><td class="desc">A container of links. </td></tr> +<tr id="row_0_15_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="ssl_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="ssl_8h.html" target="_self">ssl.h</a></td><td class="desc">SSL secure transport layer. </td></tr> +<tr id="row_0_16_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="terminus_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="terminus_8h.html" target="_self">terminus.h</a></td><td class="desc">A source or target for messages. </td></tr> +<tr id="row_0_17_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="transport_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="transport_8h.html" target="_self">transport.h</a></td><td class="desc">A network channel supporting an AMQP connection. </td></tr> +<tr id="row_0_18_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="types_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="types_8h.html" target="_self">types.h</a></td><td class="desc">AMQP and API data types. </td></tr> +<tr id="row_0_19_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="url_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="url_8h.html" target="_self">url.h</a></td><td class="desc"><b>Deprecated</b> - A URL parser </td></tr> +<tr id="row_0_20_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="version_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>version.h</b></td><td class="desc"></td></tr> +</table> +</div><!-- directory --> +</div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li> + </ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/files.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/files.js b/content/releases/qpid-proton-0.17.0/proton/c/api/files.js new file mode 100755 index 0000000..ea134f4 --- /dev/null +++ b/content/releases/qpid-proton-0.17.0/proton/c/api/files.js @@ -0,0 +1,4 @@ +var files = +[ + [ "proton", "dir_25143d27009f52d175c1d192441a738a.html", "dir_25143d27009f52d175c1d192441a738a" ] +]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2blank.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2blank.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2blank.png new file mode 100755 index 0000000..63c605b Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2blank.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2cl.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2cl.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2cl.png new file mode 100755 index 0000000..132f657 Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2cl.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2doc.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2doc.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2doc.png new file mode 100755 index 0000000..17edabf Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2doc.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2folderclosed.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2folderclosed.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2folderclosed.png new file mode 100755 index 0000000..bb8ab35 Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2folderclosed.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2folderopen.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2folderopen.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2folderopen.png new file mode 100755 index 0000000..d6c7f67 Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2folderopen.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2lastnode.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2lastnode.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2lastnode.png new file mode 100755 index 0000000..63c605b Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2lastnode.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2link.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2link.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2link.png new file mode 100755 index 0000000..17edabf Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2link.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mlastnode.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mlastnode.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mlastnode.png new file mode 100755 index 0000000..0b63f6d Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mlastnode.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mnode.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mnode.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mnode.png new file mode 100755 index 0000000..0b63f6d Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mnode.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mo.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mo.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mo.png new file mode 100755 index 0000000..4bfb80f Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2mo.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2node.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2node.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2node.png new file mode 100755 index 0000000..63c605b Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2node.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2ns.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2ns.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2ns.png new file mode 100755 index 0000000..72e3d71 Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2ns.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2plastnode.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2plastnode.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2plastnode.png new file mode 100755 index 0000000..c6ee22f Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2plastnode.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2pnode.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2pnode.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2pnode.png new file mode 100755 index 0000000..c6ee22f Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2pnode.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2splitbar.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2splitbar.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2splitbar.png new file mode 100755 index 0000000..fe895f2 Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2splitbar.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2vertline.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2vertline.png b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2vertline.png new file mode 100755 index 0000000..63c605b Binary files /dev/null and b/content/releases/qpid-proton-0.17.0/proton/c/api/ftv2vertline.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/functions.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/functions.html b/content/releases/qpid-proton-0.17.0/proton/c/api/functions.html new file mode 100755 index 0000000..b357a16 --- /dev/null +++ b/content/releases/qpid-proton-0.17.0/proton/c/api/functions.html @@ -0,0 +1,106 @@ +<!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.3.1"/> +<title>Qpid Proton C API: Class Members</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="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</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 style="padding-left: 0.5em;"> + <div id="projectname">Qpid Proton C API +  <span id="projectnumber">0.17.0</span> + </div> + </td> + <td> <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> +</td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> +</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"> +$(document).ready(function(){initNavTree('functions.html','');}); +</script> +<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)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:vo id(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Pages</a></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"> +<div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div><ul> +<li>type +: <a class="el" href="group__api__types.html#a27df760d7bd97cf728fc3e633a1ba604">pn_atom_t</a> +</li> +</ul> +</div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li> + </ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/functions_vars.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/functions_vars.html b/content/releases/qpid-proton-0.17.0/proton/c/api/functions_vars.html new file mode 100755 index 0000000..76aac46 --- /dev/null +++ b/content/releases/qpid-proton-0.17.0/proton/c/api/functions_vars.html @@ -0,0 +1,106 @@ +<!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.3.1"/> +<title>Qpid Proton C API: Class Members - Variables</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="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</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 style="padding-left: 0.5em;"> + <div id="projectname">Qpid Proton C API +  <span id="projectnumber">0.17.0</span> + </div> + </td> + <td> <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> +</td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> +</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"> +$(document).ready(function(){initNavTree('functions_vars.html','');}); +</script> +<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)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:vo id(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Pages</a></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"> + <ul> +<li>type +: <a class="el" href="group__api__types.html#a27df760d7bd97cf728fc3e633a1ba604">pn_atom_t</a> +</li> +</ul> +</div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li> + </ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/globals.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/globals.html b/content/releases/qpid-proton-0.17.0/proton/c/api/globals.html new file mode 100755 index 0000000..cb7ebaa --- /dev/null +++ b/content/releases/qpid-proton-0.17.0/proton/c/api/globals.html @@ -0,0 +1,114 @@ +<!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.3.1"/> +<title>Qpid Proton C API: File Members</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="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</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 style="padding-left: 0.5em;"> + <div id="projectname">Qpid Proton C API +  <span id="projectnumber">0.17.0</span> + </div> + </td> + <td> <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> +</td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> +</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"> +$(document).ready(function(){initNavTree('globals.html','');}); +</script> +<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)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:vo id(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Pages</a></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"> +<div class="textblock">Here is a list of all documented file members with links to the documentation:</div> + +<h3><a class="anchor" id="index_a"></a>- a -</h3><ul> +<li>PN_ACCEPTED +: <a class="el" href="group__delivery.html#gac64952b813a707586c6b3898e09552e4">disposition.h</a> +</li> +<li>PN_ARG_ERR +: <a class="el" href="group__error.html#ga5551b7172de89dc540bd7c2beedd325a">error.h</a> +</li> +<li>PN_ARRAY +: <a class="el" href="group__amqp__types.html#gga4465b5ea7d3c4f15c1dffa4deda905dba2c6f15d0ad9e27f040382ef4a2be807d">codec.h</a> +</li> +</ul> +</div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li> + </ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/globals_0x62.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/globals_0x62.html b/content/releases/qpid-proton-0.17.0/proton/c/api/globals_0x62.html new file mode 100755 index 0000000..65bcefb --- /dev/null +++ b/content/releases/qpid-proton-0.17.0/proton/c/api/globals_0x62.html @@ -0,0 +1,120 @@ +<!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.3.1"/> +<title>Qpid Proton C API: File Members</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="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</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 style="padding-left: 0.5em;"> + <div id="projectname">Qpid Proton C API +  <span id="projectnumber">0.17.0</span> + </div> + </td> + <td> <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> +</td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> +</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"> +$(document).ready(function(){initNavTree('globals_0x62.html','');}); +</script> +<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)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:vo id(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Pages</a></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"> +<div class="textblock">Here is a list of all documented file members with links to the documentation:</div> + +<h3><a class="anchor" id="index_b"></a>- b -</h3><ul> +<li>PN_BINARY +: <a class="el" href="group__amqp__types.html#gga4465b5ea7d3c4f15c1dffa4deda905dba7dc0fd4874c2b57a8249614d348643e9">codec.h</a> +</li> +<li>PN_BOOL +: <a class="el" href="group__amqp__types.html#gga4465b5ea7d3c4f15c1dffa4deda905dba2d6444a931a66258de3c73ad01238ae7">codec.h</a> +</li> +<li>PN_BYTE +: <a class="el" href="group__amqp__types.html#gga4465b5ea7d3c4f15c1dffa4deda905dba32d7a9a461945791cb02902af9ff6592">codec.h</a> +</li> +<li>pn_bytes() +: <a class="el" href="group__api__types.html#gab4f7e8d204246a3702c6e31a404b0edb">types.h</a> +</li> +<li>pn_bytes_t +: <a class="el" href="group__api__types.html#ga26974f59df66946e2fe1f7e0ef5e9748">types.h</a> +</li> +</ul> +</div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li> + </ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1859e58c/content/releases/qpid-proton-0.17.0/proton/c/api/globals_0x63.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/proton/c/api/globals_0x63.html b/content/releases/qpid-proton-0.17.0/proton/c/api/globals_0x63.html new file mode 100755 index 0000000..7df5a62 --- /dev/null +++ b/content/releases/qpid-proton-0.17.0/proton/c/api/globals_0x63.html @@ -0,0 +1,393 @@ +<!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.3.1"/> +<title>Qpid Proton C API: File Members</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="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</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 style="padding-left: 0.5em;"> + <div id="projectname">Qpid Proton C API +  <span id="projectnumber">0.17.0</span> + </div> + </td> + <td> <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> +</td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> +</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"> +$(document).ready(function(){initNavTree('globals_0x63.html','');}); +</script> +<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)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:vo id(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Pages</a></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"> +<div class="textblock">Here is a list of all documented file members with links to the documentation:</div> + +<h3><a class="anchor" id="index_c"></a>- c -</h3><ul> +<li>PN_CHAR +: <a class="el" href="group__amqp__types.html#gga4465b5ea7d3c4f15c1dffa4deda905dba905512ea57a64d4e2aecf4877b192124">codec.h</a> +</li> +<li>pn_char_t +: <a class="el" href="group__amqp__types.html#gaa1713f25d484600197d2a25ace856672">types.h</a> +</li> +<li>pn_code() +: <a class="el" href="group__error.html#gac6b84f09fac8e82bd41a62212d4d8f64">error.h</a> +</li> +<li>pn_collector() +: <a class="el" href="group__event.html#ga7c7754316e257d4ce7660730953000ac">event.h</a> +</li> +<li>pn_collector_free() +: <a class="el" href="group__event.html#ga2312e5cb8fc9e4bff94d7ab9d4b15c08">event.h</a> +</li> +<li>pn_collector_more() +: <a class="el" href="group__event.html#gabf731be5b6c0d15173fd4d9a3b132121">event.h</a> +</li> +<li>pn_collector_next() +: <a class="el" href="group__event.html#ga554801c4fb87ae7518772a4492f307e0">event.h</a> +</li> +<li>pn_collector_peek() +: <a class="el" href="group__event.html#ga672d5ec725787815cae9b7bc739cd6f9">event.h</a> +</li> +<li>pn_collector_pop() +: <a class="el" href="group__event.html#ga7a4a24eb162059737f44e7520a0c1a54">event.h</a> +</li> +<li>pn_collector_prev() +: <a class="el" href="group__event.html#ga9304e9c2e85cb5de23c81ae7cd8a9077">event.h</a> +</li> +<li>pn_collector_put() +: <a class="el" href="group__event.html#ga1857c64d3f8549209b0b8ec91bf81e89">event.h</a> +</li> +<li>pn_collector_release() +: <a class="el" href="group__event.html#ga04e6edffd24e5c865ac1f6b3529469e4">event.h</a> +</li> +<li>pn_collector_t +: <a class="el" href="group__event.html#ga905cdecedb8020bc28e648e43348b5d1">types.h</a> +</li> +<li>pn_condition() +: <a class="el" href="group__condition.html#gac798dc9acd131cb47a3e7291efffbc02">condition.h</a> +</li> +<li>pn_condition_clear() +: <a class="el" href="group__condition.html#gab91d5be5be6a61dc3d9dfaa4e01372b4">condition.h</a> +</li> +<li>pn_condition_copy() +: <a class="el" href="group__condition.html#gae495a2885d97a9f167e297efd6974a1e">condition.h</a> +</li> +<li>pn_condition_format() +: <a class="el" href="group__condition.html#ga65d9818487fc61e7ca75a9ec4abc8676">condition.h</a> +</li> +<li>pn_condition_free() +: <a class="el" href="group__condition.html#gad1f52a60bcc855702cfe51e6703625bb">condition.h</a> +</li> +<li>pn_condition_get_description() +: <a class="el" href="group__condition.html#gaabebb65bfcf47b6f7d83ab6fb0153bb8">condition.h</a> +</li> +<li>pn_condition_get_name() +: <a class="el" href="group__condition.html#ga05b0d374d90f11d9ebbf818662569689">condition.h</a> +</li> +<li>pn_condition_info() +: <a class="el" href="group__condition.html#ga1dba0d01af7ba6ad7ad6b02bf642a46b">condition.h</a> +</li> +<li>pn_condition_is_redirect() +: <a class="el" href="group__condition.html#gaefa0da2c1e82f29ddda357e171f5a50a">condition.h</a> +</li> +<li>pn_condition_is_set() +: <a class="el" href="group__condition.html#ga112611a7a4087e050c476a430db2cfb9">condition.h</a> +</li> +<li>pn_condition_redirect_host() +: <a class="el" href="group__condition.html#ga76c5dbc715c0d72d7dad2126b797eb64">condition.h</a> +</li> +<li>pn_condition_redirect_port() +: <a class="el" href="group__condition.html#gaf92a380a12c91d4124c22af62318c2e9">condition.h</a> +</li> +<li>pn_condition_set_description() +: <a class="el" href="group__condition.html#ga8e7eacc5be9c2223535bb57950171f0b">condition.h</a> +</li> +<li>pn_condition_set_name() +: <a class="el" href="group__condition.html#gab344572fd2d80aa5c52b588129facb27">condition.h</a> +</li> +<li>pn_condition_t +: <a class="el" href="group__condition.html#ga11eb7db7d2c205169fe3d47c996a95a5">condition.h</a> +</li> +<li>pn_condition_vformat() +: <a class="el" href="group__condition.html#gaccab52be69f97d7be2d199b4e1f11380">condition.h</a> +</li> +<li>PN_CONFIGURATION +: <a class="el" href="group__terminus.html#gga213267363be45848f3299471ea93089ba95b1d5b60c47569e0358258305de1d58">terminus.h</a> +</li> +<li>pn_connection() +: <a class="el" href="group__connection.html#gaa9e59c468ec0568b1528f5f83c4b301d">connection.h</a> +</li> +<li>pn_connection_attachments() +: <a class="el" href="group__connection.html#gad8b6c777b525c9da9401e3a770db15da">connection.h</a> +</li> +<li>PN_CONNECTION_BOUND +: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaaf61aa79ca82b3a8f5017dc735843fae5">event.h</a> +</li> +<li>pn_connection_close() +: <a class="el" href="group__connection.html#gac25afdf810ad188b2cb3bf31a7482ca0">connection.h</a> +</li> +<li>pn_connection_collect() +: <a class="el" href="group__connection.html#ga2fd2089e8eaa2a362606498f233ada61">connection.h</a> +</li> +<li>pn_connection_collector() +: <a class="el" href="group__connection.html#ga663c29ee6de4d522ba061224bc6240ad">connection.h</a> +</li> +<li>pn_connection_condition() +: <a class="el" href="group__connection.html#gaace04a030192f34747bb1ff3675c58f1">connection.h</a> +</li> +<li>pn_connection_desired_capabilities() +: <a class="el" href="group__connection.html#ga241faafc5a98cf9b91aa919263bd9bd8">connection.h</a> +</li> +<li>pn_connection_driver_bind() +: <a class="el" href="group__connection__driver.html#gad2bdef0f5abe7cf593afcee237c6af56">connection_driver.h</a> +</li> +<li>pn_connection_driver_close() +: <a class="el" href="group__connection__driver.html#gad0c98415e0105efb71e8c1a8c4c1e5fb">connection_driver.h</a> +</li> +<li>pn_connection_driver_destroy() +: <a class="el" href="group__connection__driver.html#ga3e8959d7897cd9415f687981c1d94c96">connection_driver.h</a> +</li> +<li>pn_connection_driver_errorf() +: <a class="el" href="group__connection__driver.html#ga373eb1f632468582d025f5d6acf9655e">connection_driver.h</a> +</li> +<li>pn_connection_driver_finished() +: <a class="el" href="group__connection__driver.html#ga38f56836858b2d4a04ab961f650950d4">connection_driver.h</a> +</li> +<li>pn_connection_driver_has_event() +: <a class="el" href="group__connection__driver.html#gae51f2124706bb1674e2c623a2dc62da7">connection_driver.h</a> +</li> +<li>pn_connection_driver_init() +: <a class="el" href="group__connection__driver.html#ga2330d329e295da740ef8d126657470c6">connection_driver.h</a> +</li> +<li>pn_connection_driver_log() +: <a class="el" href="group__connection__driver.html#gadb682f03cb66b5898c4b285353e0005e">connection_driver.h</a> +</li> +<li>pn_connection_driver_logf() +: <a class="el" href="group__connection__driver.html#ga063c846013adb3a94b1d342ee6bdde1b">connection_driver.h</a> +</li> +<li>pn_connection_driver_next_event() +: <a class="el" href="group__connection__driver.html#ga00b32ae810a25ba6e172d6ed870982a5">connection_driver.h</a> +</li> +<li>pn_connection_driver_read_buffer() +: <a class="el" href="group__connection__driver.html#ga0dd152968de6ec06de352e1cbc51c438">connection_driver.h</a> +</li> +<li>pn_connection_driver_read_close() +: <a class="el" href="group__connection__driver.html#ga11b59aec2b54acdefd63dfbce8d09a3f">connection_driver.h</a> +</li> +<li>pn_connection_driver_read_closed() +: <a class="el" href="group__connection__driver.html#ga56ccde529842f18774fdf827e86afa23">connection_driver.h</a> +</li> +<li>pn_connection_driver_read_done() +: <a class="el" href="group__connection__driver.html#gaa164510528ce160efddbde2245c438b1">connection_driver.h</a> +</li> +<li>pn_connection_driver_t +: <a class="el" href="group__connection__driver.html#ga9793522a25c9741e8d17a570a47e9711">connection_driver.h</a> +</li> +<li>pn_connection_driver_verrorf() +: <a class="el" href="group__connection__driver.html#gad774f90adceaf86748a0ae781f66daf2">connection_driver.h</a> +</li> +<li>pn_connection_driver_vlogf() +: <a class="el" href="group__connection__driver.html#gabf97a6a0b608fd096fcaa4f2692c2c63">connection_driver.h</a> +</li> +<li>pn_connection_driver_write_buffer() +: <a class="el" href="group__connection__driver.html#ga3e5795e14572eec632231fe9f916ca5f">connection_driver.h</a> +</li> +<li>pn_connection_driver_write_close() +: <a class="el" href="group__connection__driver.html#gafdca1cd72d6da760d3df7981085b36ce">connection_driver.h</a> +</li> +<li>pn_connection_driver_write_closed() +: <a class="el" href="group__connection__driver.html#ga001b2f3c1bfe4d24d53b93d79dccbfe3">connection_driver.h</a> +</li> +<li>pn_connection_driver_write_done() +: <a class="el" href="group__connection__driver.html#gaead42b6a9356214d9e2bb591af009243">connection_driver.h</a> +</li> +<li>pn_connection_error() +: <a class="el" href="group__connection.html#gad3aad758ccb4690e78d40c1a73567d73">connection.h</a> +</li> +<li>PN_CONNECTION_FINAL +: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa6c7d6b4e5f1e4f47fa80dae1ad686e0b">event.h</a> +</li> +<li>pn_connection_free() +: <a class="el" href="group__connection.html#ga00cbef1a9f5062a6e1f113fda923f65e">connection.h</a> +</li> +<li>pn_connection_get_container() +: <a class="el" href="group__connection.html#ga61e1f6386d18a568da50b998200eb87b">connection.h</a> +</li> +<li>pn_connection_get_context() +: <a class="el" href="group__connection.html#ga50613e6c09186dc3f1a2f36238c61f07">connection.h</a> +</li> +<li>pn_connection_get_hostname() +: <a class="el" href="group__connection.html#ga3ab6a8a556270cff74c39da910a89b5c">connection.h</a> +</li> +<li>pn_connection_get_user() +: <a class="el" href="group__connection.html#ga5f4b94211f97bbc3bb64642f6f597fe8">connection.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_offered_capabilities() +: <a class="el" href="group__connection.html#gabc8d505108a850837a0d2fb204875390">connection.h</a> +</li> +<li>pn_connection_open() +: <a class="el" href="group__connection.html#ga4c0a2d40bb95202477ccc5aaa7456670">connection.h</a> +</li> +<li>pn_connection_proactor() +: <a class="el" href="group__proactor.html#ga0daf3895a13049783ab1dc40f3ac46b8">proactor.h</a> +</li> +<li>pn_connection_properties() +: <a class="el" href="group__connection.html#gac26de255ed04e73295d6aa973a663142">connection.h</a> +</li> +<li>pn_connection_release() +: <a class="el" href="group__connection.html#ga7c88b4833cf81d801b27d00b45d137b5">connection.h</a> +</li> +<li>PN_CONNECTION_REMOTE_CLOSE +: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa1252529cf9f03d214c9b4fea5cf11b2f">event.h</a> +</li> +<li>pn_connection_remote_condition() +: <a class="el" href="group__connection.html#ga72a362389b99d8e891bf2e4fb4290754">connection.h</a> +</li> +<li>pn_connection_remote_container() +: <a class="el" href="group__connection.html#gabb5b585ee8bae0e88d2b42b87772082a">connection.h</a> +</li> +<li>pn_connection_remote_desired_capabilities() +: <a class="el" href="group__connection.html#ga722d53b6063278fbcab5f814613c70ec">connection.h</a> +</li> +<li>pn_connection_remote_hostname() +: <a class="el" href="group__connection.html#gabf25d7b763951b4a9c856536d6db0600">connection.h</a> +</li> +<li>pn_connection_remote_offered_capabilities() +: <a class="el" href="group__connection.html#ga9bf90f0f395d26e320293063b70d040f">connection.h</a> +</li> +<li>PN_CONNECTION_REMOTE_OPEN +: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaad48bce685db553740fa71cc36473b5cc">event.h</a> +</li> +<li>pn_connection_remote_properties() +: <a class="el" href="group__connection.html#ga24a2d5aba432db549257993bfaa761dd">connection.h</a> +</li> +<li>pn_connection_reset() +: <a class="el" href="group__connection.html#ga3a76135d214e12a0735441c1ba2c28d3">connection.h</a> +</li> +<li>pn_connection_set_container() +: <a class="el" href="group__connection.html#gac4a34e0b1fc5665b26ae47a80a422a1a">connection.h</a> +</li> +<li>pn_connection_set_context() +: <a class="el" href="group__connection.html#gad3203b366cb1ff5becd1778a8dd6b1a6">connection.h</a> +</li> +<li>pn_connection_set_hostname() +: <a class="el" href="group__connection.html#ga0c3bed8e6764915a137a9daff199ecbb">connection.h</a> +</li> +<li>pn_connection_set_password() +: <a class="el" href="group__connection.html#ga8be7fdeb5a229d16e45fa122844fb285">connection.h</a> +</li> +<li>pn_connection_set_user() +: <a class="el" href="group__connection.html#gafb84dd2ef7551ad864be08cb31010d19">connection.h</a> +</li> +<li>pn_connection_state() +: <a class="el" href="group__connection.html#ga277d01dc2f87870ee260d43cf40abe13">connection.h</a> +</li> +<li>pn_connection_t +: <a class="el" href="group__connection.html#ga886351d81ff3a977a284a206526c5aff">types.h</a> +</li> +<li>pn_connection_transport() +: <a class="el" href="group__connection.html#gad8bd46661ca997b9b2c2c38cb6983c59">connection.h</a> +</li> +<li>PN_CONNECTION_UNBOUND +: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaac683ba544c12cbf36a3d3015ae818498">event.h</a> +</li> +<li>pn_connection_wake() +: <a class="el" href="group__proactor.html#ga2e5c9fddae8d7aa07fc93438c5ae2d86">proactor.h</a> +</li> +<li>PN_CONNECTION_WAKE +: <a class="el" href="group__event.html#gga4876e2eed24a4d4e4c52b99842103cdaa28a2bfee806bbc1fe31499c8eec39db0">event.h</a> +</li> +<li>PN_COORDINATOR +: <a class="el" href="group__terminus.html#gga3cb9c86d1e2bb024de2658f9def098e7a75bb94f03973a939835d98e9b1999aae">terminus.h</a> +</li> +<li>PN_CUMULATIVE +: <a class="el" href="group__messenger.html#ga6c2e8d006ec05b913fa1e6dc510d23b9">messenger.h</a> +</li> +</ul> +</div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li> + </ul> +</div> +</body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
