|
Apache HTTPD
|
#include <sys/types.h>#include <sys/mman.h>#include <sys/stat.h>#include <fcntl.h>#include <errno.h>#include <string.h>#include <stdio.h>#include <unistd.h>#include "xmltchar.h"#include "filemap.h"Go to the source code of this file.
Macros | |
| #define | MAP_FILE 0 |
| #define | XML_FMT_STR "s" |
Functions | |
| int | filemap (const char *name, void(*processor)(const void *, size_t, const char *, void *arg), void *arg) |
| #define MAP_FILE 0 |
Definition at line 47 of file unixfilemap.c.
| #define XML_FMT_STR "s" |
Definition at line 56 of file unixfilemap.c.