|
Apache HTTPD
|
APR Hash Tables. More...
#include "apr_pools.h"Go to the source code of this file.
Macros | |
| #define | APR_HASH_KEY_STRING (-1) |
Typedefs | |
| typedef struct apr_hash_t | apr_hash_t |
| typedef struct apr_hash_index_t | apr_hash_index_t |
| typedef unsigned int(* | apr_hashfunc_t) (const char *key, apr_ssize_t *klen) |
| typedef int() | apr_hash_do_callback_fn_t(void *rec, const void *key, apr_ssize_t klen, const void *value) |
Variables | |
| apr_ssize_t * | klen |
| apr_hashfunc_t | hash_func |
| const apr_hash_t * | h |
| const void * | key |
| const void apr_ssize_t const void * | val |
| apr_hash_t * | ht |
| const apr_hash_t * | overlay |
| const apr_hash_t const apr_hash_t * | base |
| const apr_hash_t * | h1 |
| const apr_hash_t const apr_hash_t * | h2 |
| const apr_hash_t const apr_hash_t void *(* | merger )(apr_pool_t *p, const void *key, apr_ssize_t klen, const void *h1_val, const void *h2_val, const void *data) |
| const apr_hash_t const apr_hash_t void *(*) const void | data ) |
| void * | rec |
APR Hash Tables.
Definition in file apr_hash.h.