|
Apache HTTPD
|
#include "apr_lib.h"#include "apr_file_io.h"#include "apr_strings.h"#include "apr_buckets.h"#include "apr_version.h"#include "apu_version.h"#include "httpd.h"#include "http_config.h"#include "http_log.h"#include "http_core.h"#include "http_protocol.h"#include "ap_provider.h"#include "ap_socache.h"#include "util_filter.h"#include "util_script.h"#include "util_charset.h"#include "util_mutex.h"#include "mod_cache.h"#include "mod_status.h"#include "cache_socache_common.h"Go to the source code of this file.
Classes | |
| struct | cache_socache_object_t |
| struct | cache_socache_provider_conf |
| struct | cache_socache_conf |
| struct | cache_socache_dir_conf |
Macros | |
| #define | DEFAULT_MAX_FILE_SIZE 100*1024 |
| #define | DEFAULT_MAXTIME 86400 |
| #define | DEFAULT_MINTIME 600 |
| #define | DEFAULT_READSIZE 0 |
| #define | DEFAULT_READTIME 0 |
Variables | |
| static const char *const | cache_socache_id = "cache-socache" |
| static apr_global_mutex_t * | socache_mutex = NULL |
| static const command_rec | cache_socache_cmds [] |
| static const cache_provider | cache_socache_provider |
| static int *const | aplog_module_index = &( cache_socache_module.module_index) |
| #define DEFAULT_MAX_FILE_SIZE 100*1024 |
Definition at line 99 of file mod_cache_socache.c.
| #define DEFAULT_MAXTIME 86400 |
Definition at line 100 of file mod_cache_socache.c.
| #define DEFAULT_MINTIME 600 |
Definition at line 101 of file mod_cache_socache.c.
| #define DEFAULT_READSIZE 0 |
Definition at line 102 of file mod_cache_socache.c.
| #define DEFAULT_READTIME 0 |
Definition at line 103 of file mod_cache_socache.c.
Definition at line 336 of file mod_cache_socache.c.
|
static |
Definition at line 1526 of file mod_cache_socache.c.
|
static |
Definition at line 1086 of file mod_cache_socache.c.
|
static |
Definition at line 1206 of file mod_cache_socache.c.
|
static |
Definition at line 1170 of file mod_cache_socache.c.
|
static |
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module has handled this stage.
Definition at line 357 of file mod_cache_socache.c.
|
static |
Definition at line 1340 of file mod_cache_socache.c.
|
static |
Definition at line 1162 of file mod_cache_socache.c.
|
static |
Definition at line 1213 of file mod_cache_socache.c.
|
static |
Definition at line 1184 of file mod_cache_socache.c.
|
static |
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module has handled this stage.
< Module declines to handle
< Module declines to handle
Definition at line 446 of file mod_cache_socache.c.
|
static |
Definition at line 139 of file mod_cache_socache.c.
|
static |
Definition at line 195 of file mod_cache_socache.c.
|
static |
Definition at line 769 of file mod_cache_socache.c.
|
static |
Definition at line 763 of file mod_cache_socache.c.
|
static |
Definition at line 279 of file mod_cache_socache.c.
|
static |
< Module has handled this stage.
Definition at line 718 of file mod_cache_socache.c.
|
static |
Definition at line 1331 of file mod_cache_socache.c.
|
static |
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module has handled this stage.
Definition at line 725 of file mod_cache_socache.c.
|
static |
Definition at line 1260 of file mod_cache_socache.c.
|
static |
Definition at line 1275 of file mod_cache_socache.c.
|
static |
Definition at line 1289 of file mod_cache_socache.c.
|
static |
Definition at line 1303 of file mod_cache_socache.c.
|
static |
Definition at line 1316 of file mod_cache_socache.c.
|
static |
Definition at line 1228 of file mod_cache_socache.c.
|
static |
Definition at line 438 of file mod_cache_socache.c.
|
static |
Definition at line 1487 of file mod_cache_socache.c.
|
static |
< Module has handled this stage.
Definition at line 1431 of file mod_cache_socache.c.
|
static |
< Module has handled this stage.
Definition at line 1415 of file mod_cache_socache.c.
|
static |
< Module declines to handle
< Module has handled this stage.
Definition at line 1353 of file mod_cache_socache.c.
|
static |
Definition at line 1410 of file mod_cache_socache.c.
|
static |
Definition at line 170 of file mod_cache_socache.c.
|
static |
Definition at line 940 of file mod_cache_socache.c.
|
static |
Definition at line 781 of file mod_cache_socache.c.
|
static |
Definition at line 248 of file mod_cache_socache.c.
|
static |
Definition at line 341 of file mod_cache_socache.c.
Definition at line 1536 of file mod_cache_socache.c.
|
static |
Definition at line 1502 of file mod_cache_socache.c.
Definition at line 132 of file mod_cache_socache.c.
|
static |
Definition at line 1519 of file mod_cache_socache.c.
|
static |
Definition at line 133 of file mod_cache_socache.c.