Home
last modified time | relevance | path

Searched refs:apr_redis_stats (Results 1 – 4 of 4) sorted by relevance

/dports/devel/apr1/apr-util-1.6.1/include/
H A Dapr_redis.h449 APU_DECLARE(apr_status_t) apr_redis_stats(apr_redis_server_t *rs,
/dports/www/apache24/httpd-2.4.53/modules/cache/
H A Dmod_socache_redis.c316 rv = apr_redis_stats(rs, r->pool, &stats); in socache_rd_status()
/dports/devel/apr1/apr-util-1.6.1/test/
H A Dtestredis.c265 rv = apr_redis_stats(server, p, &stats); in test_redis_meta()
/dports/devel/apr1/apr-util-1.6.1/redis/
H A Dapr_redis.c1488 apr_redis_stats(apr_redis_server_t *rs, in apr_redis_stats() function