|
Apache HTTPD
|
Client interface for memcached. More...
#include "apr.h"#include "apr_pools.h"#include "apr_time.h"#include "apr_strings.h"#include "apr_network_io.h"#include "apr_ring.h"#include "apr_buckets.h"#include "apr_reslist.h"#include "apr_hash.h"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 |
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 | |
| Computes SipHash-2-4, producing a 64bit (APR_SIPHASH_DSIZE) hash from a message and a 128bit (APR_SIPHASH_KSIZE) secret key, into a possibly unaligned buffer (using the little endian representation as defined by the authors for interoperabilty) usable as a MAC. | |
Client interface for memcached.
Definition in file apr_memcache.h.