|
Apache HTTPD
|
#include "httpd.h"#include "http_log.h"#include "http_request.h"#include "http_protocol.h"#include "http_config.h"#include "mpm_common.h"#include "mod_status.h"#include "apr.h"#include "apr_strings.h"#include "apr_time.h"#include "apr_want.h"#include "apr_dbm.h"#include "ap_socache.h"Go to the source code of this file.
Classes | |
| struct | ap_socache_instance_t |
Macros | |
| #define | APR_WANT_STRFUNC |
| #define | DBM_FILE_MODE ( APR_UREAD | APR_UWRITE | APR_GREAD | APR_WREAD ) |
| #define | DEFAULT_DBM_PREFIX "socache-dbm-" |
| #define | DBM_FILE_SUFFIX_DIR ".dir" |
| #define | DBM_FILE_SUFFIX_PAG ".pag" |
| #define | KEYMAX 1024 |
Variables | |
| static const ap_socache_provider_t | socache_dbm |
| static int *const | aplog_module_index = &( socache_dbm_module.module_index) |
| #define APR_WANT_STRFUNC |
Definition at line 28 of file mod_socache_dbm.c.
| #define DBM_FILE_MODE ( APR_UREAD | APR_UWRITE | APR_GREAD | APR_WREAD ) |
Support for DBM library
Definition at line 55 of file mod_socache_dbm.c.
| #define DBM_FILE_SUFFIX_DIR ".dir" |
Definition at line 68 of file mod_socache_dbm.c.
| #define DBM_FILE_SUFFIX_PAG ".pag" |
Definition at line 69 of file mod_socache_dbm.c.
Definition at line 57 of file mod_socache_dbm.c.
| #define KEYMAX 1024 |
|
static |
Definition at line 753 of file mod_socache_dbm.c.
|
static |
Definition at line 79 of file mod_socache_dbm.c.
|
static |
Definition at line 199 of file mod_socache_dbm.c.
|
static |
< open for r/w, create if needed
< Read by user
<
< Write by user
<
< Read by group
<
< Read by others
<
< open for r/w, create if needed
< Read by user
<
< Write by user
<
< Read by group
<
< Read by others
<
Definition at line 443 of file mod_socache_dbm.c.
|
static |
< open for r/w, create if needed
< Read by user
<
< Write by user
<
< Read by group
<
< Read by others
<
Definition at line 119 of file mod_socache_dbm.c.
|
static |
< open for r/w, create if needed
< Read by user
<
< Write by user
<
< Read by group
<
< Read by others
<
Definition at line 661 of file mod_socache_dbm.c.
|
static |
< open for r/w, create if needed
< Read by user
<
< Write by user
<
< Read by group
<
< Read by others
<
Definition at line 392 of file mod_socache_dbm.c.
|
static |
< open for r/w, create if needed
< Read by user
<
< Write by user
<
< Read by group
<
< Read by others
<
Definition at line 304 of file mod_socache_dbm.c.
|
static |
< open for r/w, create if needed
< Read by user
<
< Write by user
<
< Read by group
<
< Read by others
<
Definition at line 586 of file mod_socache_dbm.c.
|
static |
< open for r/w, create if needed
< Read by user
<
< Write by user
<
< Read by group
<
< Read by others
<
Definition at line 211 of file mod_socache_dbm.c.
Definition at line 760 of file mod_socache_dbm.c.
|
static |
Definition at line 740 of file mod_socache_dbm.c.