You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/01/17 04:45:17 UTC

[36/51] [partial] arrow-site git commit: Add updated API docs for 0.8.0

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/a6214c73/docs/cpp/ae_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/ae_8h.html b/docs/cpp/ae_8h.html
index a2d90de..b40970d 100644
--- a/docs/cpp/ae_8h.html
+++ b/docs/cpp/ae_8h.html
@@ -3,7 +3,7 @@
 <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="generator" content="Doxygen 1.8.14"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
 <title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/plasma/thirdparty/ae/ae.h File Reference</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -30,18 +30,21 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.13 -->
+<!-- Generated by Doxygen 1.8.14 -->
 <script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
+/* @license-end */
 </script>
 <script type="text/javascript" src="menudata.js"></script>
 <script type="text/javascript" src="menu.js"></script>
 <script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
 $(function() {
   initMenu('',true,false,'search.php','Search');
   $(document).ready(function() { init_search(); });
 });
-</script>
+/* @license-end */</script>
 <div id="main-nav"></div>
 <!-- window showing the filter options -->
 <div id="MSearchSelectWindow"
@@ -866,7 +869,7 @@ Functions</h2></td></tr>
 <hr class="footer"/><address class="footer"><small>
 Generated by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.13
+</a> 1.8.14
 </small></address>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/a6214c73/docs/cpp/ae_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/ae_8h_source.html b/docs/cpp/ae_8h_source.html
index 1f70ed3..07b40fe 100644
--- a/docs/cpp/ae_8h_source.html
+++ b/docs/cpp/ae_8h_source.html
@@ -3,7 +3,7 @@
 <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="generator" content="Doxygen 1.8.14"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
 <title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/plasma/thirdparty/ae/ae.h Source File</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -30,18 +30,21 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.13 -->
+<!-- Generated by Doxygen 1.8.14 -->
 <script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
+/* @license-end */
 </script>
 <script type="text/javascript" src="menudata.js"></script>
 <script type="text/javascript" src="menu.js"></script>
 <script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
 $(function() {
   initMenu('',true,false,'search.php','Search');
   $(document).ready(function() { init_search(); });
 });
-</script>
+/* @license-end */</script>
 <div id="main-nav"></div>
 <!-- window showing the filter options -->
 <div id="MSearchSelectWindow"
@@ -67,7 +70,7 @@ $(function() {
 <div class="title">ae.h</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="ae_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/* A simple event-driven programming library. Originally I wrote this code</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * for the Jim&#39;s event-loop (Jim is a Tcl interpreter) but later translated</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * it in form of a library for easy reuse.</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * Copyright (c) 2006-2012, Salvatore Sanfilippo &lt;antirez at gmail dot com&gt;</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</spa
 n>&#160;<span class="comment"> * All rights reserved.</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * modification, are permitted provided that the following conditions are met:</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> *   * Redistributions of source code must retain the above copyright notice,</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *     this list of conditions and the
  following disclaimer.</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> *   * Redistributions in binary form must reproduce the above copyright</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *     notice, this list of conditions and the following disclaimer in the</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *     documentation and/or other materials provided with the distribution.</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> *   * Neither the name of Redis nor the names of its contributors may be used</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> *     to endorse or promote products derived from this software without</span></div><div class="line"><a name=
 "l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> *     specific prior written permission.</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS B
 E</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment"> * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"> * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment"> * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment"> * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment"> * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)</span></div><div class="line"><a name="l00029"></a><span class="li
 neno">   29</span>&#160;<span class="comment"> * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment"> * POSSIBILITY OF SUCH DAMAGE.</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">#ifndef __AE_H__</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#define __AE_H__</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">#include &lt;time.h&gt;</span></div><div class="line"><a name
 ="l00037"></a><span class="lineno">   37</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="ae_8h.html#afaac43d9573452f9fc6c718f90c4c645">   38</a></span>&#160;<span class="preprocessor">#define AE_OK 0</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="ae_8h.html#aa16dcf7effdf8f8df97f51b1cb51a9df">   39</a></span>&#160;<span class="preprocessor">#define AE_ERR -1</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="ae_8h.html#aea2e33b645e48a3fbb26261005f6df41">   41</a></span>&#160;<span class="preprocessor">#define AE_NONE 0</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="ae_8h.html#a7a9a2162d007d09739955b4e55c65bf3">   42</a></span>&#160;<span class="preprocessor">#define AE_READABLE 1</span></div><div class="line"><a nam
 e="l00043"></a><span class="lineno"><a class="line" href="ae_8h.html#ab6bfb0366ccb6277112d132c2a2bf500">   43</a></span>&#160;<span class="preprocessor">#define AE_WRITABLE 2</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="ae_8h.html#ac3fe42c648aaa679f6bffaeb1f8f9ea8">   45</a></span>&#160;<span class="preprocessor">#define AE_FILE_EVENTS 1</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="ae_8h.html#acdc6c5c42302bc81959ed645b22800aa">   46</a></span>&#160;<span class="preprocessor">#define AE_TIME_EVENTS 2</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="ae_8h.html#a680280f52124f876adfeb7e81cb20264">   47</a></span>&#160;<span class="preprocessor">#define AE_ALL_EVENTS (AE_FILE_EVENTS|AE_TIME_EVENTS)</span></div><div class="line"><a name="l00048"></a><span class="lin
 eno"><a class="line" href="ae_8h.html#a95ce6d5997d5b55cef5e1977dc80af28">   48</a></span>&#160;<span class="preprocessor">#define AE_DONT_WAIT 4</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="ae_8h.html#a51464410d1f951b043b6d881574e4a4a">   50</a></span>&#160;<span class="preprocessor">#define AE_NOMORE -1</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="ae_8h.html#aee0b2fc7b62d8e06517136a91d7f635d">   51</a></span>&#160;<span class="preprocessor">#define AE_DELETED_EVENT_ID -1</span></div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="comment">/* Macros */</span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="ae_8h.html#a3dfdfff5a4a26215a283541
 deb085ede">   54</a></span>&#160;<span class="preprocessor">#define AE_NOTUSED(V) ((void) V)</span></div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="keyword">struct </span><a class="code" href="structae_event_loop.html">aeEventLoop</a>;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="comment">/* Types and data structures */</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">   59</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">aeFileProc</a>(<span class="keyword">struct</span> <a class="code" href="structae_event_loop.html">aeEv
 entLoop</a> *eventLoop, <span class="keywordtype">int</span> fd, <span class="keywordtype">void</span> *clientData, <span class="keywordtype">int</span> mask);</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="ae_8h.html#a09cb08f0aea5e5c1460a8b8599d789c8">   60</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="ae_8h.html#a09cb08f0aea5e5c1460a8b8599d789c8">aeTimeProc</a>(<span class="keyword">struct</span> <a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">id</span>, <span class="keywordtype">void</span> *clientData);</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="ae_8h.html#a82c64cc6b7c71e2b7bae4e6b18f42c54">   61</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" hr
 ef="ae_8h.html#a82c64cc6b7c71e2b7bae4e6b18f42c54">aeEventFinalizerProc</a>(<span class="keyword">struct</span> <a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">void</span> *clientData);</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="ae_8h.html#a9b418f26d4997ba2d303dd247ae45718">   62</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a9b418f26d4997ba2d303dd247ae45718">aeBeforeSleepProc</a>(<span class="keyword">struct</span> <a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop);</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="comment">/* File event structure */</span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="structae_file_e
 vent.html">   65</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structae_file_event.html">aeFileEvent</a> {</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="structae_file_event.html#ac43aaab34810e8b6bfcc5a2576220959">   66</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_file_event.html#ac43aaab34810e8b6bfcc5a2576220959">mask</a>; <span class="comment">/* one of AE_(READABLE|WRITABLE) */</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structae_file_event.html#ae39bf42ed5c4cac998ee5c9fc4ee0069">   67</a></span>&#160;    <a class="code" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">aeFileProc</a> *<a class="code" href="structae_file_event.html#ae39bf42ed5c4cac998ee5c9fc4ee0069">rfileProc</a>;</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="structae_file_eve
 nt.html#a48ede39c4bcd4c41f2687efac2a05152">   68</a></span>&#160;    <a class="code" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">aeFileProc</a> *<a class="code" href="structae_file_event.html#a48ede39c4bcd4c41f2687efac2a05152">wfileProc</a>;</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="structae_file_event.html#a001285b3f180bb6e776a97190fe47b7b">   69</a></span>&#160;    <span class="keywordtype">void</span> *<a class="code" href="structae_file_event.html#a001285b3f180bb6e776a97190fe47b7b">clientData</a>;</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;} <a class="code" href="ae_8h.html#ae1d73d5e3cbb82a133cf5629b608c5bb">aeFileEvent</a>;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="comment">/* Time event structure */</span></div><div class="line"><a name="l00073"></a>
 <span class="lineno"><a class="line" href="structae_time_event.html">   73</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structae_time_event.html">aeTimeEvent</a> {</div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structae_time_event.html#a24ed4bf76ef40a2c735e9f9cccb45de4">   74</a></span>&#160;    <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="structae_time_event.html#a24ed4bf76ef40a2c735e9f9cccb45de4">id</a>; <span class="comment">/* time event identifier. */</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="structae_time_event.html#a8b8006c68e6af8e1565eda7cbe0ed222">   75</a></span>&#160;    <span class="keywordtype">long</span> <a class="code" href="structae_time_event.html#a8b8006c68e6af8e1565eda7cbe0ed222">when_sec</a>; <span class="comment">/* seconds */</span></div><div class="lin
 e"><a name="l00076"></a><span class="lineno"><a class="line" href="structae_time_event.html#aa1c543dc2cfc4d17cf3153c78f373635">   76</a></span>&#160;    <span class="keywordtype">long</span> <a class="code" href="structae_time_event.html#aa1c543dc2cfc4d17cf3153c78f373635">when_ms</a>; <span class="comment">/* milliseconds */</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="structae_time_event.html#a149629cdd2633c73cfb56e4570bb43ac">   77</a></span>&#160;    <a class="code" href="ae_8h.html#a09cb08f0aea5e5c1460a8b8599d789c8">aeTimeProc</a> *<a class="code" href="structae_time_event.html#a149629cdd2633c73cfb56e4570bb43ac">timeProc</a>;</div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="structae_time_event.html#abc682a846c909d98ed1656170bb360f2">   78</a></span>&#160;    <a class="code" href="ae_8h.html#a82c64cc6b7c71e2b7bae4e6b18f42c54">aeEventFinalizerProc</a> *<a class="code" href="structae_time_event.h
 tml#abc682a846c909d98ed1656170bb360f2">finalizerProc</a>;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="structae_time_event.html#ad31bed95bafc0baa81fe645f56a11503">   79</a></span>&#160;    <span class="keywordtype">void</span> *<a class="code" href="structae_time_event.html#ad31bed95bafc0baa81fe645f56a11503">clientData</a>;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="structae_time_event.html#a9721fa6e2866701e2c38f0020beaac60">   80</a></span>&#160;    <span class="keyword">struct </span><a class="code" href="structae_time_event.html">aeTimeEvent</a> *<a class="code" href="structae_time_event.html#a9721fa6e2866701e2c38f0020beaac60">next</a>;</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;} <a class="code" href="ae_8h.html#adeac0544da6b3c99dd7028d69b396963">aeTimeEvent</a>;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;</div><div
  class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="comment">/* A fired event */</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="structae_fired_event.html">   84</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structae_fired_event.html">aeFiredEvent</a> {</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="structae_fired_event.html#a66b9859d9d3004b412954713c6e213c6">   85</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_fired_event.html#a66b9859d9d3004b412954713c6e213c6">fd</a>;</div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="structae_fired_event.html#a2e9b1d9832d09a46c4a14e562aaa2aea">   86</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_fired_event.html#a2e9b1d9832d09a46c4a14e562aaa2aea">m
 ask</a>;</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;} <a class="code" href="ae_8h.html#ac6193f3519f0be890344ca852e1af80a">aeFiredEvent</a>;</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="comment">/* State of an event based program */</span></div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structae_event_loop.html">   90</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structae_event_loop.html">aeEventLoop</a> {</div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="structae_event_loop.html#aedf39e37f559c83d9a0ae1ae07e5b8c1">   91</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_event_loop.html#aedf39e37f559c83d9a0ae1ae07e5b8c1">maxfd</a>;   <spa
 n class="comment">/* highest file descriptor currently registered */</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="structae_event_loop.html#a319d48af757c6f6144fa4066994f6541">   92</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_event_loop.html#a319d48af757c6f6144fa4066994f6541">setsize</a>; <span class="comment">/* max number of file descriptors tracked */</span></div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="structae_event_loop.html#a9c389db589e8e0118be0c753c0eed909">   93</a></span>&#160;    <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="structae_event_loop.html#a9c389db589e8e0118be0c753c0eed909">timeEventNextId</a>;</div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="structae_event_loop.html#aead81eebbc8104bef63d9372fabc1b61">   94</a></span>&#160;    time_t <a class="
 code" href="structae_event_loop.html#aead81eebbc8104bef63d9372fabc1b61">lastTime</a>;     <span class="comment">/* Used to detect system clock skew */</span></div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="structae_event_loop.html#aa37dcf314ec826fafa4b3ff05923b434">   95</a></span>&#160;    <a class="code" href="structae_file_event.html">aeFileEvent</a> *<a class="code" href="structae_event_loop.html#aa37dcf314ec826fafa4b3ff05923b434">events</a>; <span class="comment">/* Registered events */</span></div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="structae_event_loop.html#aa2ccda94b3ee8a43a4802bd1f8443609">   96</a></span>&#160;    <a class="code" href="structae_fired_event.html">aeFiredEvent</a> *<a class="code" href="structae_event_loop.html#aa2ccda94b3ee8a43a4802bd1f8443609">fired</a>; <span class="comment">/* Fired events */</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class
 ="line" href="structae_event_loop.html#a2c992f66acb2ba2d1d13890c55008788">   97</a></span>&#160;    <a class="code" href="structae_time_event.html">aeTimeEvent</a> *<a class="code" href="structae_event_loop.html#a2c992f66acb2ba2d1d13890c55008788">timeEventHead</a>;</div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="structae_event_loop.html#a79b39021b2e805b8a547915d22279168">   98</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_event_loop.html#a79b39021b2e805b8a547915d22279168">stop</a>;</div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="structae_event_loop.html#a6e5405d4ffa2492794fa74ee4cf6fb49">   99</a></span>&#160;    <span class="keywordtype">void</span> *<a class="code" href="structae_event_loop.html#a6e5405d4ffa2492794fa74ee4cf6fb49">apidata</a>; <span class="comment">/* This is used for polling API specific data */</span></div><div class="line"><a name="l00100"></a>
 <span class="lineno"><a class="line" href="structae_event_loop.html#ae65cc21b6c2f11a2de8e6e62fa660a79">  100</a></span>&#160;    <a class="code" href="ae_8h.html#a9b418f26d4997ba2d303dd247ae45718">aeBeforeSleepProc</a> *<a class="code" href="structae_event_loop.html#ae65cc21b6c2f11a2de8e6e62fa660a79">beforesleep</a>;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;} <a class="code" href="ae_8h.html#a9150f41071c74603a2b8a137a35afe03">aeEventLoop</a>;</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<span class="comment">/* Prototypes */</span></div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<a class="code" href="structae_event_loop.html">aeEventLoop</a> *<a class="code" href="ae_8h.html#a06456e32738f0ccb40a4bb7f7f6c6f75">aeCreateEventLoop</a>(<span class="keywordtype">int</span> setsize);</div><div 
 class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a13cfb20cd4911e655db460fedb5daf1d">aeDeleteEventLoop</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop);</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#aaa89f81231ebc43f571280f098dff102">aeStop</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop);</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#ad1918e57c96446a7e5a5067922c1a3a5">aeCreateFileEvent</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> fd, <span class="keywordtype">int</span> <a class="code" href="structae_file_event.html#ac43aaab34810e8b6bfcc5a25762209
 59">mask</a>,</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;        <a class="code" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">aeFileProc</a> *proc, <span class="keywordtype">void</span> *<a class="code" href="structae_file_event.html#a001285b3f180bb6e776a97190fe47b7b">clientData</a>);</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a15b5d80986ac4e83ae29b4817c62a3a6">aeDeleteFileEvent</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> fd, <span class="keywordtype">int</span> <a class="code" href="structae_file_event.html#ac43aaab34810e8b6bfcc5a2576220959">mask</a>);</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#aaf85e917d2b21998507fac8634b4ecae">aeGetFileEvents</a
 >(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> fd);</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="ae_8h.html#ae2b6461448420e59fdb578cb8809d036">aeCreateTimeEvent</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">long</span> <span class="keywordtype">long</span> milliseconds,</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;        <a class="code" href="ae_8h.html#a09cb08f0aea5e5c1460a8b8599d789c8">aeTimeProc</a> *proc, <span class="keywordtype">void</span> *<a class="code" href="structae_file_event.html#a001285b3f180bb6e776a97190fe47b7b">clientData</a>,</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;        <a class="code" href="ae_8h.html#a82c64cc6b7c71e2b7ba
 e4e6b18f42c54">aeEventFinalizerProc</a> *finalizerProc);</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#a4357399e2e584ca619a8408d6f0dbc4e">aeDeleteTimeEvent</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">id</span>);</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#a5dcce61d1407ffbebc362c918f4a33a6">aeProcessEvents</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> flags);</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#a7508cb8a7db92faa21c574809b677626">aeWait</a>(<span class=
 "keywordtype">int</span> fd, <span class="keywordtype">int</span> <a class="code" href="structae_file_event.html#ac43aaab34810e8b6bfcc5a2576220959">mask</a>, <span class="keywordtype">long</span> <span class="keywordtype">long</span> milliseconds);</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a2909fa15dc2d667ec824904fef9df3d8">aeMain</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop);</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="keywordtype">char</span> *<a class="code" href="ae_8h.html#a0203d90fa536ccaf3287c2b72bda1c8b">aeGetApiName</a>(<span class="keywordtype">void</span>);</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#ab2fbbafc0540b40bcc9a13477c512e4d">aeSetBeforeSleepProc</a>(<a class="
 code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <a class="code" href="ae_8h.html#a9b418f26d4997ba2d303dd247ae45718">aeBeforeSleepProc</a> *beforesleep);</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#afa530b9fddc550260cf14d0a4423cb1e">aeGetSetSize</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop);</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#ae85e3a2bde2b9a7f8fc5075c09355d63">aeResizeSetSize</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> setsize);</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;<span class="preprocessor">#endif</span></div>
 <div class="ttc" id="ae_8h_html_afa530b9fddc550260cf14d0a4423cb1e"><div class="ttname"><a href="ae_8h.html#afa530b9fddc550260cf14d0a4423cb1e">aeGetSetSize</a></div><div class="ttdeci">int aeGetSetSize(aeEventLoop *eventLoop)</div></div>
+<a href="ae_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/* A simple event-driven programming library. Originally I wrote this code</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * for the Jim&#39;s event-loop (Jim is a Tcl interpreter) but later translated</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * it in form of a library for easy reuse.</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * Copyright (c) 2006-2012, Salvatore Sanfilippo &lt;antirez at gmail dot com&gt;</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</spa
 n>&#160;<span class="comment"> * All rights reserved.</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * modification, are permitted provided that the following conditions are met:</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> *   * Redistributions of source code must retain the above copyright notice,</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *     this list of conditions and the
  following disclaimer.</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> *   * Redistributions in binary form must reproduce the above copyright</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *     notice, this list of conditions and the following disclaimer in the</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *     documentation and/or other materials provided with the distribution.</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> *   * Neither the name of Redis nor the names of its contributors may be used</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> *     to endorse or promote products derived from this software without</span></div><div class="line"><a name=
 "l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> *     specific prior written permission.</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS B
 E</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment"> * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"> * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment"> * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment"> * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment"> * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)</span></div><div class="line"><a name="l00029"></a><span class="li
 neno">   29</span>&#160;<span class="comment"> * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment"> * POSSIBILITY OF SUCH DAMAGE.</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">#ifndef __AE_H__</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#define __AE_H__</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">#include &lt;time.h&gt;</span></div><div class="line"><a name
 ="l00037"></a><span class="lineno">   37</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="ae_8h.html#afaac43d9573452f9fc6c718f90c4c645">   38</a></span>&#160;<span class="preprocessor">#define AE_OK 0</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="ae_8h.html#aa16dcf7effdf8f8df97f51b1cb51a9df">   39</a></span>&#160;<span class="preprocessor">#define AE_ERR -1</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="ae_8h.html#aea2e33b645e48a3fbb26261005f6df41">   41</a></span>&#160;<span class="preprocessor">#define AE_NONE 0</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="ae_8h.html#a7a9a2162d007d09739955b4e55c65bf3">   42</a></span>&#160;<span class="preprocessor">#define AE_READABLE 1</span></div><div class="line"><a nam
 e="l00043"></a><span class="lineno"><a class="line" href="ae_8h.html#ab6bfb0366ccb6277112d132c2a2bf500">   43</a></span>&#160;<span class="preprocessor">#define AE_WRITABLE 2</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="ae_8h.html#ac3fe42c648aaa679f6bffaeb1f8f9ea8">   45</a></span>&#160;<span class="preprocessor">#define AE_FILE_EVENTS 1</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="ae_8h.html#acdc6c5c42302bc81959ed645b22800aa">   46</a></span>&#160;<span class="preprocessor">#define AE_TIME_EVENTS 2</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="ae_8h.html#a680280f52124f876adfeb7e81cb20264">   47</a></span>&#160;<span class="preprocessor">#define AE_ALL_EVENTS (AE_FILE_EVENTS|AE_TIME_EVENTS)</span></div><div class="line"><a name="l00048"></a><span class="lin
 eno"><a class="line" href="ae_8h.html#a95ce6d5997d5b55cef5e1977dc80af28">   48</a></span>&#160;<span class="preprocessor">#define AE_DONT_WAIT 4</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="ae_8h.html#a51464410d1f951b043b6d881574e4a4a">   50</a></span>&#160;<span class="preprocessor">#define AE_NOMORE -1</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="ae_8h.html#aee0b2fc7b62d8e06517136a91d7f635d">   51</a></span>&#160;<span class="preprocessor">#define AE_DELETED_EVENT_ID -1</span></div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="comment">/* Macros */</span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="ae_8h.html#a3dfdfff5a4a26215a283541
 deb085ede">   54</a></span>&#160;<span class="preprocessor">#define AE_NOTUSED(V) ((void) V)</span></div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="keyword">struct </span><a class="code" href="structae_event_loop.html">aeEventLoop</a>;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="comment">/* Types and data structures */</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">   59</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">aeFileProc</a>(<span class="keyword">struct</span> <a class="code" href="structae_event_loop.html">aeEv
 entLoop</a> *eventLoop, <span class="keywordtype">int</span> fd, <span class="keywordtype">void</span> *clientData, <span class="keywordtype">int</span> mask);</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="ae_8h.html#a09cb08f0aea5e5c1460a8b8599d789c8">   60</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="ae_8h.html#a09cb08f0aea5e5c1460a8b8599d789c8">aeTimeProc</a>(<span class="keyword">struct</span> <a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">id</span>, <span class="keywordtype">void</span> *clientData);</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="ae_8h.html#a82c64cc6b7c71e2b7bae4e6b18f42c54">   61</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" hr
 ef="ae_8h.html#a82c64cc6b7c71e2b7bae4e6b18f42c54">aeEventFinalizerProc</a>(<span class="keyword">struct</span> <a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">void</span> *clientData);</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="ae_8h.html#a9b418f26d4997ba2d303dd247ae45718">   62</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a9b418f26d4997ba2d303dd247ae45718">aeBeforeSleepProc</a>(<span class="keyword">struct</span> <a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop);</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="comment">/* File event structure */</span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="structae_file_e
 vent.html">   65</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structae_file_event.html">aeFileEvent</a> {</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="structae_file_event.html#ac43aaab34810e8b6bfcc5a2576220959">   66</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_file_event.html#ac43aaab34810e8b6bfcc5a2576220959">mask</a>; <span class="comment">/* one of AE_(READABLE|WRITABLE) */</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structae_file_event.html#ae39bf42ed5c4cac998ee5c9fc4ee0069">   67</a></span>&#160;    <a class="code" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">aeFileProc</a> *<a class="code" href="structae_file_event.html#ae39bf42ed5c4cac998ee5c9fc4ee0069">rfileProc</a>;</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="structae_file_eve
 nt.html#a48ede39c4bcd4c41f2687efac2a05152">   68</a></span>&#160;    <a class="code" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">aeFileProc</a> *<a class="code" href="structae_file_event.html#a48ede39c4bcd4c41f2687efac2a05152">wfileProc</a>;</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="structae_file_event.html#a001285b3f180bb6e776a97190fe47b7b">   69</a></span>&#160;    <span class="keywordtype">void</span> *<a class="code" href="structae_file_event.html#a001285b3f180bb6e776a97190fe47b7b">clientData</a>;</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;} <a class="code" href="ae_8h.html#ae1d73d5e3cbb82a133cf5629b608c5bb">aeFileEvent</a>;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="comment">/* Time event structure */</span></div><div class="line"><a name="l00073"></a>
 <span class="lineno"><a class="line" href="structae_time_event.html">   73</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structae_time_event.html">aeTimeEvent</a> {</div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structae_time_event.html#a24ed4bf76ef40a2c735e9f9cccb45de4">   74</a></span>&#160;    <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="structae_time_event.html#a24ed4bf76ef40a2c735e9f9cccb45de4">id</a>; <span class="comment">/* time event identifier. */</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="structae_time_event.html#a8b8006c68e6af8e1565eda7cbe0ed222">   75</a></span>&#160;    <span class="keywordtype">long</span> <a class="code" href="structae_time_event.html#a8b8006c68e6af8e1565eda7cbe0ed222">when_sec</a>; <span class="comment">/* seconds */</span></div><div class="lin
 e"><a name="l00076"></a><span class="lineno"><a class="line" href="structae_time_event.html#aa1c543dc2cfc4d17cf3153c78f373635">   76</a></span>&#160;    <span class="keywordtype">long</span> <a class="code" href="structae_time_event.html#aa1c543dc2cfc4d17cf3153c78f373635">when_ms</a>; <span class="comment">/* milliseconds */</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="structae_time_event.html#a149629cdd2633c73cfb56e4570bb43ac">   77</a></span>&#160;    <a class="code" href="ae_8h.html#a09cb08f0aea5e5c1460a8b8599d789c8">aeTimeProc</a> *<a class="code" href="structae_time_event.html#a149629cdd2633c73cfb56e4570bb43ac">timeProc</a>;</div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="structae_time_event.html#abc682a846c909d98ed1656170bb360f2">   78</a></span>&#160;    <a class="code" href="ae_8h.html#a82c64cc6b7c71e2b7bae4e6b18f42c54">aeEventFinalizerProc</a> *<a class="code" href="structae_time_event.h
 tml#abc682a846c909d98ed1656170bb360f2">finalizerProc</a>;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="structae_time_event.html#ad31bed95bafc0baa81fe645f56a11503">   79</a></span>&#160;    <span class="keywordtype">void</span> *<a class="code" href="structae_time_event.html#ad31bed95bafc0baa81fe645f56a11503">clientData</a>;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="structae_time_event.html#a9721fa6e2866701e2c38f0020beaac60">   80</a></span>&#160;    <span class="keyword">struct </span><a class="code" href="structae_time_event.html">aeTimeEvent</a> *<a class="code" href="structae_time_event.html#a9721fa6e2866701e2c38f0020beaac60">next</a>;</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;} <a class="code" href="ae_8h.html#adeac0544da6b3c99dd7028d69b396963">aeTimeEvent</a>;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;</div><div
  class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="comment">/* A fired event */</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="structae_fired_event.html">   84</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structae_fired_event.html">aeFiredEvent</a> {</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="structae_fired_event.html#a66b9859d9d3004b412954713c6e213c6">   85</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_fired_event.html#a66b9859d9d3004b412954713c6e213c6">fd</a>;</div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="structae_fired_event.html#a2e9b1d9832d09a46c4a14e562aaa2aea">   86</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_fired_event.html#a2e9b1d9832d09a46c4a14e562aaa2aea">m
 ask</a>;</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;} <a class="code" href="ae_8h.html#ac6193f3519f0be890344ca852e1af80a">aeFiredEvent</a>;</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="comment">/* State of an event based program */</span></div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structae_event_loop.html">   90</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structae_event_loop.html">aeEventLoop</a> {</div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="structae_event_loop.html#aedf39e37f559c83d9a0ae1ae07e5b8c1">   91</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_event_loop.html#aedf39e37f559c83d9a0ae1ae07e5b8c1">maxfd</a>;   <spa
 n class="comment">/* highest file descriptor currently registered */</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="structae_event_loop.html#a319d48af757c6f6144fa4066994f6541">   92</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_event_loop.html#a319d48af757c6f6144fa4066994f6541">setsize</a>; <span class="comment">/* max number of file descriptors tracked */</span></div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="structae_event_loop.html#a9c389db589e8e0118be0c753c0eed909">   93</a></span>&#160;    <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="structae_event_loop.html#a9c389db589e8e0118be0c753c0eed909">timeEventNextId</a>;</div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="structae_event_loop.html#aead81eebbc8104bef63d9372fabc1b61">   94</a></span>&#160;    time_t <a class="
 code" href="structae_event_loop.html#aead81eebbc8104bef63d9372fabc1b61">lastTime</a>;     <span class="comment">/* Used to detect system clock skew */</span></div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="structae_event_loop.html#aa37dcf314ec826fafa4b3ff05923b434">   95</a></span>&#160;    <a class="code" href="structae_file_event.html">aeFileEvent</a> *<a class="code" href="structae_event_loop.html#aa37dcf314ec826fafa4b3ff05923b434">events</a>; <span class="comment">/* Registered events */</span></div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="structae_event_loop.html#aa2ccda94b3ee8a43a4802bd1f8443609">   96</a></span>&#160;    <a class="code" href="structae_fired_event.html">aeFiredEvent</a> *<a class="code" href="structae_event_loop.html#aa2ccda94b3ee8a43a4802bd1f8443609">fired</a>; <span class="comment">/* Fired events */</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class
 ="line" href="structae_event_loop.html#a2c992f66acb2ba2d1d13890c55008788">   97</a></span>&#160;    <a class="code" href="structae_time_event.html">aeTimeEvent</a> *<a class="code" href="structae_event_loop.html#a2c992f66acb2ba2d1d13890c55008788">timeEventHead</a>;</div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="structae_event_loop.html#a79b39021b2e805b8a547915d22279168">   98</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structae_event_loop.html#a79b39021b2e805b8a547915d22279168">stop</a>;</div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="structae_event_loop.html#a6e5405d4ffa2492794fa74ee4cf6fb49">   99</a></span>&#160;    <span class="keywordtype">void</span> *<a class="code" href="structae_event_loop.html#a6e5405d4ffa2492794fa74ee4cf6fb49">apidata</a>; <span class="comment">/* This is used for polling API specific data */</span></div><div class="line"><a name="l00100"></a>
 <span class="lineno"><a class="line" href="structae_event_loop.html#ae65cc21b6c2f11a2de8e6e62fa660a79">  100</a></span>&#160;    <a class="code" href="ae_8h.html#a9b418f26d4997ba2d303dd247ae45718">aeBeforeSleepProc</a> *<a class="code" href="structae_event_loop.html#ae65cc21b6c2f11a2de8e6e62fa660a79">beforesleep</a>;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;} <a class="code" href="ae_8h.html#a9150f41071c74603a2b8a137a35afe03">aeEventLoop</a>;</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<span class="comment">/* Prototypes */</span></div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<a class="code" href="structae_event_loop.html">aeEventLoop</a> *<a class="code" href="ae_8h.html#a06456e32738f0ccb40a4bb7f7f6c6f75">aeCreateEventLoop</a>(<span class="keywordtype">int</span> setsize);</div><div 
 class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a13cfb20cd4911e655db460fedb5daf1d">aeDeleteEventLoop</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop);</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#aaa89f81231ebc43f571280f098dff102">aeStop</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop);</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#ad1918e57c96446a7e5a5067922c1a3a5">aeCreateFileEvent</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> fd, <span class="keywordtype">int</span> mask,</div><div class="line"><a name="l00108"></a><span class="lineno">  108</
 span>&#160;        <a class="code" href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">aeFileProc</a> *proc, <span class="keywordtype">void</span> *clientData);</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a15b5d80986ac4e83ae29b4817c62a3a6">aeDeleteFileEvent</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> fd, <span class="keywordtype">int</span> mask);</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#aaf85e917d2b21998507fac8634b4ecae">aeGetFileEvents</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> fd);</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="keywordtype">long</span> <span class="keyw
 ordtype">long</span> <a class="code" href="ae_8h.html#ae2b6461448420e59fdb578cb8809d036">aeCreateTimeEvent</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">long</span> <span class="keywordtype">long</span> milliseconds,</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;        <a class="code" href="ae_8h.html#a09cb08f0aea5e5c1460a8b8599d789c8">aeTimeProc</a> *proc, <span class="keywordtype">void</span> *clientData,</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;        <a class="code" href="ae_8h.html#a82c64cc6b7c71e2b7bae4e6b18f42c54">aeEventFinalizerProc</a> *finalizerProc);</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#a4357399e2e584ca619a8408d6f0dbc4e">aeDeleteTimeEvent</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <
 span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">id</span>);</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#a5dcce61d1407ffbebc362c918f4a33a6">aeProcessEvents</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> flags);</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#a7508cb8a7db92faa21c574809b677626">aeWait</a>(<span class="keywordtype">int</span> fd, <span class="keywordtype">int</span> mask, <span class="keywordtype">long</span> <span class="keywordtype">long</span> milliseconds);</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#a2909fa15dc2d667ec824904fef
 9df3d8">aeMain</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop);</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="keywordtype">char</span> *<a class="code" href="ae_8h.html#a0203d90fa536ccaf3287c2b72bda1c8b">aeGetApiName</a>(<span class="keywordtype">void</span>);</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<span class="keywordtype">void</span> <a class="code" href="ae_8h.html#ab2fbbafc0540b40bcc9a13477c512e4d">aeSetBeforeSleepProc</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <a class="code" href="ae_8h.html#a9b418f26d4997ba2d303dd247ae45718">aeBeforeSleepProc</a> *beforesleep);</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#afa530b9fddc550260cf14d0a4423cb1e">aeGetSetSize</a>(<a class="code" href="structae_event_loop.html">aeEven
 tLoop</a> *eventLoop);</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<span class="keywordtype">int</span> <a class="code" href="ae_8h.html#ae85e3a2bde2b9a7f8fc5075c09355d63">aeResizeSetSize</a>(<a class="code" href="structae_event_loop.html">aeEventLoop</a> *eventLoop, <span class="keywordtype">int</span> setsize);</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;<span class="preprocessor">#endif</span></div><div class="ttc" id="ae_8h_html_afa530b9fddc550260cf14d0a4423cb1e"><div class="ttname"><a href="ae_8h.html#afa530b9fddc550260cf14d0a4423cb1e">aeGetSetSize</a></div><div class="ttdeci">int aeGetSetSize(aeEventLoop *eventLoop)</div></div>
 <div class="ttc" id="structae_time_event_html_a8b8006c68e6af8e1565eda7cbe0ed222"><div class="ttname"><a href="structae_time_event.html#a8b8006c68e6af8e1565eda7cbe0ed222">aeTimeEvent::when_sec</a></div><div class="ttdeci">long when_sec</div><div class="ttdef"><b>Definition:</b> ae.h:75</div></div>
 <div class="ttc" id="ae_8h_html_a26d6e9533f135cb463f29239607ba50c"><div class="ttname"><a href="ae_8h.html#a26d6e9533f135cb463f29239607ba50c">aeFileProc</a></div><div class="ttdeci">void aeFileProc(struct aeEventLoop *eventLoop, int fd, void *clientData, int mask)</div><div class="ttdef"><b>Definition:</b> ae.h:59</div></div>
 <div class="ttc" id="ae_8h_html_a06456e32738f0ccb40a4bb7f7f6c6f75"><div class="ttname"><a href="ae_8h.html#a06456e32738f0ccb40a4bb7f7f6c6f75">aeCreateEventLoop</a></div><div class="ttdeci">aeEventLoop * aeCreateEventLoop(int setsize)</div></div>
@@ -122,7 +125,7 @@ $(function() {
 <hr class="footer"/><address class="footer"><small>
 Generated by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.13
+</a> 1.8.14
 </small></address>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/a6214c73/docs/cpp/allocator_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/allocator_8h.html b/docs/cpp/allocator_8h.html
index f5c1272..f2ab200 100644
--- a/docs/cpp/allocator_8h.html
+++ b/docs/cpp/allocator_8h.html
@@ -3,7 +3,7 @@
 <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="generator" content="Doxygen 1.8.14"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
 <title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/allocator.h File Reference</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -30,18 +30,21 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.13 -->
+<!-- Generated by Doxygen 1.8.14 -->
 <script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
+/* @license-end */
 </script>
 <script type="text/javascript" src="menudata.js"></script>
 <script type="text/javascript" src="menu.js"></script>
 <script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
 $(function() {
   initMenu('',true,false,'search.php','Search');
   $(document).ready(function() { init_search(); });
 });
-</script>
+/* @license-end */</script>
 <div id="main-nav"></div>
 <!-- window showing the filter options -->
 <div id="MSearchSelectWindow"
@@ -107,7 +110,7 @@ Functions</h2></td></tr>
 <hr class="footer"/><address class="footer"><small>
 Generated by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.13
+</a> 1.8.14
 </small></address>
 </body>
 </html>