Home
last modified time | relevance | path

Searched refs:redis_nodeset_status_t (Results 1 – 2 of 2) sorted by relevance

/dports/www/nginx-full/nchan-1.2.12/src/store/redis/
H A Dredis_nodeset.h94 } redis_nodeset_status_t; typedef
120 redis_nodeset_status_t status;
244 ngx_int_t nodeset_set_status(redis_nodeset_t *nodeset, redis_nodeset_status_t status, const char *m…
H A Dredis_nodeset.c1698 static int nodeset_status_timer_interval(redis_nodeset_status_t status) { in nodeset_status_timer_interval()
1844 ngx_int_t nodeset_set_status(redis_nodeset_t *nodeset, redis_nodeset_status_t status, const char *m… in nodeset_set_status()
1914 redis_nodeset_status_t current_status = nodeset->status; in nodeset_examine()