|
Apache HTTPD
|
#include "apr.h"#include "apr_file_io.h"#include "apr_strings.h"#include "apr_lib.h"#include "apr_want.h"#include "httpd.h"#include "http_core.h"#include "http_config.h"#include "http_request.h"#include "http_log.h"Go to the source code of this file.
Classes | |
| struct | spconfig |
| struct | misspelled_file |
Macros | |
| #define | APR_WANT_STRFUNC |
Enumerations | |
| enum | sp_reason { SP_IDENTICAL = 0 , SP_MISCAPITALIZED = 1 , SP_TRANSPOSITION = 2 , SP_MISSINGCHAR = 3 , SP_EXTRACHAR = 4 , SP_SIMPLETYPO = 5 , SP_VERYDIFFERENT = 6 } |
Functions | |
| static void * | mkconfig (apr_pool_t *p) |
| static void * | create_mconfig_for_server (apr_pool_t *p, server_rec *s) |
| static void * | create_mconfig_for_directory (apr_pool_t *p, char *dir) |
| static sp_reason | spdist (const char *s, const char *t) |
| static int | sort_by_quality (const void *left, const void *rite) |
| static int | check_speling (request_rec *r) |
| static void | register_hooks (apr_pool_t *p) |
Variables | |
| static const command_rec | speling_cmds [] |
| static const char * | sp_reason_str [] |
| static int *const | aplog_module_index = &( speling_module.module_index) |
| #define APR_WANT_STRFUNC |
Definition at line 22 of file mod_speling.c.
| Enumerator | |
|---|---|
| SP_IDENTICAL | |
| SP_MISCAPITALIZED | |
| SP_TRANSPOSITION | |
| SP_MISSINGCHAR | |
| SP_EXTRACHAR | |
| SP_SIMPLETYPO | |
| SP_VERYDIFFERENT | |
Definition at line 118 of file mod_speling.c.
|
static |
< Module declines to handle
RFC 2616: HTTP
< 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
< an atomic unix apr_dir_read()
< Module has handled this stage.
< Module declines to handle
< Module has handled this stage.
Definition at line 197 of file mod_speling.c.
|
static |
Definition at line 95 of file mod_speling.c.
|
static |
Definition at line 87 of file mod_speling.c.
|
static |
Definition at line 73 of file mod_speling.c.
|
static |
Definition at line 514 of file mod_speling.c.
Definition at line 191 of file mod_speling.c.
Definition at line 163 of file mod_speling.c.
Definition at line 519 of file mod_speling.c.
Definition at line 128 of file mod_speling.c.
|
static |
Definition at line 104 of file mod_speling.c.