Home
last modified time | relevance | path

Searched refs:clusterDistList (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pecl-redis/redis-5.3.5/
H A Dcluster_library.h286 typedef struct clusterDistList { struct
289 } clusterDistList; argument
H A Dcluster_library.c346 clusterDistList *dl = *(clusterDistList**)p; in cluster_dist_free_ht()
377 static clusterDistList *cluster_dl_create() { in cluster_dl_create()
378 clusterDistList *dl; in cluster_dl_create()
380 dl = emalloc(sizeof(clusterDistList)); in cluster_dl_create()
389 static clusterKeyVal *cluster_dl_add_key(clusterDistList *dl, char *key, in cluster_dl_add_key()
418 clusterDistList *dl; in cluster_dist_add_key()
H A Dredis_cluster.c2057 clusterDistList *dl; in PHP_METHOD()