Home
last modified time | relevance | path

Searched defs:apr_memcache_t (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/apr-util/include/
HDapr_memcache.h86 typedef struct apr_memcache_t apr_memcache_t; typedef
98 struct apr_memcache_t struct
100 apr_uint32_t flags; /**< Flags, Not currently used */
101 apr_uint16_t nalloc; /**< Number of Servers Allocated */
102 apr_uint16_t ntotal; /**< Number of Servers Added */
103 apr_memcache_server_t **live_servers; /**< Array of Servers */
104 apr_pool_t *p; /** Pool to use for allocations */
105 void *hash_baton;
129 APU_DECLARE(apr_uint32_t) apr_memcache_hash(apr_memcache_t *mc, argument