|
Apache HTTPD
|
Go to the source code of this file.
Classes | |
| struct | apr_memcache_conn_t |
| struct | cache_server_query_t |
Variables | |
| static const apr_uint32_t | crc32tab [256] |
| #define BUFFER_SIZE 512 |
Definition at line 22 of file apr_memcache.c.
| #define MC_ADD "add " |
Definition at line 49 of file apr_memcache.c.
Definition at line 50 of file apr_memcache.c.
| #define MC_DECR "decr " |
Definition at line 61 of file apr_memcache.c.
Definition at line 62 of file apr_memcache.c.
| #define MC_DELETE "delete " |
Definition at line 55 of file apr_memcache.c.
Definition at line 56 of file apr_memcache.c.
Definition at line 1628 of file apr_memcache.c.
| #define MC_EOL "\r\n" |
Definition at line 37 of file apr_memcache.c.
Definition at line 38 of file apr_memcache.c.
| #define MC_GET "get " |
Definition at line 43 of file apr_memcache.c.
Definition at line 44 of file apr_memcache.c.
| #define MC_INCR "incr " |
Definition at line 58 of file apr_memcache.c.
Definition at line 59 of file apr_memcache.c.
| #define MC_QUIT "quit" |
Definition at line 70 of file apr_memcache.c.
Definition at line 71 of file apr_memcache.c.
| #define MC_REPLACE "replace " |
Definition at line 52 of file apr_memcache.c.
| #define MC_REPLACE_LEN (sizeof(MC_REPLACE)-1) |
Definition at line 53 of file apr_memcache.c.
| #define MC_SET "set " |
Definition at line 46 of file apr_memcache.c.
Definition at line 47 of file apr_memcache.c.
I got tired of Typing. Meh.
TODO: Convert it to static tables to make it cooler.
Definition at line 1604 of file apr_memcache.c.
Definition at line 1623 of file apr_memcache.c.
Definition at line 1607 of file apr_memcache.c.
Definition at line 1619 of file apr_memcache.c.
Definition at line 1611 of file apr_memcache.c.
Definition at line 1615 of file apr_memcache.c.
| #define MC_STATS "stats" |
Definition at line 67 of file apr_memcache.c.
Definition at line 68 of file apr_memcache.c.
| #define MC_VERSION "version" |
Definition at line 64 of file apr_memcache.c.
| #define MC_VERSION_LEN (sizeof(MC_VERSION)-1) |
Definition at line 65 of file apr_memcache.c.
| #define MC_WS " " |
Definition at line 40 of file apr_memcache.c.
Definition at line 41 of file apr_memcache.c.
| #define MS_DELETED "DELETED" |
Definition at line 81 of file apr_memcache.c.
| #define MS_DELETED_LEN (sizeof(MS_DELETED)-1) |
Definition at line 82 of file apr_memcache.c.
| #define MS_END "END" |
Definition at line 99 of file apr_memcache.c.
Definition at line 100 of file apr_memcache.c.
| #define MS_ERROR "ERROR" |
Definition at line 90 of file apr_memcache.c.
Definition at line 91 of file apr_memcache.c.
| #define MS_NOT_FOUND "NOT_FOUND" |
Definition at line 84 of file apr_memcache.c.
| #define MS_NOT_FOUND_LEN (sizeof(MS_NOT_FOUND)-1) |
Definition at line 85 of file apr_memcache.c.
| #define MS_NOT_STORED "NOT_STORED" |
Definition at line 78 of file apr_memcache.c.
| #define MS_NOT_STORED_LEN (sizeof(MS_NOT_STORED)-1) |
Definition at line 79 of file apr_memcache.c.
| #define MS_STAT "STAT" |
Definition at line 96 of file apr_memcache.c.
Definition at line 97 of file apr_memcache.c.
| #define MS_STORED "STORED" |
Definition at line 75 of file apr_memcache.c.
Definition at line 76 of file apr_memcache.c.
| #define MS_VALUE "VALUE" |
Definition at line 87 of file apr_memcache.c.
Definition at line 88 of file apr_memcache.c.
| #define MS_VERSION "VERSION" |
Definition at line 93 of file apr_memcache.c.
| #define MS_VERSION_LEN (sizeof(MS_VERSION)-1) |
Definition at line 94 of file apr_memcache.c.
| #define MULT_GET_TIMEOUT 50000 |
Definition at line 110 of file apr_memcache.c.
Definition at line 1516 of file apr_memcache.c.
| #define STAT_bytes_LEN (sizeof(STAT_bytes)-1) |
Definition at line 1517 of file apr_memcache.c.
Definition at line 1543 of file apr_memcache.c.
| #define STAT_bytes_read_LEN (sizeof(STAT_bytes_read)-1) |
Definition at line 1544 of file apr_memcache.c.
Definition at line 1546 of file apr_memcache.c.
| #define STAT_bytes_written_LEN (sizeof(STAT_bytes_written)-1) |
Definition at line 1547 of file apr_memcache.c.
Definition at line 1528 of file apr_memcache.c.
| #define STAT_cmd_get_LEN (sizeof(STAT_cmd_get)-1) |
Definition at line 1529 of file apr_memcache.c.
Definition at line 1531 of file apr_memcache.c.
| #define STAT_cmd_set_LEN (sizeof(STAT_cmd_set)-1) |
Definition at line 1532 of file apr_memcache.c.
Definition at line 1525 of file apr_memcache.c.
| #define STAT_connection_structures_LEN (sizeof(STAT_connection_structures)-1) |
Definition at line 1526 of file apr_memcache.c.
Definition at line 1519 of file apr_memcache.c.
| #define STAT_curr_connections_LEN (sizeof(STAT_curr_connections)-1) |
Definition at line 1520 of file apr_memcache.c.
Definition at line 1510 of file apr_memcache.c.
| #define STAT_curr_items_LEN (sizeof(STAT_curr_items)-1) |
Definition at line 1511 of file apr_memcache.c.
Definition at line 1540 of file apr_memcache.c.
| #define STAT_evictions_LEN (sizeof(STAT_evictions)-1) |
Definition at line 1541 of file apr_memcache.c.
Definition at line 1534 of file apr_memcache.c.
| #define STAT_get_hits_LEN (sizeof(STAT_get_hits)-1) |
Definition at line 1535 of file apr_memcache.c.
Definition at line 1537 of file apr_memcache.c.
| #define STAT_get_misses_LEN (sizeof(STAT_get_misses)-1) |
Definition at line 1538 of file apr_memcache.c.
Definition at line 1549 of file apr_memcache.c.
| #define STAT_limit_maxbytes_LEN (sizeof(STAT_limit_maxbytes)-1) |
Definition at line 1550 of file apr_memcache.c.
Define all of the strings for stats
Definition at line 1489 of file apr_memcache.c.
Definition at line 1490 of file apr_memcache.c.
Definition at line 1501 of file apr_memcache.c.
| #define STAT_pointer_size_LEN (sizeof(STAT_pointer_size)-1) |
Definition at line 1502 of file apr_memcache.c.
Definition at line 1507 of file apr_memcache.c.
| #define STAT_rusage_system_LEN (sizeof(STAT_rusage_system)-1) |
Definition at line 1508 of file apr_memcache.c.
Definition at line 1504 of file apr_memcache.c.
| #define STAT_rusage_user_LEN (sizeof(STAT_rusage_user)-1) |
Definition at line 1505 of file apr_memcache.c.
Definition at line 1552 of file apr_memcache.c.
| #define STAT_threads_LEN (sizeof(STAT_threads)-1) |
Definition at line 1553 of file apr_memcache.c.
Definition at line 1495 of file apr_memcache.c.
Definition at line 1496 of file apr_memcache.c.
Definition at line 1522 of file apr_memcache.c.
| #define STAT_total_connections_LEN (sizeof(STAT_total_connections)-1) |
Definition at line 1523 of file apr_memcache.c.
Definition at line 1513 of file apr_memcache.c.
| #define STAT_total_items_LEN (sizeof(STAT_total_items)-1) |
Definition at line 1514 of file apr_memcache.c.
Definition at line 1492 of file apr_memcache.c.
| #define STAT_uptime_LEN (sizeof(STAT_uptime)-1) |
Definition at line 1493 of file apr_memcache.c.
Definition at line 1498 of file apr_memcache.c.
| #define STAT_version_LEN (sizeof(STAT_version)-1) |
Definition at line 1499 of file apr_memcache.c.
| apr_memcache_add | ( | apr_memcache_t * | mc, |
| const char * | key, | ||
| char * | data, | ||
| const apr_size_t | data_size, | ||
| apr_uint32_t | timeout, | ||
| apr_uint16_t | flags | ||
| ) |
Definition at line 701 of file apr_memcache.c.
| apr_memcache_add_multget_key | ( | apr_pool_t * | data_pool, |
| const char * | key, | ||
| apr_hash_t ** | values | ||
| ) |
Definition at line 1137 of file apr_memcache.c.
| apr_memcache_decr | ( | apr_memcache_t * | mc, |
| const char * | key, | ||
| apr_int32_t | inc, | ||
| apr_uint32_t * | new_value | ||
| ) |
Definition at line 1038 of file apr_memcache.c.
| apr_memcache_delete | ( | apr_memcache_t * | mc, |
| const char * | key, | ||
| apr_uint32_t | timeout | ||
| ) |
Definition at line 884 of file apr_memcache.c.
| apr_memcache_find_server_hash | ( | apr_memcache_t * | mc, |
| const apr_uint32_t | hash | ||
| ) |
Definition at line 149 of file apr_memcache.c.
| apr_memcache_find_server_hash_default | ( | void * | baton, |
| apr_memcache_t * | mc, | ||
| const apr_uint32_t | hash | ||
| ) |
Definition at line 160 of file apr_memcache.c.
| apr_memcache_getp | ( | apr_memcache_t * | mc, |
| apr_pool_t * | p, | ||
| const char * | key, | ||
| char ** | baton, | ||
| apr_size_t * | new_length, | ||
| apr_uint16_t * | flags_ | ||
| ) |
Definition at line 752 of file apr_memcache.c.
| apr_memcache_incr | ( | apr_memcache_t * | mc, |
| const char * | key, | ||
| apr_int32_t | inc, | ||
| apr_uint32_t * | new_value | ||
| ) |
Definition at line 1023 of file apr_memcache.c.
| apr_memcache_multgetp | ( | apr_memcache_t * | mc, |
| apr_pool_t * | temp_pool, | ||
| apr_pool_t * | data_pool, | ||
| apr_hash_t * | values | ||
| ) |
< Can read without blocking
Definition at line 1196 of file apr_memcache.c.
| apr_memcache_replace | ( | apr_memcache_t * | mc, |
| const char * | key, | ||
| char * | data, | ||
| const apr_size_t | data_size, | ||
| apr_uint32_t | timeout, | ||
| apr_uint16_t | flags | ||
| ) |
Definition at line 716 of file apr_memcache.c.
| apr_memcache_set | ( | apr_memcache_t * | mc, |
| const char * | key, | ||
| char * | data, | ||
| const apr_size_t | data_size, | ||
| apr_uint32_t | timeout, | ||
| apr_uint16_t | flags | ||
| ) |
Definition at line 686 of file apr_memcache.c.
| apr_memcache_stats | ( | apr_memcache_server_t * | ms, |
| apr_pool_t * | p, | ||
| apr_memcache_stats_t ** | stats | ||
| ) |
Definition at line 1662 of file apr_memcache.c.
| apr_memcache_version | ( | apr_memcache_server_t * | ms, |
| apr_pool_t * | p, | ||
| char ** | baton | ||
| ) |
Definition at line 1054 of file apr_memcache.c.
| APU_DECLARE | ( | apr_memcache_server_t * | ) |
Definition at line 210 of file apr_memcache.c.
|
static |
Definition at line 288 of file apr_memcache.c.
|
static |
Definition at line 578 of file apr_memcache.c.
|
static |
Definition at line 112 of file apr_memcache.c.
|
static |
Definition at line 125 of file apr_memcache.c.
|
static |
Definition at line 323 of file apr_memcache.c.
|
static |
Definition at line 1103 of file apr_memcache.c.
|
static |
Definition at line 1158 of file apr_memcache.c.
|
static |
Definition at line 252 of file apr_memcache.c.
|
static |
Definition at line 225 of file apr_memcache.c.
|
static |
Definition at line 261 of file apr_memcache.c.
|
static |
Definition at line 950 of file apr_memcache.c.
|
static |
Definition at line 735 of file apr_memcache.c.
|
static |
Definition at line 1579 of file apr_memcache.c.
|
static |
Definition at line 1555 of file apr_memcache.c.
|
static |
Definition at line 1573 of file apr_memcache.c.
|
static |
Definition at line 1561 of file apr_memcache.c.
|
static |
Definition at line 1567 of file apr_memcache.c.
|
static |
Definition at line 601 of file apr_memcache.c.
|
static |
Definition at line 1633 of file apr_memcache.c.
|
static |
Definition at line 475 of file apr_memcache.c.