Home
last modified time | relevance | path

Searched refs:memcached_behavior_set_distribution_hash (Results 1 – 9 of 9) sorted by relevance

/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcached-1.0/
H A Dbehavior.h63 memcached_return_t memcached_behavior_set_distribution_hash(memcached_st *ptr, memcached_hash_t typ…
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached-1.0/
H A Dbehavior.h63 memcached_return_t memcached_behavior_set_distribution_hash(memcached_st *ptr, memcached_hash_t typ…
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcached/
H A Dbehavior.cc196 (void)memcached_behavior_set_distribution_hash(ptr, MEMCACHED_HASH_MD5); in memcached_behavior_set()
207 return memcached_behavior_set_distribution_hash(ptr, (memcached_hash_t)(data)); in memcached_behavior_set()
601 memcached_return_t memcached_behavior_set_distribution_hash(memcached_st *shell, memcached_hash_t t… in memcached_behavior_set_distribution_hash() function
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached/
H A Dbehavior.cc196 (void)memcached_behavior_set_distribution_hash(ptr, MEMCACHED_HASH_MD5); in memcached_behavior_set()
207 return memcached_behavior_set_distribution_hash(ptr, (memcached_hash_t)(data)); in memcached_behavior_set()
601 memcached_return_t memcached_behavior_set_distribution_hash(memcached_st *shell, memcached_hash_t t… in memcached_behavior_set_distribution_hash() function
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcached/csl/
H A Dparser.yy325 …if ((context->rc= memcached_behavior_set_distribution_hash(context->memc, $4)) != MEMCACHED_SUCCES…
H A Dparser.cc1750 …if ((context->rc= memcached_behavior_set_distribution_hash(context->memc, (yyvsp[(4) - (4)].hash))…
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached/csl/
H A Dparser.yy325 …if ((context->rc= memcached_behavior_set_distribution_hash(context->memc, $4)) != MEMCACHED_SUCCES…
H A Dparser.cc1750 …if ((context->rc= memcached_behavior_set_distribution_hash(context->memc, (yyvsp[(4) - (4)].hash))…
/dports/databases/pecl-memcached/php-memcached-058e9f5/
H A Dphp_memcached.c3052 (void)memcached_behavior_set_distribution_hash(intern->memc, MEMCACHED_HASH_DEFAULT); in php_memc_set_option()