|
Apache HTTPD
|
#include <stdio.h>#include <stdlib.h>#include "apr.h"#include "apr_network_io.h"#include "apr_strings.h"Go to the source code of this file.
Macros | |
| #define | BUF_SIZE 4096 |
Functions | |
| static void | reportError (const char *msg, apr_status_t rv, apr_pool_t *pool) |
| static apr_status_t | talkTalk (apr_socket_t *socket, apr_pool_t *parent) |
| static apr_status_t | glassToWall (apr_port_t port, apr_pool_t *parent) |
| int | main (int argc, char **argv) |
|
static |
|
static |
|
static |