|
Apache HTTPD
|
#include "apr.h"#include "apr_mmap.h"#include "apr_strings.h"#include "apr_hash.h"#include "apr_buckets.h"#include "apr_want.h"#include "httpd.h"#include "http_config.h"#include "http_log.h"#include "http_protocol.h"#include "http_request.h"#include "http_core.h"Go to the source code of this file.
Classes | |
| struct | a_file |
| struct | a_server_config |
Macros | |
| #define | APR_WANT_STRFUNC |
Functions | |
| static void * | create_server_config (apr_pool_t *p, server_rec *s) |
| static void | cache_the_file (cmd_parms *cmd, const char *filename, int mmap) |
| static const char * | cachefilehandle (cmd_parms *cmd, void *dummy, const char *filename) |
| static const char * | cachefilemmap (cmd_parms *cmd, void *dummy, const char *filename) |
| static int | file_cache_post_config (apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s) |
| static int | file_cache_xlat (request_rec *r) |
| static int | mmap_handler (request_rec *r, a_file *file) |
| static int | sendfile_handler (request_rec *r, a_file *file) |
| static int | file_cache_handler (request_rec *r) |
| static void | register_hooks (apr_pool_t *p) |
Variables | |
| static const command_rec | file_cache_cmds [] |
| static int *const | aplog_module_index = &( file_cache_module.module_index) |
| #define APR_WANT_STRFUNC |
Definition at line 82 of file mod_file_cache.c.
< type, mtime, ctime, atime, size
< Open the file for reading
<
< Open the file in binary mode (This flag is ignored on UNIX because it has no meaning)
<
< Platform dependent tag to open the file for use across multiple threads
<
< use OS's default permissions
<
Definition at line 125 of file mod_file_cache.c.
Definition at line 206 of file mod_file_cache.c.
Definition at line 217 of file mod_file_cache.c.
|
static |
Definition at line 117 of file mod_file_cache.c.
|
static |
< Module has handled this stage.
< Module declines to handle
RFC 2616: HTTP
< Module declines to handle
< Module declines to handle
RFC 2616: HTTP
< Module has handled this stage.
< Module has handled this stage.
Definition at line 309 of file mod_file_cache.c.
|
static |
< Module has handled this stage.
Definition at line 229 of file mod_file_cache.c.
|
static |
< Module declines to handle
< Module has handled this stage.
< Module declines to handle
< Module has handled this stage.
Definition at line 239 of file mod_file_cache.c.
|
static |
< Module has handled this stage.
Definition at line 270 of file mod_file_cache.c.
|
static |
Definition at line 392 of file mod_file_cache.c.
|
static |
< Module has handled this stage.
Definition at line 291 of file mod_file_cache.c.
Definition at line 405 of file mod_file_cache.c.
|
static |
Definition at line 383 of file mod_file_cache.c.