X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fhashkit_value.rst;h=c31848700ce76c2338265c8e04f27893c7e1479a;hb=6e9731947eace4be83d553a242a44b36b3adcf22;hp=ec5d71b6d0b0ea780745567e5280bd07e4821601;hpb=bce46b3c69ca3e63fde071337750a0e3ef13848b;p=m6w6%2Flibmemcached diff --git a/docs/hashkit_value.rst b/docs/hashkit_value.rst index ec5d71b6..c3184870 100644 --- a/docs/hashkit_value.rst +++ b/docs/hashkit_value.rst @@ -1,30 +1,28 @@ -.. highlight:: perl - - +============= 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, @@ -32,9 +30,9 @@ SYNOPSIS -*********** +----------- DESCRIPTION -*********** +----------- The hashkit_value() function generates a 32-bit hash value from the @@ -43,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)