|
Apache HTTPD
|
#include "apr_xml.h"#include "httpd.h"#include "http_protocol.h"#include "http_log.h"#include "http_core.h"#include "util_charset.h"#include "util_xml.h"Go to the source code of this file.
Macros | |
| #define | READ_BLOCKSIZE 2048 |
| #define | APLOG_MODULE_INDEX AP_CORE_MODULE_INDEX |
Functions | |
| int | ap_xml_parse_input (request_rec *r, apr_xml_doc **pdoc) |
| #define APLOG_MODULE_INDEX AP_CORE_MODULE_INDEX |
Definition at line 34 of file util_xml.c.
| #define READ_BLOCKSIZE 2048 |
Definition at line 29 of file util_xml.c.