|
Apache HTTPD
|
Go to the source code of this file.
Classes | |
| struct | apr_sdbm_t |
Macros | |
| #define | DBLKSIZ 4096 |
| #define | PBLKSIZ 1024 |
| #define | PAIRMAX 1008 /* arbitrary on PBLKSIZ-N */ |
| #define | SPLTMAX 10 /* maximum allowed splits */ |
| #define | SDBM_RDONLY 0x1 /* data base open read-only */ |
| #define | SDBM_SHARED 0x2 /* data base open for sharing */ |
| #define | SDBM_SHARED_LOCK 0x4 /* data base locked for shared read */ |
| #define | SDBM_EXCLUSIVE_LOCK 0x8 /* data base locked for write */ |
| #define | sdbm_hash apu__sdbm_hash |
| #define | sdbm_nullitem apu__sdbm_nullitem |
| #define | SDBM_INVALIDATE_CACHE(db, finfo) |
Functions | |
| long | apu__sdbm_hash (const char *str, int len) |
Variables | |
| const apr_sdbm_datum_t | apu__sdbm_nullitem |
| #define DBLKSIZ 4096 |
Definition at line 37 of file sdbm_private.h.
| #define PBLKSIZ 1024 |
Definition at line 38 of file sdbm_private.h.
Definition at line 47 of file sdbm_private.h.
| #define sdbm_hash apu__sdbm_hash |
Definition at line 68 of file sdbm_private.h.
| #define SDBM_INVALIDATE_CACHE | ( | db, | |
| finfo | |||
| ) |
Definition at line 78 of file sdbm_private.h.
| #define sdbm_nullitem apu__sdbm_nullitem |
Definition at line 69 of file sdbm_private.h.
Definition at line 44 of file sdbm_private.h.
Definition at line 45 of file sdbm_private.h.
Definition at line 46 of file sdbm_private.h.
Definition at line 41 of file sdbm_private.h.
|
extern |