update docs
[m6w6/libmemcached] / libhashkit / hashkit_value.html
1
2
3 <!DOCTYPE html>
4 <html class="writer-html5" lang="en" >
5 <head>
6 <meta charset="utf-8">
7
8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
10 <title>Generate hash value &mdash; libmemcached 1.0.99 documentation</title>
11
12
13
14 <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
15 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
16
17
18
19
20
21
22
23 <!--[if lt IE 9]>
24 <script src="../_static/js/html5shiv.min.js"></script>
25 <![endif]-->
26
27
28 <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
29 <script src="../_static/jquery.js"></script>
30 <script src="../_static/underscore.js"></script>
31 <script src="../_static/doctools.js"></script>
32 <script src="../_static/language_data.js"></script>
33
34 <script type="text/javascript" src="../_static/js/theme.js"></script>
35
36
37 <link rel="index" title="Index" href="../genindex.html" />
38 <link rel="search" title="Search" href="../search.html" />
39 <link rel="copyright" title="Copyright" href="../copyright.html" />
40 <link rel="next" title="Client Applications" href="../bin/index.html" />
41 <link rel="prev" title="Available Hashes" href="hashkit_functions.html" />
42 </head>
43
44 <body class="wy-body-for-nav">
45
46
47 <div class="wy-grid-for-nav">
48
49 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
50 <div class="wy-side-scroll">
51 <div class="wy-side-nav-search" >
52
53
54
55 <a href="../index.html" class="icon icon-home" alt="Documentation Home"> libmemcached
56
57
58
59 </a>
60
61
62
63
64 <div class="version">
65 1.0
66 </div>
67
68
69
70
71 <div role="search">
72 <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
73 <input type="text" name="q" placeholder="Search docs" />
74 <input type="hidden" name="check_keywords" value="yes" />
75 <input type="hidden" name="area" value="default" />
76 </form>
77 </div>
78
79
80 </div>
81
82
83 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
84
85
86
87
88
89
90 <p class="caption"><span class="caption-text">libmemcached</span></p>
91 <ul>
92 <li class="toctree-l1"><a class="reference internal" href="../libmemcached.html">Introduction</a></li>
93 <li class="toctree-l1"><a class="reference internal" href="../libmemcached/index.html">libmemcached API</a></li>
94 <li class="toctree-l1"><a class="reference internal" href="../libmemcached/index_misc.html">Misc</a></li>
95 </ul>
96 <p class="caption"><span class="caption-text">libmemcachedutil</span></p>
97 <ul>
98 <li class="toctree-l1"><a class="reference internal" href="../libmemcachedutil.html">Introduction</a></li>
99 <li class="toctree-l1"><a class="reference internal" href="../libmemcachedutil/index.html">libmemcachedutil API</a></li>
100 </ul>
101 <p class="caption"><span class="caption-text">libhashkit</span></p>
102 <ul class="current">
103 <li class="toctree-l1"><a class="reference internal" href="../libhashkit.html">Introduction</a></li>
104 <li class="toctree-l1 current"><a class="reference internal" href="index.html">libhashkit API</a><ul class="current">
105 <li class="toctree-l2"><a class="reference internal" href="hashkit_create.html">Creating a hashkit structure</a></li>
106 <li class="toctree-l2"><a class="reference internal" href="hashkit_function.html">Set Hash Function</a></li>
107 <li class="toctree-l2"><a class="reference internal" href="hashkit_functions.html">Available Hashes</a></li>
108 <li class="toctree-l2 current"><a class="current reference internal" href="#">Generate hash value</a></li>
109 </ul>
110 </li>
111 </ul>
112 <p class="caption"><span class="caption-text">Client Applications</span></p>
113 <ul>
114 <li class="toctree-l1"><a class="reference internal" href="../bin/index.html">Client Applications</a></li>
115 </ul>
116 <p class="caption"><span class="caption-text">Copyright</span></p>
117 <ul>
118 <li class="toctree-l1"><a class="reference internal" href="../copyright.html">Copyright</a></li>
119 </ul>
120
121
122
123 </div>
124
125 </div>
126 </nav>
127
128 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
129
130
131 <nav class="wy-nav-top" aria-label="top navigation">
132
133 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
134 <a href="../index.html">libmemcached</a>
135
136 </nav>
137
138
139 <div class="wy-nav-content">
140
141 <div class="rst-content">
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159 <div role="navigation" aria-label="breadcrumbs navigation">
160
161 <ul class="wy-breadcrumbs">
162
163 <li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
164
165 <li><a href="index.html">libhashkit API</a> &raquo;</li>
166
167 <li>Generate hash value</li>
168
169
170 <li class="wy-breadcrumbs-aside">
171
172
173
174 </li>
175
176 </ul>
177
178
179 <hr/>
180 </div>
181 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
182 <div itemprop="articleBody">
183
184 <div class="section" id="generate-hash-value">
185 <h1>Generate hash value<a class="headerlink" href="#generate-hash-value" title="Permalink to this headline"></a></h1>
186 <div class="section" id="synopsis">
187 <h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline"></a></h2>
188 <dl class="simple">
189 <dt>#include &lt;libhashkit-1.0/hashkit.h&gt;</dt><dd><p>Compile and link with -lhashkit</p>
190 </dd>
191 </dl>
192 <dl class="cpp function">
193 <dt id="_CPPv413hashkit_valueP10hashkit_stPKc6size_t">
194 <span id="_CPPv313hashkit_valueP10hashkit_stPKc6size_t"></span><span id="_CPPv213hashkit_valueP10hashkit_stPKc6size_t"></span><span id="hashkit_value__hashkit_stP.cCP.s"></span>uint32_t <code class="sig-name descname">hashkit_value</code><span class="sig-paren">(</span><a class="reference internal" href="hashkit_create.html#_CPPv410hashkit_st" title="hashkit_st">hashkit_st</a> *<em>hash</em>, <em class="property">const</em> char *<em>key</em>, size_t <em>key_length</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv413hashkit_valueP10hashkit_stPKc6size_t" title="Permalink to this definition"></a><br /></dt>
195 <dd><dl class="field-list simple">
196 <dt class="field-odd">Parameters</dt>
197 <dd class="field-odd"><ul class="simple">
198 <li><p><strong>hash</strong> -- pointer to an initialized <a class="reference internal" href="hashkit_create.html#_CPPv410hashkit_st" title="hashkit_st"><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">hashkit_st</span></code></a> struct</p></li>
199 <li><p><strong>key</strong> -- the key to genereate a hash of</p></li>
200 <li><p><strong>key_length</strong> -- the length of the <a class="reference internal" href="#_CPPv413hashkit_valueP10hashkit_stPKc6size_t" title="hashkit_value::key"><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">key</span></code></a> without any terminating zero byte</p></li>
201 </ul>
202 </dd>
203 </dl>
204 </dd></dl>
205
206 </div>
207 <div class="section" id="description">
208 <h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
209 <p>The <a class="reference internal" href="#_CPPv413hashkit_valueP10hashkit_stPKc6size_t" title="hashkit_value"><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">hashkit_value()</span></code></a> function generates a 32-bit hash value from the given key
210 and key_length. The hash argument is an initialized hashkit object, and
211 distribution type and hash function is used from this object while generating
212 the value.</p>
213 </div>
214 <div class="section" id="return-value">
215 <h2>RETURN VALUE<a class="headerlink" href="#return-value" title="Permalink to this headline"></a></h2>
216 <p>A 32-bit hash value.</p>
217 </div>
218 <div class="section" id="see-also">
219 <h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline"></a></h2>
220 <ul class="simple">
221 <li><p><a class="reference internal" href="../libhashkit.html"><span class="doc">libhashkit - C/C++ hashing library</span></a></p></li>
222 <li><p><a class="reference internal" href="hashkit_create.html"><span class="doc">Creating a hashkit structure</span></a></p></li>
223 <li><p><a class="reference internal" href="hashkit_function.html"><span class="doc">Set Hash Function</span></a></p></li>
224 <li><p><a class="reference internal" href="hashkit_functions.html"><span class="doc">Available Hashes</span></a></p></li>
225 </ul>
226 </div>
227 </div>
228
229
230 </div>
231
232 </div>
233 <footer>
234
235 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
236
237 <a href="../bin/index.html" class="btn btn-neutral float-right" title="Client Applications" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
238
239
240 <a href="hashkit_functions.html" class="btn btn-neutral float-left" title="Available Hashes" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
241
242 </div>
243
244
245 <hr/>
246
247 <div role="contentinfo">
248 <p>
249
250
251 &copy; <a href="../copyright.html">Copyright</a>
252
253 </p>
254 </div>
255
256
257
258 Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
259
260 <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
261
262 provided by <a href="https://readthedocs.org">Read the Docs</a>.
263
264 </footer>
265
266 </div>
267 </div>
268
269 </section>
270
271 </div>
272
273
274 <script type="text/javascript">
275 jQuery(function () {
276 SphinxRtdTheme.Navigation.enable(true);
277 });
278 </script>
279
280
281
282
283
284
285 </body>
286 </html>