Searched refs:apr_redis_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_redis.h100 typedef struct apr_redis_t apr_redis_t; typedef in typeref:struct:apr_redis_t
116 apr_redis_t *rc,
120 struct apr_redis_t struct
141 APU_DECLARE(apr_uint32_t) apr_redis_hash(apr_redis_t *rc,
166 APU_DECLARE(apr_redis_server_t *) apr_redis_find_server_hash(apr_redis_t *rc,
173 apr_redis_t *rc,
184 APU_DECLARE(apr_status_t) apr_redis_add_server(apr_redis_t *rc,
195 APU_DECLARE(apr_redis_server_t *) apr_redis_find_server(apr_redis_t *rc,
204 APU_DECLARE(apr_status_t) apr_redis_enable_server(apr_redis_t *r
[all...]
/freebsd-13-stable/contrib/apr-util/redis/
H A Dapr_redis.c122 static apr_status_t make_server_dead(apr_redis_t *rc,
136 static apr_status_t make_server_live(apr_redis_t *rc,
143 APU_DECLARE(apr_status_t) apr_redis_add_server(apr_redis_t *rc,
158 apr_redis_find_server_hash(apr_redis_t *rc, const apr_uint32_t hash)
169 apr_redis_find_server_hash_default(void *baton, apr_redis_t *rc,
219 APU_DECLARE(apr_redis_server_t *) apr_redis_find_server(apr_redis_t *rc,
285 APU_DECLARE(apr_status_t) apr_redis_enable_server(apr_redis_t *rc,
297 APU_DECLARE(apr_status_t) apr_redis_disable_server(apr_redis_t *rc,
486 apr_redis_t **redis)
489 apr_redis_t *r
[all...]
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestredis.c90 apr_redis_t *mc,
135 apr_redis_t *redis;
201 apr_redis_t *redis;
247 apr_redis_t *redis;
302 apr_redis_t *redis;
357 apr_redis_t *redis;
413 apr_redis_t *redis;

Completed in 158 milliseconds