1 .TH "HASHKIT_VALUE" "3" "April 14, 2011" "0.47" "libmemcached"
3 hashkit_value \- libhashkit Documentation
5 .nr rst2man-indent-level 0
9 level \\n[rst2man-indent-level]
10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
17 .\" .rstReportMargin pre:
19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
20 . nr rst2man-indent-level +1
21 .\" .rstReportMargin post:
25 .\" indent \\n[an-margin]
26 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
27 .nr rst2man-indent-level -1
28 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
29 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
31 .\" Man page generated from reStructeredText.
34 Generate a value for the given key
37 C Library for hashing algorithms (libmemcached, \-lhashkit)
42 #include <libmemcached/hashkit.h>
44 uint32_t hashkit_value(hashkit_st *hash,
51 The hashkit_value() function generates a 32\-bit hash value from the
52 given key and key_length. The hash argument is an initialized hashkit
53 object, and distribution type and hash function is used from this
54 object while generating the value.
60 To find out more information please check:
61 \fI\%http://libmemcached.org/\fP
64 hashkit_create(3) hashkit_set_distribution(3) hashkit_set_hash_fn(3)
68 2011, Brian Aker DataDifferential, http://datadifferential.com/
69 .\" Generated by docutils manpage writer.