|
Apache HTTPD
|
#include "httpd.h"#include "http_core.h"#include "util_filter.h"#include "http_log.h"#include "http_config.h"#include "http_request.h"#include "http_protocol.h"#include "ap_mpm.h"Go to the source code of this file.
Classes | |
| struct | dialup_dcfg_t |
| struct | dialup_baton_t |
| struct | modem_speed_t |
Macros | |
| #define | APR_HOOK_ALMOST_LAST (APR_HOOK_REALLY_LAST - 1) |
| #define | BITRATE_TO_BYTES(x) ((1000 * x)/8) |
Typedefs | |
| typedef struct dialup_dcfg_t | dialup_dcfg_t |
| typedef struct dialup_baton_t | dialup_baton_t |
| typedef struct modem_speed_t | modem_speed_t |
Functions | |
| static int | dialup_send_pulse (dialup_baton_t *db) |
| static void | dialup_callback (void *baton) |
| static int | dialup_handler (request_rec *r) |
| static void | dialup_register_hooks (apr_pool_t *p) |
| static const char * | cmd_modem_standard (cmd_parms *cmd, void *dconf, const char *input) |
| static void * | dialup_dcfg_create (apr_pool_t *p, char *dummy) |
Variables | |
| static const modem_speed_t | modem_bitrates [] |
| static const command_rec | dialup_cmds [] |
| static int *const | aplog_module_index = &( dialup_module.module_index) |
| #define APR_HOOK_ALMOST_LAST (APR_HOOK_REALLY_LAST - 1) |
Definition at line 222 of file mod_dialup.c.
| #define BITRATE_TO_BYTES | ( | x | ) | ((1000 * x)/8) |
Definition at line 237 of file mod_dialup.c.
Definition at line 252 of file mod_dialup.c.
|
static |
< Module will handle the remainder of the request. * The core will never invoke the request again,
< Module has served the response completely * - it's safe to die() with no more output
Definition at line 104 of file mod_dialup.c.
|
static |
Definition at line 279 of file mod_dialup.c.
|
static |
RFC 2616: HTTP
< Module declines to handle
< Module declines to handle
< Open the file for reading
<
< Open the file in binary mode (This flag is ignored on UNIX because it has no meaning)
<
< Module declines to handle
< Module has handled this stage.
< Module declines to handle
< Module will handle the remainder of the request. * The core will never invoke the request again,
< Module has served the response completely * - it's safe to die() with no more output
< Module will handle the remainder of the request. * The core will never invoke the request again,
Definition at line 133 of file mod_dialup.c.
|
static |
Definition at line 226 of file mod_dialup.c.
|
static |
< Module has served the response completely * - it's safe to die() with no more output
< Module will handle the remainder of the request. * The core will never invoke the request again,
Definition at line 47 of file mod_dialup.c.
Definition at line 297 of file mod_dialup.c.
|
static |
Definition at line 289 of file mod_dialup.c.
|
static |
Definition at line 240 of file mod_dialup.c.