X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fhashkit_value.rst;h=c31848700ce76c2338265c8e04f27893c7e1479a;hb=e668c212d13197abf5d8e2ddc7916057c94325b6;hp=5c34b157a02027f5892c9355a8959492f2fe7325;hpb=1eae35aca01e152e10113cd97b7571ebd6eb5bd9;p=m6w6%2Flibmemcached diff --git a/docs/hashkit_value.rst b/docs/hashkit_value.rst index 5c34b157..c3184870 100644 --- a/docs/hashkit_value.rst +++ b/docs/hashkit_value.rst @@ -1,31 +1,28 @@ -.. highlight:: perl +============= +hashkit_value +============= -**** -NAME -**** +Generate a value for the given key -hashkit_value - Generate a value for the given key - - -******* +------- LIBRARY -******* +------- -C Library for hashing algorithms (libhashkit, -lhashkit) +C Library for hashing algorithms (libmemcached, -lhashkit) -******** +-------- SYNOPSIS -******** +-------- .. code-block:: perl - #include + #include uint32_t hashkit_value(hashkit_st *hash, const char *key, @@ -33,9 +30,9 @@ SYNOPSIS -*********** +----------- DESCRIPTION -*********** +----------- The hashkit_value() function generates a 32-bit hash value from the @@ -44,34 +41,26 @@ object, and distribution type and hash function is used from this object while generating the value. -************ +------------ RETURN VALUE -************ +------------ A 32-bit hash value. -**** +---- HOME -**** +---- To find out more information please check: `https://launchpad.net/libmemcached `_ -****** -AUTHOR -****** - - -Brian Aker, - - -******** +-------- SEE ALSO -******** +-------- hashkit_create(3) hashkit_set_distribution(3) hashkit_set_hash_fn(3)