%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/libaprutil1-dev/html/
Upload File :
Create Path :
Current File : //usr/share/doc/libaprutil1-dev/html/apr__memcache_8h_source.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Apache Portable Runtime Utility Library: apr_memcache.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr id="projectrow">
  <td id="projectalign">
   <div id="projectname">Apache Portable Runtime Utility Library
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle"><div class="title">apr_memcache.h</div></div>
</div><!--header-->
<div class="contents">
<a href="apr__memcache_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno">    1</span><span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno">    2</span><span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno">    3</span><span class="comment"> * this work for additional information regarding copyright ownership.</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno">    4</span><span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno">    5</span><span class="comment"> * (the &quot;License&quot;); you may not use this file except in compliance with</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno">    6</span><span class="comment"> * the License.  You may obtain a copy of the License at</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno">    7</span><span class="comment"> *</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno">    8</span><span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno">    9</span><span class="comment"> *</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno">   10</span><span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno">   11</span><span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno">   12</span><span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno">   13</span><span class="comment"> * See the License for the specific language governing permissions and</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno">   14</span><span class="comment"> * limitations under the License.</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno">   15</span><span class="comment"> */</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno">   16</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno">   17</span><span class="preprocessor">#ifndef APR_MEMCACHE_H</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno">   18</span><span class="preprocessor">#define APR_MEMCACHE_H</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno">   19</span> </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno">   28</span><span class="preprocessor">#include &quot;apr.h&quot;</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno">   29</span><span class="preprocessor">#include &quot;apr_pools.h&quot;</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno">   30</span><span class="preprocessor">#include &quot;apr_time.h&quot;</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno">   31</span><span class="preprocessor">#include &quot;apr_strings.h&quot;</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno">   32</span><span class="preprocessor">#include &quot;apr_network_io.h&quot;</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno">   33</span><span class="preprocessor">#include &quot;apr_ring.h&quot;</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno">   34</span><span class="preprocessor">#include &quot;<a class="code" href="apr__buckets_8h.html">apr_buckets.h</a>&quot;</span></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno">   35</span><span class="preprocessor">#include &quot;<a class="code" href="apr__reslist_8h.html">apr_reslist.h</a>&quot;</span></div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno">   36</span><span class="preprocessor">#include &quot;apr_hash.h&quot;</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno">   37</span> </div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno">   38</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno">   39</span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno">   40</span><span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span><span class="preprocessor"></span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno">   41</span> </div>
<div class="foldopen" id="foldopen00049" data-start="{" data-end="};">
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga3b18c7c3f0ecabb930b78aa549c2e2e8">   49</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno">   50</span>{</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gga3b18c7c3f0ecabb930b78aa549c2e2e8a211c8d3d7a4a187b5c8f936a6929d007">   51</a></span>    <a class="code hl_enumvalue" href="group___a_p_r___util___m_c.html#gga3b18c7c3f0ecabb930b78aa549c2e2e8a211c8d3d7a4a187b5c8f936a6929d007">APR_MC_SERVER_LIVE</a>, </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno">   52</span>    <a class="code hl_enumvalue" href="group___a_p_r___util___m_c.html#gga3b18c7c3f0ecabb930b78aa549c2e2e8a6dffa918006f926e0fdf0074f4bdac28">APR_MC_SERVER_DEAD</a>  </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gga3b18c7c3f0ecabb930b78aa549c2e2e8a6dffa918006f926e0fdf0074f4bdac28">   53</a></span>} <a class="code hl_enumeration" href="group___a_p_r___util___m_c.html#ga3b18c7c3f0ecabb930b78aa549c2e2e8">apr_memcache_server_status_t</a>;</div>
</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno">   54</span> </div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gac4fabf6e3b3efb959eca48f473b73825">   56</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_typedef" href="group___a_p_r___util___m_c.html#gac4fabf6e3b3efb959eca48f473b73825">apr_memcache_conn_t</a> <a class="code hl_typedef" href="group___a_p_r___util___m_c.html#gac4fabf6e3b3efb959eca48f473b73825">apr_memcache_conn_t</a>;</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno">   57</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gaa7b43f2275de0fc700cc05e2467bbc4b">   59</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> <a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a>;</div>
<div class="foldopen" id="foldopen00060" data-start="{" data-end="};">
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="structapr__memcache__server__t.html">   60</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno">   61</span>{</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="structapr__memcache__server__t.html#a3f0cbe5cde09d28791f8a8950258b305">   62</a></span>    <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code hl_variable" href="structapr__memcache__server__t.html#a3f0cbe5cde09d28791f8a8950258b305">host</a>; </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="structapr__memcache__server__t.html#aade2ee234b229b6711a80fe2a3de853b">   63</a></span>    apr_port_t <a class="code hl_variable" href="structapr__memcache__server__t.html#aade2ee234b229b6711a80fe2a3de853b">port</a>; </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="structapr__memcache__server__t.html#a641c9cd95499a998ba2717ec5f03b174">   64</a></span>    <a class="code hl_enumeration" href="group___a_p_r___util___m_c.html#ga3b18c7c3f0ecabb930b78aa549c2e2e8">apr_memcache_server_status_t</a> <a class="code hl_variable" href="structapr__memcache__server__t.html#a641c9cd95499a998ba2717ec5f03b174">status</a>; </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno">   65</span><span class="preprocessor">#if APR_HAS_THREADS || defined(DOXYGEN)</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="structapr__memcache__server__t.html#a49f27525b9dd7de3dfb15dba3b86bd05">   66</a></span>    <a class="code hl_typedef" href="group___a_p_r___util___r_l.html#ga670f6719dfeffe1037e063eaab7b82ac">apr_reslist_t</a> *<a class="code hl_variable" href="structapr__memcache__server__t.html#a49f27525b9dd7de3dfb15dba3b86bd05">conns</a>; </div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno">   67</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno">   68</span>    <a class="code hl_typedef" href="group___a_p_r___util___m_c.html#gac4fabf6e3b3efb959eca48f473b73825">apr_memcache_conn_t</a> *conn;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno">   69</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno">   70</span>    apr_pool_t *p; </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno">   71</span><span class="preprocessor">#if APR_HAS_THREADS</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="structapr__memcache__server__t.html#aab472a87e5f0abe993e565a8e3a72490">   72</a></span>    apr_thread_mutex_t *<a class="code hl_variable" href="structapr__memcache__server__t.html#aab472a87e5f0abe993e565a8e3a72490">lock</a>;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno">   73</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno">   74</span>    apr_time_t btime;</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno">   75</span>};</div>
</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno">   76</span> </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno">   77</span><span class="comment">/* Custom hash callback function prototype, user for server selection.</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno">   78</span><span class="comment">* @param baton user selected baton</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno">   79</span><span class="comment">* @param data data to hash</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno">   80</span><span class="comment">* @param data_len length of data</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno">   81</span><span class="comment">*/</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno">   82</span><span class="keyword">typedef</span> apr_uint32_t (*apr_memcache_hash_func)(<span class="keywordtype">void</span> *baton,</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno">   83</span>                                               <span class="keyword">const</span> <span class="keywordtype">char</span> *data,</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno">   84</span>                                               <span class="keyword">const</span> apr_size_t data_len);</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno">   85</span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno">   86</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> <a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a>;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno">   87</span> </div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno">   88</span><span class="comment">/* Custom Server Select callback function prototype.</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno">   89</span><span class="comment">* @param baton user selected baton</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno">   90</span><span class="comment">* @param mc memcache instance, use mc-&gt;live_servers to select a node</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno">   91</span><span class="comment">* @param hash hash of the selected key.</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno">   92</span><span class="comment">*/</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno">   93</span><span class="keyword">typedef</span> <a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a>* (*apr_memcache_server_func)(<span class="keywordtype">void</span> *baton,</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno">   94</span>                                                 <a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno">   95</span>                                                 <span class="keyword">const</span> apr_uint32_t hash);</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno">   96</span> </div>
<div class="foldopen" id="foldopen00098" data-start="{" data-end="};">
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="structapr__memcache__t.html">   98</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno">   99</span>{</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="structapr__memcache__t.html#aeb0639bc75fd5bc7561ab88f671f75d3">  100</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__t.html#aeb0639bc75fd5bc7561ab88f671f75d3">flags</a>; </div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="structapr__memcache__t.html#a95d15cfa5b291700cd9a697687eeac73">  101</a></span>    apr_uint16_t <a class="code hl_variable" href="structapr__memcache__t.html#a95d15cfa5b291700cd9a697687eeac73">nalloc</a>; </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="structapr__memcache__t.html#a94e1353d23d4d02a18a9f0ca0e90005d">  102</a></span>    apr_uint16_t <a class="code hl_variable" href="structapr__memcache__t.html#a94e1353d23d4d02a18a9f0ca0e90005d">ntotal</a>; </div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="structapr__memcache__t.html#a85f916183d0aae6aaa88251edc7a1f81">  103</a></span>    <a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> **<a class="code hl_variable" href="structapr__memcache__t.html#a85f916183d0aae6aaa88251edc7a1f81">live_servers</a>; </div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno">  104</span>    apr_pool_t *p; </div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="structapr__memcache__t.html#a26614ee9cfdc014d7e5ea46df253193a">  105</a></span>    <span class="keywordtype">void</span> *<a class="code hl_variable" href="structapr__memcache__t.html#a26614ee9cfdc014d7e5ea46df253193a">hash_baton</a>;</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno">  106</span>    apr_memcache_hash_func hash_func;</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno">  107</span>    <span class="keywordtype">void</span> *server_baton;</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno">  108</span>    apr_memcache_server_func server_func;</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno">  109</span>};</div>
</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno">  110</span> </div>
<div class="foldopen" id="foldopen00112" data-start="{" data-end="};">
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="structapr__memcache__value__t.html">  112</a></span><span class="keyword">typedef</span> <span class="keyword">struct</span></div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno">  113</span>{</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno">  114</span>    apr_status_t status;</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno">  115</span>    <span class="keyword">const</span> <span class="keywordtype">char</span>* key;</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno">  116</span>    apr_size_t len;</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno">  117</span>    <span class="keywordtype">char</span> *data;</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno">  118</span>    apr_uint16_t flags;</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno">  119</span>} <a class="code hl_struct" href="structapr__memcache__value__t.html">apr_memcache_value_t</a>;</div>
</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno">  120</span> </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga945a83f7f56800b18243ec5933c16593">  129</a></span>APU_DECLARE(apr_uint32_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga945a83f7f56800b18243ec5933c16593">apr_memcache_hash</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno">  130</span>                                            <span class="keyword">const</span> <span class="keywordtype">char</span> *data,</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno">  131</span>                                            <span class="keyword">const</span> apr_size_t data_len);</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno">  132</span> </div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga103ab58d59ca8e4668d31631ee0d3222">  136</a></span>APU_DECLARE(apr_uint32_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga103ab58d59ca8e4668d31631ee0d3222">apr_memcache_hash_crc32</a>(<span class="keywordtype">void</span> *baton,</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno">  137</span>                                                  <span class="keyword">const</span> <span class="keywordtype">char</span> *data,</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno">  138</span>                                                  <span class="keyword">const</span> apr_size_t data_len);</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno">  139</span> </div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga6e2fa2e270332d2cdb44abf775f8022e">  143</a></span>APU_DECLARE(apr_uint32_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga6e2fa2e270332d2cdb44abf775f8022e">apr_memcache_hash_default</a>(<span class="keywordtype">void</span> *baton,</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno">  144</span>                                                    <span class="keyword">const</span> <span class="keywordtype">char</span> *data,</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno">  145</span>                                                    <span class="keyword">const</span> apr_size_t data_len);</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno">  146</span> </div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga5e25930720471ea2eefb4c229ba2ea78">  154</a></span>APU_DECLARE(<a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> *) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga5e25930720471ea2eefb4c229ba2ea78">apr_memcache_find_server_hash</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno">  155</span>                                                                   <span class="keyword">const</span> apr_uint32_t hash);</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno">  156</span> </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gafe5a3d9e8d1abe4d320a88f05c03bdba">  160</a></span>APU_DECLARE(<a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> *) <a class="code hl_function" href="group___a_p_r___util___m_c.html#gafe5a3d9e8d1abe4d320a88f05c03bdba">apr_memcache_find_server_hash_default</a>(<span class="keywordtype">void</span> *baton,</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno">  161</span>                                                                           <a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc, </div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno">  162</span>                                                                           <span class="keyword">const</span> apr_uint32_t hash);</div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno">  163</span> </div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga9d6381d9d9f8f83f4fa5450cc8066590">  172</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga9d6381d9d9f8f83f4fa5450cc8066590">apr_memcache_add_server</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno">  173</span>                                                  <a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> *server);</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno">  174</span> </div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno">  175</span> </div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga5954caa2ee6a61b3d789b0c8c5c9150d">  183</a></span>APU_DECLARE(<a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> *) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga5954caa2ee6a61b3d789b0c8c5c9150d">apr_memcache_find_server</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno">  184</span>                                                              <span class="keyword">const</span> <span class="keywordtype">char</span> *host,</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno">  185</span>                                                              apr_port_t port);</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno">  186</span> </div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gafe4824659cbe261409b57a48d85c34e3">  192</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#gafe4824659cbe261409b57a48d85c34e3">apr_memcache_enable_server</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno">  193</span>                                                     <a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> *ms);</div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno">  194</span> </div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno">  195</span> </div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gae8a982e8794a08a78264ec3a966797fc">  201</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#gae8a982e8794a08a78264ec3a966797fc">apr_memcache_disable_server</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno">  202</span>                                                      <a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> *ms);</div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno">  203</span> </div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga18ddd72bc1ab5edb0a08a8f26f193bd3">  217</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga18ddd72bc1ab5edb0a08a8f26f193bd3">apr_memcache_server_create</a>(apr_pool_t *p,</div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno">  218</span>                                                     <span class="keyword">const</span> <span class="keywordtype">char</span> *host,</div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno">  219</span>                                                     apr_port_t port,</div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno">  220</span>                                                     apr_uint32_t min,</div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno">  221</span>                                                     apr_uint32_t smax,</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno">  222</span>                                                     apr_uint32_t max,</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno">  223</span>                                                     apr_uint32_t ttl,</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno">  224</span>                                                     <a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> **ns);</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga5a510d8ac3f5bf12cf2da1a445f4854b">  232</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga5a510d8ac3f5bf12cf2da1a445f4854b">apr_memcache_create</a>(apr_pool_t *p,</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno">  233</span>                                              apr_uint16_t max_servers,</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno">  234</span>                                              apr_uint32_t flags,</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno">  235</span>                                              <a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> **mc);</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno">  236</span> </div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gac41597ff979e7a181da459398196196f">  247</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#gac41597ff979e7a181da459398196196f">apr_memcache_getp</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc, </div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno">  248</span>                                            apr_pool_t *p,</div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno">  249</span>                                            <span class="keyword">const</span> <span class="keywordtype">char</span>* key,</div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno">  250</span>                                            <span class="keywordtype">char</span> **baton,</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno">  251</span>                                            apr_size_t *len,</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno">  252</span>                                            apr_uint16_t *flags);</div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno">  253</span> </div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno">  254</span> </div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gac94d47eedb9baebe823b2e5eeed54157">  263</a></span>APU_DECLARE(<span class="keywordtype">void</span>) <a class="code hl_function" href="group___a_p_r___util___m_c.html#gac94d47eedb9baebe823b2e5eeed54157">apr_memcache_add_multget_key</a>(apr_pool_t *data_pool,</div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno">  264</span>                                               <span class="keyword">const</span> <span class="keywordtype">char</span>* key,</div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno">  265</span>                                               apr_hash_t **values);</div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno">  266</span> </div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga4a5beadb98954331896e95c35324b0fc">  277</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga4a5beadb98954331896e95c35324b0fc">apr_memcache_multgetp</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno">  278</span>                                                apr_pool_t *temp_pool,</div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno">  279</span>                                                apr_pool_t *data_pool,</div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno">  280</span>                                                apr_hash_t *values);</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno">  281</span> </div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gaa5bbe2c60302a689773d6a70da8f99fb">  291</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#gaa5bbe2c60302a689773d6a70da8f99fb">apr_memcache_set</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno">  292</span>                                           <span class="keyword">const</span> <span class="keywordtype">char</span> *key,</div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno">  293</span>                                           <span class="keywordtype">char</span> *baton,</div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno">  294</span>                                           <span class="keyword">const</span> apr_size_t data_size,</div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno">  295</span>                                           apr_uint32_t timeout,</div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno">  296</span>                                           apr_uint16_t flags);</div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno">  297</span> </div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga3c150706f243bf2b9cd89152d416ee56">  309</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga3c150706f243bf2b9cd89152d416ee56">apr_memcache_add</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno">  310</span>                                           <span class="keyword">const</span> <span class="keywordtype">char</span> *key,</div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno">  311</span>                                           <span class="keywordtype">char</span> *baton,</div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno">  312</span>                                           <span class="keyword">const</span> apr_size_t data_size,</div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno">  313</span>                                           apr_uint32_t timeout,</div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno">  314</span>                                           apr_uint16_t flags);</div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno">  315</span> </div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga0f7b9fdb5d7a0a1feb5642d7778e268d">  327</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga0f7b9fdb5d7a0a1feb5642d7778e268d">apr_memcache_replace</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno">  328</span>                                               <span class="keyword">const</span> <span class="keywordtype">char</span> *key,</div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno">  329</span>                                               <span class="keywordtype">char</span> *baton,</div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno">  330</span>                                               <span class="keyword">const</span> apr_size_t data_size,</div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno">  331</span>                                               apr_uint32_t timeout,</div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno">  332</span>                                               apr_uint16_t flags);</div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga97d2c5be42ef773ba82fd8293b219ece">  339</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga97d2c5be42ef773ba82fd8293b219ece">apr_memcache_delete</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc,</div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno">  340</span>                                              <span class="keyword">const</span> <span class="keywordtype">char</span> *key,</div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno">  341</span>                                              apr_uint32_t timeout);</div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno">  342</span> </div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga2cfc95fe963f2d4190996153a2ddb748">  350</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga2cfc95fe963f2d4190996153a2ddb748">apr_memcache_incr</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc, </div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno">  351</span>                                            <span class="keyword">const</span> <span class="keywordtype">char</span> *key,</div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno">  352</span>                                            apr_int32_t n,</div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno">  353</span>                                            apr_uint32_t *nv);</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno">  354</span> </div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gacf93837a1fd4c3d230644098f3043a39">  362</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#gacf93837a1fd4c3d230644098f3043a39">apr_memcache_decr</a>(<a class="code hl_struct" href="structapr__memcache__t.html">apr_memcache_t</a> *mc, </div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno">  363</span>                                            <span class="keyword">const</span> <span class="keywordtype">char</span> *key,</div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno">  364</span>                                            apr_int32_t n,</div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno">  365</span>                                            apr_uint32_t *new_value);</div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno">  366</span> </div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#ga1d1b9478138b907eb9c10576cb1653ff">  374</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#ga1d1b9478138b907eb9c10576cb1653ff">apr_memcache_version</a>(<a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> *ms,</div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno">  375</span>                                               apr_pool_t *p,</div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno">  376</span>                                               <span class="keywordtype">char</span> **baton);</div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno">  377</span> </div>
<div class="foldopen" id="foldopen00378" data-start="{" data-end="};">
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html">  378</a></span><span class="keyword">typedef</span> <span class="keyword">struct</span></div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno">  379</span>{</div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a5fa17a72064c6b5ae0624f5945fceea7">  381</a></span>    <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code hl_variable" href="structapr__memcache__stats__t.html#a5fa17a72064c6b5ae0624f5945fceea7">version</a>;</div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a8ed498f4a6cbfb55312b8b67ce2689d3">  383</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a8ed498f4a6cbfb55312b8b67ce2689d3">pid</a>;</div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#aec6db8440a51aabfbfaf2130ec5a78bb">  385</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#aec6db8440a51aabfbfaf2130ec5a78bb">uptime</a>;</div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#adc02da0e6bfc619cd7eaebfae94404ff">  387</a></span>    apr_time_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#adc02da0e6bfc619cd7eaebfae94404ff">time</a>;</div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a01bd7ed7ba82b7a7bf03f9de468fcc2e">  389</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a01bd7ed7ba82b7a7bf03f9de468fcc2e">pointer_size</a>;</div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a4e43e96550407edd29e81ba59706c5b5">  391</a></span>    apr_time_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a4e43e96550407edd29e81ba59706c5b5">rusage_user</a>;</div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a2eff9899b9cb4ee704fae93af4c5bf76">  393</a></span>    apr_time_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a2eff9899b9cb4ee704fae93af4c5bf76">rusage_system</a>;</div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#abe0f28297441a55d30a6c7c8e0faaea3">  395</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#abe0f28297441a55d30a6c7c8e0faaea3">curr_items</a>;</div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a298fd199bee38cd658d54f6099e9fb58">  397</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a298fd199bee38cd658d54f6099e9fb58">total_items</a>;</div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a327ed9d43d6df23337101eda379a7870">  399</a></span>    apr_uint64_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a327ed9d43d6df23337101eda379a7870">bytes</a>;</div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a1db1876674d978f4f70ae465a060bfc2">  401</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a1db1876674d978f4f70ae465a060bfc2">curr_connections</a>;</div>
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a47413a65552fa02fcc8adb74b3d0b8c0">  403</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a47413a65552fa02fcc8adb74b3d0b8c0">total_connections</a>;</div>
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#ac155c7a510e94b3cd43aea90a05e3cd3">  405</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#ac155c7a510e94b3cd43aea90a05e3cd3">connection_structures</a>;</div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#abd9b0fa7bf554436883c8b6a2a89c2a8">  407</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#abd9b0fa7bf554436883c8b6a2a89c2a8">cmd_get</a>;</div>
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a4930557b41d879b1b4767862c1693f95">  409</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a4930557b41d879b1b4767862c1693f95">cmd_set</a>;</div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a6d3b60bc77c024259a2e9dfb1e35bfd7">  411</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a6d3b60bc77c024259a2e9dfb1e35bfd7">get_hits</a>;</div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#affaa2901db1db585fca3cfa77fcb0230">  413</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#affaa2901db1db585fca3cfa77fcb0230">get_misses</a>;</div>
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#ad430486ea11c0e5f7b70c9c2b95a216c">  416</a></span>    apr_uint64_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#ad430486ea11c0e5f7b70c9c2b95a216c">evictions</a>;</div>
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#acf5d7892543403de8a48e9276d94b5af">  418</a></span>    apr_uint64_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#acf5d7892543403de8a48e9276d94b5af">bytes_read</a>;</div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a05f5b9a19c330460fe66b79746989094">  420</a></span>    apr_uint64_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a05f5b9a19c330460fe66b79746989094">bytes_written</a>;</div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#afbfa184ab0898d4a897a629c935783b8">  422</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#afbfa184ab0898d4a897a629c935783b8">limit_maxbytes</a>;</div>
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"><a class="line" href="structapr__memcache__stats__t.html#a4e2a4875902e032a56de9ac58315f372">  424</a></span>    apr_uint32_t <a class="code hl_variable" href="structapr__memcache__stats__t.html#a4e2a4875902e032a56de9ac58315f372">threads</a>; </div>
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno">  425</span>} <a class="code hl_struct" href="structapr__memcache__stats__t.html">apr_memcache_stats_t</a>;</div>
</div>
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno">  426</span> </div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"><a class="line" href="group___a_p_r___util___m_c.html#gad81ba4ef97f7dd64e37a0fbb09677859">  433</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___m_c.html#gad81ba4ef97f7dd64e37a0fbb09677859">apr_memcache_stats</a>(<a class="code hl_struct" href="structapr__memcache__server__t.html">apr_memcache_server_t</a> *ms, </div>
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno">  434</span>                                             apr_pool_t *p,</div>
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno">  435</span>                                             <a class="code hl_struct" href="structapr__memcache__stats__t.html">apr_memcache_stats_t</a> **stats);</div>
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno">  436</span> </div>
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno">  437</span> </div>
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno">  440</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno">  441</span>}</div>
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno">  442</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno">  443</span> </div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno">  444</span><span class="preprocessor">#endif </span><span class="comment">/* APR_MEMCACHE_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="aapr__buckets_8h_html"><div class="ttname"><a href="apr__buckets_8h.html">apr_buckets.h</a></div><div class="ttdoc">APR-UTIL Buckets/Bucket Brigades.</div></div>
<div class="ttc" id="aapr__reslist_8h_html"><div class="ttname"><a href="apr__reslist_8h.html">apr_reslist.h</a></div><div class="ttdoc">APR-UTIL Resource List Routines.</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga0f7b9fdb5d7a0a1feb5642d7778e268d"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga0f7b9fdb5d7a0a1feb5642d7778e268d">apr_memcache_replace</a></div><div class="ttdeci">apr_status_t apr_memcache_replace(apr_memcache_t *mc, const char *key, char *baton, const apr_size_t data_size, apr_uint32_t timeout, apr_uint16_t flags)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga103ab58d59ca8e4668d31631ee0d3222"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga103ab58d59ca8e4668d31631ee0d3222">apr_memcache_hash_crc32</a></div><div class="ttdeci">apr_uint32_t apr_memcache_hash_crc32(void *baton, const char *data, const apr_size_t data_len)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga18ddd72bc1ab5edb0a08a8f26f193bd3"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga18ddd72bc1ab5edb0a08a8f26f193bd3">apr_memcache_server_create</a></div><div class="ttdeci">apr_status_t apr_memcache_server_create(apr_pool_t *p, const char *host, apr_port_t port, apr_uint32_t min, apr_uint32_t smax, apr_uint32_t max, apr_uint32_t ttl, apr_memcache_server_t **ns)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga1d1b9478138b907eb9c10576cb1653ff"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga1d1b9478138b907eb9c10576cb1653ff">apr_memcache_version</a></div><div class="ttdeci">apr_status_t apr_memcache_version(apr_memcache_server_t *ms, apr_pool_t *p, char **baton)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga2cfc95fe963f2d4190996153a2ddb748"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga2cfc95fe963f2d4190996153a2ddb748">apr_memcache_incr</a></div><div class="ttdeci">apr_status_t apr_memcache_incr(apr_memcache_t *mc, const char *key, apr_int32_t n, apr_uint32_t *nv)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga3b18c7c3f0ecabb930b78aa549c2e2e8"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga3b18c7c3f0ecabb930b78aa549c2e2e8">apr_memcache_server_status_t</a></div><div class="ttdeci">apr_memcache_server_status_t</div><div class="ttdef"><b>Definition</b> apr_memcache.h:50</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga3c150706f243bf2b9cd89152d416ee56"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga3c150706f243bf2b9cd89152d416ee56">apr_memcache_add</a></div><div class="ttdeci">apr_status_t apr_memcache_add(apr_memcache_t *mc, const char *key, char *baton, const apr_size_t data_size, apr_uint32_t timeout, apr_uint16_t flags)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga4a5beadb98954331896e95c35324b0fc"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga4a5beadb98954331896e95c35324b0fc">apr_memcache_multgetp</a></div><div class="ttdeci">apr_status_t apr_memcache_multgetp(apr_memcache_t *mc, apr_pool_t *temp_pool, apr_pool_t *data_pool, apr_hash_t *values)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga5954caa2ee6a61b3d789b0c8c5c9150d"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga5954caa2ee6a61b3d789b0c8c5c9150d">apr_memcache_find_server</a></div><div class="ttdeci">apr_memcache_server_t * apr_memcache_find_server(apr_memcache_t *mc, const char *host, apr_port_t port)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga5a510d8ac3f5bf12cf2da1a445f4854b"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga5a510d8ac3f5bf12cf2da1a445f4854b">apr_memcache_create</a></div><div class="ttdeci">apr_status_t apr_memcache_create(apr_pool_t *p, apr_uint16_t max_servers, apr_uint32_t flags, apr_memcache_t **mc)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga5e25930720471ea2eefb4c229ba2ea78"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga5e25930720471ea2eefb4c229ba2ea78">apr_memcache_find_server_hash</a></div><div class="ttdeci">apr_memcache_server_t * apr_memcache_find_server_hash(apr_memcache_t *mc, const apr_uint32_t hash)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga6e2fa2e270332d2cdb44abf775f8022e"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga6e2fa2e270332d2cdb44abf775f8022e">apr_memcache_hash_default</a></div><div class="ttdeci">apr_uint32_t apr_memcache_hash_default(void *baton, const char *data, const apr_size_t data_len)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga945a83f7f56800b18243ec5933c16593"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga945a83f7f56800b18243ec5933c16593">apr_memcache_hash</a></div><div class="ttdeci">apr_uint32_t apr_memcache_hash(apr_memcache_t *mc, const char *data, const apr_size_t data_len)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga97d2c5be42ef773ba82fd8293b219ece"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga97d2c5be42ef773ba82fd8293b219ece">apr_memcache_delete</a></div><div class="ttdeci">apr_status_t apr_memcache_delete(apr_memcache_t *mc, const char *key, apr_uint32_t timeout)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_ga9d6381d9d9f8f83f4fa5450cc8066590"><div class="ttname"><a href="group___a_p_r___util___m_c.html#ga9d6381d9d9f8f83f4fa5450cc8066590">apr_memcache_add_server</a></div><div class="ttdeci">apr_status_t apr_memcache_add_server(apr_memcache_t *mc, apr_memcache_server_t *server)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gaa5bbe2c60302a689773d6a70da8f99fb"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gaa5bbe2c60302a689773d6a70da8f99fb">apr_memcache_set</a></div><div class="ttdeci">apr_status_t apr_memcache_set(apr_memcache_t *mc, const char *key, char *baton, const apr_size_t data_size, apr_uint32_t timeout, apr_uint16_t flags)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gac41597ff979e7a181da459398196196f"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gac41597ff979e7a181da459398196196f">apr_memcache_getp</a></div><div class="ttdeci">apr_status_t apr_memcache_getp(apr_memcache_t *mc, apr_pool_t *p, const char *key, char **baton, apr_size_t *len, apr_uint16_t *flags)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gac4fabf6e3b3efb959eca48f473b73825"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gac4fabf6e3b3efb959eca48f473b73825">apr_memcache_conn_t</a></div><div class="ttdeci">struct apr_memcache_conn_t apr_memcache_conn_t</div><div class="ttdef"><b>Definition</b> apr_memcache.h:56</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gac94d47eedb9baebe823b2e5eeed54157"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gac94d47eedb9baebe823b2e5eeed54157">apr_memcache_add_multget_key</a></div><div class="ttdeci">void apr_memcache_add_multget_key(apr_pool_t *data_pool, const char *key, apr_hash_t **values)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gacf93837a1fd4c3d230644098f3043a39"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gacf93837a1fd4c3d230644098f3043a39">apr_memcache_decr</a></div><div class="ttdeci">apr_status_t apr_memcache_decr(apr_memcache_t *mc, const char *key, apr_int32_t n, apr_uint32_t *new_value)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gad81ba4ef97f7dd64e37a0fbb09677859"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gad81ba4ef97f7dd64e37a0fbb09677859">apr_memcache_stats</a></div><div class="ttdeci">apr_status_t apr_memcache_stats(apr_memcache_server_t *ms, apr_pool_t *p, apr_memcache_stats_t **stats)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gae8a982e8794a08a78264ec3a966797fc"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gae8a982e8794a08a78264ec3a966797fc">apr_memcache_disable_server</a></div><div class="ttdeci">apr_status_t apr_memcache_disable_server(apr_memcache_t *mc, apr_memcache_server_t *ms)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gafe4824659cbe261409b57a48d85c34e3"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gafe4824659cbe261409b57a48d85c34e3">apr_memcache_enable_server</a></div><div class="ttdeci">apr_status_t apr_memcache_enable_server(apr_memcache_t *mc, apr_memcache_server_t *ms)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gafe5a3d9e8d1abe4d320a88f05c03bdba"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gafe5a3d9e8d1abe4d320a88f05c03bdba">apr_memcache_find_server_hash_default</a></div><div class="ttdeci">apr_memcache_server_t * apr_memcache_find_server_hash_default(void *baton, apr_memcache_t *mc, const apr_uint32_t hash)</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gga3b18c7c3f0ecabb930b78aa549c2e2e8a211c8d3d7a4a187b5c8f936a6929d007"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gga3b18c7c3f0ecabb930b78aa549c2e2e8a211c8d3d7a4a187b5c8f936a6929d007">APR_MC_SERVER_LIVE</a></div><div class="ttdeci">@ APR_MC_SERVER_LIVE</div><div class="ttdef"><b>Definition</b> apr_memcache.h:51</div></div>
<div class="ttc" id="agroup___a_p_r___util___m_c_html_gga3b18c7c3f0ecabb930b78aa549c2e2e8a6dffa918006f926e0fdf0074f4bdac28"><div class="ttname"><a href="group___a_p_r___util___m_c.html#gga3b18c7c3f0ecabb930b78aa549c2e2e8a6dffa918006f926e0fdf0074f4bdac28">APR_MC_SERVER_DEAD</a></div><div class="ttdeci">@ APR_MC_SERVER_DEAD</div><div class="ttdef"><b>Definition</b> apr_memcache.h:52</div></div>
<div class="ttc" id="agroup___a_p_r___util___r_l_html_ga670f6719dfeffe1037e063eaab7b82ac"><div class="ttname"><a href="group___a_p_r___util___r_l.html#ga670f6719dfeffe1037e063eaab7b82ac">apr_reslist_t</a></div><div class="ttdeci">struct apr_reslist_t apr_reslist_t</div><div class="ttdef"><b>Definition</b> apr_reslist.h:42</div></div>
<div class="ttc" id="astructapr__memcache__server__t_html"><div class="ttname"><a href="structapr__memcache__server__t.html">apr_memcache_server_t</a></div><div class="ttdef"><b>Definition</b> apr_memcache.h:61</div></div>
<div class="ttc" id="astructapr__memcache__server__t_html_a3f0cbe5cde09d28791f8a8950258b305"><div class="ttname"><a href="structapr__memcache__server__t.html#a3f0cbe5cde09d28791f8a8950258b305">apr_memcache_server_t::host</a></div><div class="ttdeci">const char * host</div><div class="ttdef"><b>Definition</b> apr_memcache.h:62</div></div>
<div class="ttc" id="astructapr__memcache__server__t_html_a49f27525b9dd7de3dfb15dba3b86bd05"><div class="ttname"><a href="structapr__memcache__server__t.html#a49f27525b9dd7de3dfb15dba3b86bd05">apr_memcache_server_t::conns</a></div><div class="ttdeci">apr_reslist_t * conns</div><div class="ttdef"><b>Definition</b> apr_memcache.h:66</div></div>
<div class="ttc" id="astructapr__memcache__server__t_html_a641c9cd95499a998ba2717ec5f03b174"><div class="ttname"><a href="structapr__memcache__server__t.html#a641c9cd95499a998ba2717ec5f03b174">apr_memcache_server_t::status</a></div><div class="ttdeci">apr_memcache_server_status_t status</div><div class="ttdef"><b>Definition</b> apr_memcache.h:64</div></div>
<div class="ttc" id="astructapr__memcache__server__t_html_aab472a87e5f0abe993e565a8e3a72490"><div class="ttname"><a href="structapr__memcache__server__t.html#aab472a87e5f0abe993e565a8e3a72490">apr_memcache_server_t::lock</a></div><div class="ttdeci">apr_thread_mutex_t * lock</div><div class="ttdef"><b>Definition</b> apr_memcache.h:72</div></div>
<div class="ttc" id="astructapr__memcache__server__t_html_aade2ee234b229b6711a80fe2a3de853b"><div class="ttname"><a href="structapr__memcache__server__t.html#aade2ee234b229b6711a80fe2a3de853b">apr_memcache_server_t::port</a></div><div class="ttdeci">apr_port_t port</div><div class="ttdef"><b>Definition</b> apr_memcache.h:63</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html"><div class="ttname"><a href="structapr__memcache__stats__t.html">apr_memcache_stats_t</a></div><div class="ttdef"><b>Definition</b> apr_memcache.h:379</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a01bd7ed7ba82b7a7bf03f9de468fcc2e"><div class="ttname"><a href="structapr__memcache__stats__t.html#a01bd7ed7ba82b7a7bf03f9de468fcc2e">apr_memcache_stats_t::pointer_size</a></div><div class="ttdeci">apr_uint32_t pointer_size</div><div class="ttdef"><b>Definition</b> apr_memcache.h:389</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a05f5b9a19c330460fe66b79746989094"><div class="ttname"><a href="structapr__memcache__stats__t.html#a05f5b9a19c330460fe66b79746989094">apr_memcache_stats_t::bytes_written</a></div><div class="ttdeci">apr_uint64_t bytes_written</div><div class="ttdef"><b>Definition</b> apr_memcache.h:420</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a1db1876674d978f4f70ae465a060bfc2"><div class="ttname"><a href="structapr__memcache__stats__t.html#a1db1876674d978f4f70ae465a060bfc2">apr_memcache_stats_t::curr_connections</a></div><div class="ttdeci">apr_uint32_t curr_connections</div><div class="ttdef"><b>Definition</b> apr_memcache.h:401</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a298fd199bee38cd658d54f6099e9fb58"><div class="ttname"><a href="structapr__memcache__stats__t.html#a298fd199bee38cd658d54f6099e9fb58">apr_memcache_stats_t::total_items</a></div><div class="ttdeci">apr_uint32_t total_items</div><div class="ttdef"><b>Definition</b> apr_memcache.h:397</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a2eff9899b9cb4ee704fae93af4c5bf76"><div class="ttname"><a href="structapr__memcache__stats__t.html#a2eff9899b9cb4ee704fae93af4c5bf76">apr_memcache_stats_t::rusage_system</a></div><div class="ttdeci">apr_time_t rusage_system</div><div class="ttdef"><b>Definition</b> apr_memcache.h:393</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a327ed9d43d6df23337101eda379a7870"><div class="ttname"><a href="structapr__memcache__stats__t.html#a327ed9d43d6df23337101eda379a7870">apr_memcache_stats_t::bytes</a></div><div class="ttdeci">apr_uint64_t bytes</div><div class="ttdef"><b>Definition</b> apr_memcache.h:399</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a47413a65552fa02fcc8adb74b3d0b8c0"><div class="ttname"><a href="structapr__memcache__stats__t.html#a47413a65552fa02fcc8adb74b3d0b8c0">apr_memcache_stats_t::total_connections</a></div><div class="ttdeci">apr_uint32_t total_connections</div><div class="ttdef"><b>Definition</b> apr_memcache.h:403</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a4930557b41d879b1b4767862c1693f95"><div class="ttname"><a href="structapr__memcache__stats__t.html#a4930557b41d879b1b4767862c1693f95">apr_memcache_stats_t::cmd_set</a></div><div class="ttdeci">apr_uint32_t cmd_set</div><div class="ttdef"><b>Definition</b> apr_memcache.h:409</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a4e2a4875902e032a56de9ac58315f372"><div class="ttname"><a href="structapr__memcache__stats__t.html#a4e2a4875902e032a56de9ac58315f372">apr_memcache_stats_t::threads</a></div><div class="ttdeci">apr_uint32_t threads</div><div class="ttdef"><b>Definition</b> apr_memcache.h:424</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a4e43e96550407edd29e81ba59706c5b5"><div class="ttname"><a href="structapr__memcache__stats__t.html#a4e43e96550407edd29e81ba59706c5b5">apr_memcache_stats_t::rusage_user</a></div><div class="ttdeci">apr_time_t rusage_user</div><div class="ttdef"><b>Definition</b> apr_memcache.h:391</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a5fa17a72064c6b5ae0624f5945fceea7"><div class="ttname"><a href="structapr__memcache__stats__t.html#a5fa17a72064c6b5ae0624f5945fceea7">apr_memcache_stats_t::version</a></div><div class="ttdeci">const char * version</div><div class="ttdef"><b>Definition</b> apr_memcache.h:381</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a6d3b60bc77c024259a2e9dfb1e35bfd7"><div class="ttname"><a href="structapr__memcache__stats__t.html#a6d3b60bc77c024259a2e9dfb1e35bfd7">apr_memcache_stats_t::get_hits</a></div><div class="ttdeci">apr_uint32_t get_hits</div><div class="ttdef"><b>Definition</b> apr_memcache.h:411</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_a8ed498f4a6cbfb55312b8b67ce2689d3"><div class="ttname"><a href="structapr__memcache__stats__t.html#a8ed498f4a6cbfb55312b8b67ce2689d3">apr_memcache_stats_t::pid</a></div><div class="ttdeci">apr_uint32_t pid</div><div class="ttdef"><b>Definition</b> apr_memcache.h:383</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_abd9b0fa7bf554436883c8b6a2a89c2a8"><div class="ttname"><a href="structapr__memcache__stats__t.html#abd9b0fa7bf554436883c8b6a2a89c2a8">apr_memcache_stats_t::cmd_get</a></div><div class="ttdeci">apr_uint32_t cmd_get</div><div class="ttdef"><b>Definition</b> apr_memcache.h:407</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_abe0f28297441a55d30a6c7c8e0faaea3"><div class="ttname"><a href="structapr__memcache__stats__t.html#abe0f28297441a55d30a6c7c8e0faaea3">apr_memcache_stats_t::curr_items</a></div><div class="ttdeci">apr_uint32_t curr_items</div><div class="ttdef"><b>Definition</b> apr_memcache.h:395</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_ac155c7a510e94b3cd43aea90a05e3cd3"><div class="ttname"><a href="structapr__memcache__stats__t.html#ac155c7a510e94b3cd43aea90a05e3cd3">apr_memcache_stats_t::connection_structures</a></div><div class="ttdeci">apr_uint32_t connection_structures</div><div class="ttdef"><b>Definition</b> apr_memcache.h:405</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_acf5d7892543403de8a48e9276d94b5af"><div class="ttname"><a href="structapr__memcache__stats__t.html#acf5d7892543403de8a48e9276d94b5af">apr_memcache_stats_t::bytes_read</a></div><div class="ttdeci">apr_uint64_t bytes_read</div><div class="ttdef"><b>Definition</b> apr_memcache.h:418</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_ad430486ea11c0e5f7b70c9c2b95a216c"><div class="ttname"><a href="structapr__memcache__stats__t.html#ad430486ea11c0e5f7b70c9c2b95a216c">apr_memcache_stats_t::evictions</a></div><div class="ttdeci">apr_uint64_t evictions</div><div class="ttdef"><b>Definition</b> apr_memcache.h:416</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_adc02da0e6bfc619cd7eaebfae94404ff"><div class="ttname"><a href="structapr__memcache__stats__t.html#adc02da0e6bfc619cd7eaebfae94404ff">apr_memcache_stats_t::time</a></div><div class="ttdeci">apr_time_t time</div><div class="ttdef"><b>Definition</b> apr_memcache.h:387</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_aec6db8440a51aabfbfaf2130ec5a78bb"><div class="ttname"><a href="structapr__memcache__stats__t.html#aec6db8440a51aabfbfaf2130ec5a78bb">apr_memcache_stats_t::uptime</a></div><div class="ttdeci">apr_uint32_t uptime</div><div class="ttdef"><b>Definition</b> apr_memcache.h:385</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_afbfa184ab0898d4a897a629c935783b8"><div class="ttname"><a href="structapr__memcache__stats__t.html#afbfa184ab0898d4a897a629c935783b8">apr_memcache_stats_t::limit_maxbytes</a></div><div class="ttdeci">apr_uint32_t limit_maxbytes</div><div class="ttdef"><b>Definition</b> apr_memcache.h:422</div></div>
<div class="ttc" id="astructapr__memcache__stats__t_html_affaa2901db1db585fca3cfa77fcb0230"><div class="ttname"><a href="structapr__memcache__stats__t.html#affaa2901db1db585fca3cfa77fcb0230">apr_memcache_stats_t::get_misses</a></div><div class="ttdeci">apr_uint32_t get_misses</div><div class="ttdef"><b>Definition</b> apr_memcache.h:413</div></div>
<div class="ttc" id="astructapr__memcache__t_html"><div class="ttname"><a href="structapr__memcache__t.html">apr_memcache_t</a></div><div class="ttdef"><b>Definition</b> apr_memcache.h:99</div></div>
<div class="ttc" id="astructapr__memcache__t_html_a26614ee9cfdc014d7e5ea46df253193a"><div class="ttname"><a href="structapr__memcache__t.html#a26614ee9cfdc014d7e5ea46df253193a">apr_memcache_t::hash_baton</a></div><div class="ttdeci">void * hash_baton</div><div class="ttdef"><b>Definition</b> apr_memcache.h:105</div></div>
<div class="ttc" id="astructapr__memcache__t_html_a85f916183d0aae6aaa88251edc7a1f81"><div class="ttname"><a href="structapr__memcache__t.html#a85f916183d0aae6aaa88251edc7a1f81">apr_memcache_t::live_servers</a></div><div class="ttdeci">apr_memcache_server_t ** live_servers</div><div class="ttdef"><b>Definition</b> apr_memcache.h:103</div></div>
<div class="ttc" id="astructapr__memcache__t_html_a94e1353d23d4d02a18a9f0ca0e90005d"><div class="ttname"><a href="structapr__memcache__t.html#a94e1353d23d4d02a18a9f0ca0e90005d">apr_memcache_t::ntotal</a></div><div class="ttdeci">apr_uint16_t ntotal</div><div class="ttdef"><b>Definition</b> apr_memcache.h:102</div></div>
<div class="ttc" id="astructapr__memcache__t_html_a95d15cfa5b291700cd9a697687eeac73"><div class="ttname"><a href="structapr__memcache__t.html#a95d15cfa5b291700cd9a697687eeac73">apr_memcache_t::nalloc</a></div><div class="ttdeci">apr_uint16_t nalloc</div><div class="ttdef"><b>Definition</b> apr_memcache.h:101</div></div>
<div class="ttc" id="astructapr__memcache__t_html_aeb0639bc75fd5bc7561ab88f671f75d3"><div class="ttname"><a href="structapr__memcache__t.html#aeb0639bc75fd5bc7561ab88f671f75d3">apr_memcache_t::flags</a></div><div class="ttdeci">apr_uint32_t flags</div><div class="ttdef"><b>Definition</b> apr_memcache.h:100</div></div>
<div class="ttc" id="astructapr__memcache__value__t_html"><div class="ttname"><a href="structapr__memcache__value__t.html">apr_memcache_value_t</a></div><div class="ttdef"><b>Definition</b> apr_memcache.h:113</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>

Zerion Mini Shell 1.0