|
Apache HTTPD
|
#include "apr.h"#include "apr_strings.h"#include "apr_lib.h"#include "httpd.h"#include "http_config.h"#include "http_log.h"Go to the source code of this file.
Functions | |
| static int | compare_version (char *version_string, const char **error) |
| static int | match_version (apr_pool_t *pool, char *version_string, const char **error) |
| static const char * | start_ifversion (cmd_parms *cmd, void *mconfig, const char *arg1, const char *arg2, const char *arg3) |
Variables | |
| static ap_version_t | httpd_version |
| static const command_rec | version_cmds [] |
| static int *const | aplog_module_index = &( version_module.module_index) |
Definition at line 76 of file mod_version.c.
unused
Definition at line 142 of file mod_version.c.
|
static |
Definition at line 172 of file mod_version.c.
Definition at line 304 of file mod_version.c.
|
static |
Definition at line 70 of file mod_version.c.
|
static |
Definition at line 298 of file mod_version.c.