|
Apache HTTPD
|
#include "apr_strings.h"#include "apr_fnmatch.h"#include "apr_lib.h"#include "apr_want.h"#include "ap_config.h"#include "httpd.h"#include "http_config.h"#include "http_core.h"#include "http_request.h"#include "http_protocol.h"#include "http_log.h"#include "http_main.h"#include "util_script.h"#include "mod_core.h"Go to the source code of this file.
Classes | |
| struct | item |
| struct | ai_desc_t |
| struct | autoindex_config_struct |
| struct | ent |
Typedefs | |
| typedef struct ai_desc_t | ai_desc_t |
| typedef struct autoindex_config_struct | autoindex_config_rec |
Variables | |
| static char | c_by_encoding |
| static char | c_by_type |
| static char | c_by_path |
| static const command_rec | autoindex_cmds [] |
| static int *const | aplog_module_index = &( autoindex_module.module_index) |
| #define ADDALTCLASS (1 << 19) |
Definition at line 74 of file mod_autoindex.c.
| #define APR_WANT_STRFUNC |
Definition at line 33 of file mod_autoindex.c.
| #define BY_ENCODING &c_by_encoding |
Definition at line 152 of file mod_autoindex.c.
Definition at line 154 of file mod_autoindex.c.
Definition at line 153 of file mod_autoindex.c.
Definition at line 90 of file mod_autoindex.c.
Definition at line 91 of file mod_autoindex.c.
Definition at line 92 of file mod_autoindex.c.
| #define DEFAULT_DESC_WIDTH 23 |
Definition at line 104 of file mod_autoindex.c.
| #define DEFAULT_ICON_HEIGHT 22 |
Definition at line 98 of file mod_autoindex.c.
| #define DEFAULT_ICON_WIDTH 20 |
Definition at line 97 of file mod_autoindex.c.
| #define DEFAULT_NAME_WIDTH 23 |
Definition at line 103 of file mod_autoindex.c.
| #define DIR_CMD_PERMS OR_INDEXES |
Definition at line 562 of file mod_autoindex.c.
| #define EMIT_XHTML (1 << 17) |
Definition at line 72 of file mod_autoindex.c.
| #define FANCY_INDEXING (1 << 13) |
Definition at line 68 of file mod_autoindex.c.
Definition at line 811 of file mod_autoindex.c.
Definition at line 813 of file mod_autoindex.c.
Definition at line 812 of file mod_autoindex.c.
Definition at line 810 of file mod_autoindex.c.
| #define FOLDERS_FIRST (1 << 10) |
Definition at line 65 of file mod_autoindex.c.
| #define ICONS_ARE_LINKS (1 << 1) |
Definition at line 56 of file mod_autoindex.c.
| #define IGNORE_CASE (1 << 16) |
Definition at line 71 of file mod_autoindex.c.
| #define IGNORE_CLIENT (1 << 15) |
Definition at line 70 of file mod_autoindex.c.
| #define K_ADJUST 1 |
Definition at line 78 of file mod_autoindex.c.
| #define K_DESC 'D' /* Description */ |
Definition at line 87 of file mod_autoindex.c.
| #define K_LAST_MOD 'M' /* Last modification date */ |
Definition at line 85 of file mod_autoindex.c.
| #define K_NOADJUST 0 |
Definition at line 77 of file mod_autoindex.c.
Definition at line 86 of file mod_autoindex.c.
| #define K_UNSET 2 |
Definition at line 79 of file mod_autoindex.c.
Definition at line 88 of file mod_autoindex.c.
| #define MATCH_FLAGS 0 |
Definition at line 826 of file mod_autoindex.c.
Definition at line 55 of file mod_autoindex.c.
| #define OPTION_UNSET (1 << 20) |
Definition at line 75 of file mod_autoindex.c.
| #define SCAN_HTML_TITLES (1 << 2) |
Definition at line 57 of file mod_autoindex.c.
| #define SHOW_FORBIDDEN (1 << 18) |
Definition at line 73 of file mod_autoindex.c.
| #define SUPPRESS_COLSORT (1 << 8) |
Definition at line 63 of file mod_autoindex.c.
| #define SUPPRESS_DESC (1 << 6) |
Definition at line 61 of file mod_autoindex.c.
| #define SUPPRESS_ICON (1 << 3) |
Definition at line 58 of file mod_autoindex.c.
| #define SUPPRESS_LAST_MOD (1 << 4) |
Definition at line 59 of file mod_autoindex.c.
| #define SUPPRESS_PREAMBLE (1 << 7) |
Definition at line 62 of file mod_autoindex.c.
| #define SUPPRESS_RULES (1 << 9) |
Definition at line 64 of file mod_autoindex.c.
| #define SUPPRESS_SIZE (1 << 5) |
Definition at line 60 of file mod_autoindex.c.
| #define TABLE_INDEXING (1 << 14) |
Definition at line 69 of file mod_autoindex.c.
| #define TRACK_MODIFIED (1 << 12) |
Definition at line 67 of file mod_autoindex.c.
| #define VERSION_SORT (1 << 11) |
Definition at line 66 of file mod_autoindex.c.
| #define WILDCARDS_REQUIRED 0 |
Definition at line 292 of file mod_autoindex.c.
Definition at line 222 of file mod_autoindex.c.
|
static |
Definition at line 295 of file mod_autoindex.c.
|
static |
Definition at line 241 of file mod_autoindex.c.
Definition at line 319 of file mod_autoindex.c.
Definition at line 325 of file mod_autoindex.c.
|
static |
Definition at line 614 of file mod_autoindex.c.
|
static |
Definition at line 948 of file mod_autoindex.c.
Definition at line 1910 of file mod_autoindex.c.
|
static |
< Module has handled this stage.
< Open the file for reading
<
< use OS's default permissions
<
Definition at line 1000 of file mod_autoindex.c.
|
static |
Definition at line 1477 of file mod_autoindex.c.
|
static |
Definition at line 169 of file mod_autoindex.c.
|
static |
< Module has handled this stage.
< Open the file for reading
<
< use OS's default permissions
<
Definition at line 1132 of file mod_autoindex.c.
|
static |
Definition at line 829 of file mod_autoindex.c.
|
static |
Definition at line 761 of file mod_autoindex.c.
|
static |
Definition at line 804 of file mod_autoindex.c.
|
static |
< Open the file for reading
<
< use OS's default permissions
<
Definition at line 1194 of file mod_autoindex.c.
|
static |
< Module declines to handle
< Module declines to handle
RFC 2616: HTTP
RFC 2616: HTTP
< Module declines to handle
< Module has handled this stage.
Definition at line 2282 of file mod_autoindex.c.
|
static |
Definition at line 871 of file mod_autoindex.c.
|
static |
< Module has handled this stage.
< type, mtime, ctime, atime, size
< ->name in proper case
< ->name in proper case
< ->name in proper case
Definition at line 2012 of file mod_autoindex.c.
|
static |
< Disable backslash escaping.
< Period must be matched by period.
< Module has handled this stage.
Definition at line 1302 of file mod_autoindex.c.
|
static |
Definition at line 1249 of file mod_autoindex.c.
|
static |
Definition at line 638 of file mod_autoindex.c.
|
static |
Definition at line 1503 of file mod_autoindex.c.
|
static |
Definition at line 198 of file mod_autoindex.c.
|
static |
Definition at line 2336 of file mod_autoindex.c.
|
static |
Definition at line 156 of file mod_autoindex.c.
|
static |
Definition at line 527 of file mod_autoindex.c.
|
static |
Definition at line 1418 of file mod_autoindex.c.
Definition at line 2341 of file mod_autoindex.c.
|
static |
Definition at line 564 of file mod_autoindex.c.
|
static |
Definition at line 150 of file mod_autoindex.c.
|
static |
Definition at line 150 of file mod_autoindex.c.
|
static |
Definition at line 150 of file mod_autoindex.c.