GME
13
|
Client interface for memcached. More...
Go to the source code of this file.
Classes | |
struct | apr_memcache_server_t |
struct | apr_memcache_t |
struct | apr_memcache_value_t |
struct | apr_memcache_stats_t |
Typedefs | |
typedef struct apr_memcache_conn_t | apr_memcache_conn_t |
typedef struct apr_memcache_server_t | apr_memcache_server_t |
typedef apr_uint32_t(* | apr_memcache_hash_func )(void *baton, const char *data, const apr_size_t data_len) |
typedef struct apr_memcache_t | apr_memcache_t |
typedef apr_memcache_server_t *(* | apr_memcache_server_func )(void *baton, apr_memcache_t *mc, const apr_uint32_t hash) |
Enumerations | |
enum | apr_memcache_server_status_t { APR_MC_SERVER_LIVE, APR_MC_SERVER_DEAD } |
Functions | |
APU_DECLARE (apr_uint32_t) apr_memcache_hash(apr_memcache_t *mc | |
APU_DECLARE (apr_memcache_server_t *) apr_memcache_find_server_hash(apr_memcache_t *mc | |
APU_DECLARE (apr_status_t) apr_memcache_add_server(apr_memcache_t *mc | |
APU_DECLARE (void) apr_memcache_add_multget_key(apr_pool_t *data_pool | |
Variables | |
const char * | data |
const char const apr_size_t | data_len |
const apr_uint32_t | hash |
apr_memcache_t * | mc |
apr_memcache_server_t * | server |
const char * | host |
const char apr_port_t | port |
apr_memcache_server_t * | ms |
const char apr_port_t apr_uint32_t | min |
const char apr_port_t apr_uint32_t apr_uint32_t | smax |
const char apr_port_t apr_uint32_t apr_uint32_t apr_uint32_t | max |
const char apr_port_t apr_uint32_t apr_uint32_t apr_uint32_t apr_uint32_t | ttl |
const char apr_port_t apr_uint32_t apr_uint32_t apr_uint32_t apr_uint32_t apr_memcache_server_t ** | ns |
apr_uint16_t | max_servers |
apr_uint16_t apr_uint32_t | flags |
apr_pool_t * | p |
apr_pool_t const char * | key |
apr_pool_t const char char ** | baton |
apr_pool_t const char char apr_size_t * | len |
const char apr_hash_t ** | values |
apr_pool_t * | temp_pool |
apr_pool_t apr_pool_t * | data_pool |
const char char const apr_size_t | data_size |
const char char const apr_size_t apr_uint32_t | timeout |
const char apr_int32_t | n |
const char apr_int32_t apr_uint32_t * | nv |
const char apr_int32_t apr_uint32_t * | new_value |
apr_pool_t apr_memcache_stats_t ** | stats |
Client interface for memcached.
Definition in file apr_memcache.h.