4 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
9 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
11 <title>Set Hash Function
— libmemcached
1.1.0 documentation
</title>
20 <script type=
"text/javascript" src=
"../_static/js/modernizr.min.js"></script>
23 <script type=
"text/javascript" id=
"documentation_options" data-url_root=
"../" src=
"../_static/documentation_options.js"></script>
24 <script type=
"text/javascript" src=
"../_static/jquery.js"></script>
25 <script type=
"text/javascript" src=
"../_static/underscore.js"></script>
26 <script type=
"text/javascript" src=
"../_static/doctools.js"></script>
27 <script type=
"text/javascript" src=
"../_static/language_data.js"></script>
29 <script type=
"text/javascript" src=
"../_static/js/theme.js"></script>
34 <link rel=
"stylesheet" href=
"../_static/css/theme.css" type=
"text/css" />
35 <link rel=
"stylesheet" href=
"../_static/pygments.css" type=
"text/css" />
36 <link rel=
"index" title=
"Index" href=
"../genindex.html" />
37 <link rel=
"search" title=
"Search" href=
"../search.html" />
38 <link rel=
"copyright" title=
"Copyright" href=
"../copyright.html" />
39 <link rel=
"next" title=
"Available Hashes" href=
"hashkit_functions.html" />
40 <link rel=
"prev" title=
"Creating a hashkit structure" href=
"hashkit_create.html" />
43 <body class=
"wy-body-for-nav">
46 <div class=
"wy-grid-for-nav">
48 <nav data-toggle=
"wy-nav-shift" class=
"wy-nav-side">
49 <div class=
"wy-side-scroll">
50 <div class=
"wy-side-nav-search" >
54 <a href=
"../index.html" class=
"icon icon-home"> libmemcached
71 <form id=
"rtd-search-form" class=
"wy-form" action=
"../search.html" method=
"get">
72 <input type=
"text" name=
"q" placeholder=
"Search docs" />
73 <input type=
"hidden" name=
"check_keywords" value=
"yes" />
74 <input type=
"hidden" name=
"area" value=
"default" />
81 <div class=
"wy-menu wy-menu-vertical" data-spy=
"affix" role=
"navigation" aria-label=
"main navigation">
89 <li class=
"toctree-l1"><a class=
"reference internal" href=
"../libmemcached.html">Introduction
</a></li>
90 <li class=
"toctree-l1"><a class=
"reference internal" href=
"../libmemcached/index.html">libmemcached API
</a></li>
91 <li class=
"toctree-l1"><a class=
"reference internal" href=
"../libmemcachedutil/index.html">libmemcachedutil API
</a></li>
92 <li class=
"toctree-l1 current"><a class=
"reference internal" href=
"index.html">libhashkit API
</a><ul class=
"current">
93 <li class=
"toctree-l2"><a class=
"reference internal" href=
"hashkit_create.html">Creating a hashkit structure
</a></li>
94 <li class=
"toctree-l2 current"><a class=
"current reference internal" href=
"#">Set Hash Function
</a></li>
95 <li class=
"toctree-l2"><a class=
"reference internal" href=
"hashkit_functions.html">Available Hashes
</a></li>
96 <li class=
"toctree-l2"><a class=
"reference internal" href=
"hashkit_value.html">Generate hash value
</a></li>
99 <li class=
"toctree-l1"><a class=
"reference internal" href=
"../bin/index.html">Client Applications
</a></li>
100 <li class=
"toctree-l1"><a class=
"reference internal" href=
"../libmemcached/index_misc.html">Miscellaneous
</a></li>
103 <li class=
"toctree-l1"><a class=
"reference internal" href=
"../changelogs.html">Change Logs
</a></li>
104 <li class=
"toctree-l1"><a class=
"reference internal" href=
"../copyright.html">Copyright
</a></li>
113 <section data-toggle=
"wy-nav-shift" class=
"wy-nav-content-wrap">
116 <nav class=
"wy-nav-top" aria-label=
"top navigation">
118 <i data-toggle=
"wy-nav-top" class=
"fa fa-bars"></i>
119 <a href=
"../index.html">libmemcached
</a>
124 <div class=
"wy-nav-content">
126 <div class=
"rst-content">
144 <div role=
"navigation" aria-label=
"breadcrumbs navigation">
146 <ul class=
"wy-breadcrumbs">
148 <li><a href=
"../index.html">Docs
</a> »</li>
150 <li><a href=
"index.html">libhashkit - C/C++ hashing library
</a> »</li>
152 <li>Set Hash Function
</li>
155 <li class=
"wy-breadcrumbs-aside">
159 <a href=
"https://github.com/m6w6/libmemcached/blob/v1.x/docs/source/libhashkit/hashkit_function.rst" class=
"fa fa-github"> Edit on GitHub
</a>
170 <div role=
"main" class=
"document" itemscope=
"itemscope" itemtype=
"http://schema.org/Article">
171 <div itemprop=
"articleBody">
173 <div class=
"section" id=
"set-hash-function">
174 <h1>Set Hash Function
<a class=
"headerlink" href=
"#set-hash-function" title=
"Permalink to this headline">¶
</a></h1>
175 <div class=
"section" id=
"synopsis">
176 <h2>SYNOPSIS
<a class=
"headerlink" href=
"#synopsis" title=
"Permalink to this headline">¶
</a></h2>
177 <dl class=
"docutils">
178 <dt>#include
<libhashkit-
<a href=
"#id1"><span class=
"problematic" id=
"id2">|libhashkit_version|
</span></a>/hashkit.h
></dt>
179 <dd>Compile and link with -lhashkit
</dd>
182 <dt id=
"_CPPv415hashkit_hash_fn">
183 <span id=
"_CPPv315hashkit_hash_fn"></span><span id=
"_CPPv215hashkit_hash_fn"></span><span id=
"hashkit_hash_fn"></span><em class=
"property">typedef
</em>uint32_t (*
<code class=
"descname">hashkit_hash_fn
</code>)
<span class=
"sig-paren">(
</span><em class=
"property">const
</em> char *key, size_t key_length, void *context
<span class=
"sig-paren">)
</span><a class=
"headerlink" href=
"#_CPPv415hashkit_hash_fn" title=
"Permalink to this definition">¶
</a><br /></dt>
184 <dd><table class=
"docutils field-list" frame=
"void" rules=
"none">
185 <col class=
"field-name" />
186 <col class=
"field-body" />
188 <tr class=
"field-odd field"><th class=
"field-name">Parameters:
</th><td class=
"field-body"><ul class=
"first simple">
189 <li><strong>key
</strong> -- the key to generate a hash of
</li>
190 <li><strong>key_length
</strong> -- the length of the
<code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">key
</span></code> without any terminating zero byte
</li>
191 <li><strong>context
</strong> -- the custom hash function context set through
<a class=
"reference internal" href=
"#_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv" title=
"hashkit_set_custom_function"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_set_custom_function()
</span></code></a> or
<a class=
"reference internal" href=
"#_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv" title=
"hashkit_set_custom_distribution_function"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_set_custom_distribution_function()
</span></code></a></li>
195 <tr class=
"field-even field"><th class=
"field-name">Returns:
</th><td class=
"field-body"><p class=
"first last">the custom hash function should return a hash value for
<code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">key
</span></code> as an unsigned
32bit integer
</p>
203 <dt id=
"c.hashkit_return_t">
204 enum
<a class=
"reference internal" href=
"#c.hashkit_return_t" title=
"hashkit_return_t">hashkit_return_t
</a> <code class=
"descname">hashkit_return_t
</code><a class=
"headerlink" href=
"#c.hashkit_return_t" title=
"Permalink to this definition">¶
</a></dt>
208 <dt id=
"_CPPv416hashkit_return_t">
209 <span id=
"_CPPv316hashkit_return_t"></span><span id=
"_CPPv216hashkit_return_t"></span><em class=
"property">enum
</em><code class=
"descname">hashkit_return_t
</code><a class=
"headerlink" href=
"#_CPPv416hashkit_return_t" title=
"Permalink to this definition">¶
</a><br /></dt>
210 <dd><dl class=
"enumerator">
211 <dt id=
"_CPPv4N16hashkit_return_t15HASHKIT_SUCCESSE">
212 <span id=
"_CPPv3N16hashkit_return_t15HASHKIT_SUCCESSE"></span><span id=
"_CPPv2N16hashkit_return_t15HASHKIT_SUCCESSE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_SUCCESS
</code><a class=
"headerlink" href=
"#_CPPv4N16hashkit_return_t15HASHKIT_SUCCESSE" title=
"Permalink to this definition">¶
</a><br /></dt>
213 <dd><p>Operation succeeded.
</p>
216 <dl class=
"enumerator">
217 <dt id=
"_CPPv4N16hashkit_return_t15HASHKIT_FAILUREE">
218 <span id=
"_CPPv3N16hashkit_return_t15HASHKIT_FAILUREE"></span><span id=
"_CPPv2N16hashkit_return_t15HASHKIT_FAILUREE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_FAILURE
</code><a class=
"headerlink" href=
"#_CPPv4N16hashkit_return_t15HASHKIT_FAILUREE" title=
"Permalink to this definition">¶
</a><br /></dt>
219 <dd><p>Operation failed.
</p>
222 <dl class=
"enumerator">
223 <dt id=
"_CPPv4N16hashkit_return_t33HASHKIT_MEMORY_ALLOCATION_FAILUREE">
224 <span id=
"_CPPv3N16hashkit_return_t33HASHKIT_MEMORY_ALLOCATION_FAILUREE"></span><span id=
"_CPPv2N16hashkit_return_t33HASHKIT_MEMORY_ALLOCATION_FAILUREE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_MEMORY_ALLOCATION_FAILURE
</code><a class=
"headerlink" href=
"#_CPPv4N16hashkit_return_t33HASHKIT_MEMORY_ALLOCATION_FAILUREE" title=
"Permalink to this definition">¶
</a><br /></dt>
225 <dd><p>Memory allocation failed.
</p>
228 <dl class=
"enumerator">
229 <dt id=
"_CPPv4N16hashkit_return_t20HASHKIT_INVALID_HASHE">
230 <span id=
"_CPPv3N16hashkit_return_t20HASHKIT_INVALID_HASHE"></span><span id=
"_CPPv2N16hashkit_return_t20HASHKIT_INVALID_HASHE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_INVALID_HASH
</code><a class=
"headerlink" href=
"#_CPPv4N16hashkit_return_t20HASHKIT_INVALID_HASHE" title=
"Permalink to this definition">¶
</a><br /></dt>
231 <dd><p>Invalid
<a class=
"reference internal" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_hash_algorithm_t
</span></code></a> passed.
</p>
234 <dl class=
"enumerator">
235 <dt id=
"_CPPv4N16hashkit_return_t24HASHKIT_INVALID_ARGUMENTE">
236 <span id=
"_CPPv3N16hashkit_return_t24HASHKIT_INVALID_ARGUMENTE"></span><span id=
"_CPPv2N16hashkit_return_t24HASHKIT_INVALID_ARGUMENTE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_INVALID_ARGUMENT
</code><a class=
"headerlink" href=
"#_CPPv4N16hashkit_return_t24HASHKIT_INVALID_ARGUMENTE" title=
"Permalink to this definition">¶
</a><br /></dt>
237 <dd><p>Invalid argument passed.
</p>
243 <dt id=
"c.hashkit_hash_algorithm_t">
244 enum
<a class=
"reference internal" href=
"#c.hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t">hashkit_hash_algorithm_t
</a> <code class=
"descname">hashkit_hash_algorithm_t
</code><a class=
"headerlink" href=
"#c.hashkit_hash_algorithm_t" title=
"Permalink to this definition">¶
</a></dt>
248 <dt id=
"_CPPv424hashkit_hash_algorithm_t">
249 <span id=
"_CPPv324hashkit_hash_algorithm_t"></span><span id=
"_CPPv224hashkit_hash_algorithm_t"></span><em class=
"property">enum
</em><code class=
"descname">hashkit_hash_algorithm_t
</code><a class=
"headerlink" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"Permalink to this definition">¶
</a><br /></dt>
250 <dd><dl class=
"enumerator">
251 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_DEFAULTE">
252 <span id=
"_CPPv3N24hashkit_hash_algorithm_t20HASHKIT_HASH_DEFAULTE"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t20HASHKIT_HASH_DEFAULTE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_DEFAULT
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_DEFAULTE" title=
"Permalink to this definition">¶
</a><br /></dt>
253 <dd><p>Default hash algorithm (one_at_a_time).
</p>
256 <dl class=
"enumerator">
257 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_MD5E">
258 <span id=
"_CPPv3N24hashkit_hash_algorithm_t16HASHKIT_HASH_MD5E"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t16HASHKIT_HASH_MD5E"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_MD5
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_MD5E" title=
"Permalink to this definition">¶
</a><br /></dt>
261 <dl class=
"enumerator">
262 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_CRCE">
263 <span id=
"_CPPv3N24hashkit_hash_algorithm_t16HASHKIT_HASH_CRCE"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t16HASHKIT_HASH_CRCE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_CRC
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_CRCE" title=
"Permalink to this definition">¶
</a><br /></dt>
266 <dl class=
"enumerator">
267 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_64E">
268 <span id=
"_CPPv3N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_64E"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_64E"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_FNV1_64
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_64E" title=
"Permalink to this definition">¶
</a><br /></dt>
271 <dl class=
"enumerator">
272 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_64E">
273 <span id=
"_CPPv3N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_64E"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_64E"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_FNV1A_64
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_64E" title=
"Permalink to this definition">¶
</a><br /></dt>
276 <dl class=
"enumerator">
277 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_32E">
278 <span id=
"_CPPv3N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_32E"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_32E"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_FNV1_32
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_32E" title=
"Permalink to this definition">¶
</a><br /></dt>
281 <dl class=
"enumerator">
282 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_32E">
283 <span id=
"_CPPv3N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_32E"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_32E"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_FNV1A_32
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_32E" title=
"Permalink to this definition">¶
</a><br /></dt>
286 <dl class=
"enumerator">
287 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t18HASHKIT_HASH_HSIEHE">
288 <span id=
"_CPPv3N24hashkit_hash_algorithm_t18HASHKIT_HASH_HSIEHE"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t18HASHKIT_HASH_HSIEHE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_HSIEH
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t18HASHKIT_HASH_HSIEHE" title=
"Permalink to this definition">¶
</a><br /></dt>
289 <dd><p>Only available if
<code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">libhashkit
</span></code> hash been built with HSIEH support.
</p>
292 <dl class=
"enumerator">
293 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_MURMURE">
294 <span id=
"_CPPv3N24hashkit_hash_algorithm_t19HASHKIT_HASH_MURMURE"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t19HASHKIT_HASH_MURMURE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_MURMUR
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_MURMURE" title=
"Permalink to this definition">¶
</a><br /></dt>
295 <dd><p>Only available if
<code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">libhashkit
</span></code> has been built with MURMUR support.
</p>
298 <dl class=
"enumerator">
299 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_MURMUR3E">
300 <span id=
"_CPPv3N24hashkit_hash_algorithm_t20HASHKIT_HASH_MURMUR3E"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t20HASHKIT_HASH_MURMUR3E"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_MURMUR3
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_MURMUR3E" title=
"Permalink to this definition">¶
</a><br /></dt>
301 <dd><p>Only available if
<code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">libhashkit
</span></code> has been built with MURMUR support.
</p>
304 <dl class=
"enumerator">
305 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_JENKINSE">
306 <span id=
"_CPPv3N24hashkit_hash_algorithm_t20HASHKIT_HASH_JENKINSE"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t20HASHKIT_HASH_JENKINSE"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_JENKINS
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_JENKINSE" title=
"Permalink to this definition">¶
</a><br /></dt>
309 <dl class=
"enumerator">
310 <dt id=
"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME">
311 <span id=
"_CPPv3N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME"></span><span id=
"_CPPv2N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME"></span><em class=
"property">enumerator
</em><code class=
"descname">HASHKIT_HASH_CUSTOM
</code><a class=
"headerlink" href=
"#_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME" title=
"Permalink to this definition">¶
</a><br /></dt>
312 <dd><p>Use custom
<a class=
"reference internal" href=
"#_CPPv415hashkit_hash_fn" title=
"hashkit_hash_fn"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_hash_fn
</span></code></a> function set through
<a class=
"reference internal" href=
"#_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv" title=
"hashkit_set_custom_function"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_set_custom_function()
</span></code></a> or
<a class=
"reference internal" href=
"#_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv" title=
"hashkit_set_custom_distribution_function"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_set_custom_distribution_function()
</span></code></a>.
</p>
317 <dl class=
"function">
318 <dt id=
"_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t">
319 <span id=
"_CPPv320hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t"></span><span id=
"_CPPv220hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t"></span><span id=
"hashkit_set_function__hashkit_stP.hashkit_hash_algorithm_t"></span><a class=
"reference internal" href=
"#_CPPv416hashkit_return_t" title=
"hashkit_return_t">hashkit_return_t
</a> <code class=
"descname">hashkit_set_function
</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>,
<a class=
"reference internal" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t">hashkit_hash_algorithm_t
</a> <em>hash_algorithm
</em><span class=
"sig-paren">)
</span><a class=
"headerlink" href=
"#_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t" title=
"Permalink to this definition">¶
</a><br /></dt>
320 <dd><table class=
"docutils field-list" frame=
"void" rules=
"none">
321 <col class=
"field-name" />
322 <col class=
"field-body" />
324 <tr class=
"field-odd field"><th class=
"field-name">Parameters:
</th><td class=
"field-body"><ul class=
"first simple">
325 <li><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
</li>
326 <li><strong>hash_algorithm
</strong> -- valid
<a class=
"reference internal" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_hash_algorithm_t
</span></code></a> constant
</li>
330 <tr class=
"field-even field"><th class=
"field-name">Returns:
</th><td class=
"field-body"><p class=
"first last"><a class=
"reference internal" href=
"#_CPPv416hashkit_return_t" title=
"hashkit_return_t"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_return_t
</span></code></a> indicating success or failure
</p>
337 <dl class=
"function">
338 <dt id=
"_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv">
339 <span id=
"_CPPv327hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"></span><span id=
"_CPPv227hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"></span><span id=
"hashkit_set_custom_function__hashkit_stP.hashkit_hash_fn.voidP"></span><a class=
"reference internal" href=
"#_CPPv416hashkit_return_t" title=
"hashkit_return_t">hashkit_return_t
</a> <code class=
"descname">hashkit_set_custom_function
</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>,
<a class=
"reference internal" href=
"#_CPPv415hashkit_hash_fn" title=
"hashkit_hash_fn">hashkit_hash_fn
</a> <em>function
</em>, void *
<em>context
</em><span class=
"sig-paren">)
</span><a class=
"headerlink" href=
"#_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv" title=
"Permalink to this definition">¶
</a><br /></dt>
340 <dd><table class=
"docutils field-list" frame=
"void" rules=
"none">
341 <col class=
"field-name" />
342 <col class=
"field-body" />
344 <tr class=
"field-odd field"><th class=
"field-name">Parameters:
</th><td class=
"field-body"><ul class=
"first simple">
345 <li><strong>hash
</strong> -- pointer to 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
</li>
346 <li><strong>function
</strong> --
<a class=
"reference internal" href=
"#_CPPv415hashkit_hash_fn" title=
"hashkit_hash_fn"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_hash_fn
</span></code></a> function pointer to use as hash function for
<a class=
"reference internal" href=
"#_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME" title=
"HASHKIT_HASH_CUSTOM"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">HASHKIT_HASH_CUSTOM
</span></code></a></li>
347 <li><strong>context
</strong> -- pointer to an opaque user managed context for the custom hash function
</li>
351 <tr class=
"field-even field"><th class=
"field-name">Returns:
</th><td class=
"field-body"><p class=
"first last"><a class=
"reference internal" href=
"#_CPPv416hashkit_return_t" title=
"hashkit_return_t"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_return_t
</span></code></a> indicating success or failure
</p>
358 <dl class=
"function">
359 <dt id=
"_CPPv420hashkit_get_functionPK10hashkit_st">
360 <span id=
"_CPPv320hashkit_get_functionPK10hashkit_st"></span><span id=
"_CPPv220hashkit_get_functionPK10hashkit_st"></span><span id=
"hashkit_get_function__hashkit_stCP"></span><a class=
"reference internal" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t">hashkit_hash_algorithm_t
</a> <code class=
"descname">hashkit_get_function
</code><span class=
"sig-paren">(
</span><em class=
"property">const
</em> <a class=
"reference internal" href=
"hashkit_create.html#_CPPv410hashkit_st" title=
"hashkit_st">hashkit_st
</a> *
<em>hash
</em><span class=
"sig-paren">)
</span><a class=
"headerlink" href=
"#_CPPv420hashkit_get_functionPK10hashkit_st" title=
"Permalink to this definition">¶
</a><br /></dt>
361 <dd><table class=
"docutils field-list" frame=
"void" rules=
"none">
362 <col class=
"field-name" />
363 <col class=
"field-body" />
365 <tr class=
"field-odd field"><th class=
"field-name">Parameters:
</th><td class=
"field-body"><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
</td>
367 <tr class=
"field-even field"><th class=
"field-name">Returns:
</th><td class=
"field-body"><a class=
"reference internal" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_hash_algorithm_t
</span></code></a> indicating the currently set hash algorithm to use
</td>
373 <dl class=
"function">
374 <dt id=
"_CPPv433hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t">
375 <span id=
"_CPPv333hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t"></span><span id=
"_CPPv233hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t"></span><span id=
"hashkit_set_distribution_function__hashkit_stP.hashkit_hash_algorithm_t"></span><a class=
"reference internal" href=
"#_CPPv416hashkit_return_t" title=
"hashkit_return_t">hashkit_return_t
</a> <code class=
"descname">hashkit_set_distribution_function
</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>,
<a class=
"reference internal" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t">hashkit_hash_algorithm_t
</a> <em>hash_algorithm
</em><span class=
"sig-paren">)
</span><a class=
"headerlink" href=
"#_CPPv433hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t" title=
"Permalink to this definition">¶
</a><br /></dt>
376 <dd><table class=
"docutils field-list" frame=
"void" rules=
"none">
377 <col class=
"field-name" />
378 <col class=
"field-body" />
380 <tr class=
"field-odd field"><th class=
"field-name">Parameters:
</th><td class=
"field-body"><ul class=
"first simple">
381 <li><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
</li>
382 <li><strong>hash_algorithm
</strong> -- valid
<code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_hash_algrothm_t
</span></code> constant
</li>
386 <tr class=
"field-even field"><th class=
"field-name">Returns:
</th><td class=
"field-body"><p class=
"first last"><a class=
"reference internal" href=
"#_CPPv416hashkit_return_t" title=
"hashkit_return_t"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_return_t
</span></code></a> indicating success or failure
</p>
393 <dl class=
"function">
394 <dt id=
"_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv">
395 <span id=
"_CPPv340hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"></span><span id=
"_CPPv240hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"></span><span id=
"hashkit_set_custom_distribution_function__hashkit_stP.hashkit_hash_fn.voidP"></span><a class=
"reference internal" href=
"#_CPPv416hashkit_return_t" title=
"hashkit_return_t">hashkit_return_t
</a> <code class=
"descname">hashkit_set_custom_distribution_function
</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>,
<a class=
"reference internal" href=
"#_CPPv415hashkit_hash_fn" title=
"hashkit_hash_fn">hashkit_hash_fn
</a> <em>function
</em>, void *
<em>context
</em><span class=
"sig-paren">)
</span><a class=
"headerlink" href=
"#_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv" title=
"Permalink to this definition">¶
</a><br /></dt>
396 <dd><table class=
"docutils field-list" frame=
"void" rules=
"none">
397 <col class=
"field-name" />
398 <col class=
"field-body" />
400 <tr class=
"field-odd field"><th class=
"field-name">Parameters:
</th><td class=
"field-body"><ul class=
"first last simple">
401 <li><strong>hash
</strong> -- pointer to 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
</li>
402 <li><strong>function
</strong> --
<a class=
"reference internal" href=
"#_CPPv415hashkit_hash_fn" title=
"hashkit_hash_fn"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_hash_fn
</span></code></a> function pointer to use as distribution hash function for
<a class=
"reference internal" href=
"#_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME" title=
"HASHKIT_HASH_CUSTOM"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">HASHKIT_HASH_CUSTOM
</span></code></a></li>
403 <li><strong>context
</strong> -- pointer to an opaque user managed context for the custom distribution hash function
</li>
411 <dl class=
"function">
412 <dt id=
"_CPPv433hashkit_get_distribution_functionPK10hashkit_st">
413 <span id=
"_CPPv333hashkit_get_distribution_functionPK10hashkit_st"></span><span id=
"_CPPv233hashkit_get_distribution_functionPK10hashkit_st"></span><span id=
"hashkit_get_distribution_function__hashkit_stCP"></span><a class=
"reference internal" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t">hashkit_hash_algorithm_t
</a> <code class=
"descname">hashkit_get_distribution_function
</code><span class=
"sig-paren">(
</span><em class=
"property">const
</em> <a class=
"reference internal" href=
"hashkit_create.html#_CPPv410hashkit_st" title=
"hashkit_st">hashkit_st
</a> *
<em>hash
</em><span class=
"sig-paren">)
</span><a class=
"headerlink" href=
"#_CPPv433hashkit_get_distribution_functionPK10hashkit_st" title=
"Permalink to this definition">¶
</a><br /></dt>
414 <dd><table class=
"docutils field-list" frame=
"void" rules=
"none">
415 <col class=
"field-name" />
416 <col class=
"field-body" />
418 <tr class=
"field-odd field"><th class=
"field-name">Parameters:
</th><td class=
"field-body"><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
</td>
420 <tr class=
"field-even field"><th class=
"field-name">Returns:
</th><td class=
"field-body"><a class=
"reference internal" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_hash_algorithm_t
</span></code></a> indicating the currently set distribution hash algorithm to use
</td>
427 <div class=
"section" id=
"description">
428 <h2>DESCRIPTION
<a class=
"headerlink" href=
"#description" title=
"Permalink to this headline">¶
</a></h2>
429 <p>These functions are used to set and retrieve the key and distribution hash functions.
</p>
431 <div class=
"section" id=
"return-value">
432 <h2>RETURN VALUE
<a class=
"headerlink" href=
"#return-value" title=
"Permalink to this headline">¶
</a></h2>
433 <p><a class=
"reference internal" href=
"#_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t" title=
"hashkit_set_function"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_set_function()
</span></code></a>,
<a class=
"reference internal" href=
"#_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv" title=
"hashkit_set_custom_function"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_set_custom_function()
</span></code></a> and the distribution
434 equivalents return
<a class=
"reference internal" href=
"#_CPPv4N16hashkit_return_t15HASHKIT_SUCCESSE" title=
"hashkit_return_t::HASHKIT_SUCCESS"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_return_t::HASHKIT_SUCCESS
</span></code></a> on success.
</p>
435 <p><a class=
"reference internal" href=
"#_CPPv420hashkit_get_functionPK10hashkit_st" title=
"hashkit_get_function"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_get_function()
</span></code></a> and
<a class=
"reference internal" href=
"#_CPPv433hashkit_get_distribution_functionPK10hashkit_st" title=
"hashkit_get_distribution_function"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_get_distribution_function()
</span></code></a> return
436 <a class=
"reference internal" href=
"#_CPPv424hashkit_hash_algorithm_t" title=
"hashkit_hash_algorithm_t"><code class=
"xref cpp cpp-any docutils literal notranslate"><span class=
"pre">hashkit_hash_algorithm_t
</span></code></a> indicating the hash function used.
</p>
438 <div class=
"section" id=
"see-also">
439 <h2>SEE ALSO
<a class=
"headerlink" href=
"#see-also" title=
"Permalink to this headline">¶
</a></h2>
441 <li><a class=
"reference internal" href=
"index.html"><span class=
"doc">libhashkit - C/C++ hashing library
</span></a></li>
442 <li><a class=
"reference internal" href=
"hashkit_create.html"><span class=
"doc">Creating a hashkit structure
</span></a></li>
443 <li><a class=
"reference internal" href=
"hashkit_functions.html"><span class=
"doc">Available Hashes
</span></a></li>
454 <div class=
"rst-footer-buttons" role=
"navigation" aria-label=
"footer navigation">
456 <a href=
"hashkit_functions.html" class=
"btn btn-neutral float-right" title=
"Available Hashes" accesskey=
"n" rel=
"next">Next
<span class=
"fa fa-arrow-circle-right"></span></a>
459 <a href=
"hashkit_create.html" class=
"btn btn-neutral float-left" title=
"Creating a hashkit structure" accesskey=
"p" rel=
"prev"><span class=
"fa fa-arrow-circle-left"></span> Previous
</a>
466 <div role=
"contentinfo">
468 © <a href=
"../copyright.html">Copyright
</a>
472 Built with
<a href=
"http://sphinx-doc.org/">Sphinx
</a> using a
<a href=
"https://github.com/rtfd/sphinx_rtd_theme">theme
</a> provided by
<a href=
"https://readthedocs.org">Read the Docs
</a>.
485 <script type=
"text/javascript">
487 SphinxRtdTheme.Navigation.enable(true);