Apache HTTPD
Macros | Functions | Variables
xmlfile.h File Reference

Go to the source code of this file.

Macros

#define XML_MAP_FILE   01
 
#define XML_EXTERNAL_ENTITIES   02
 
#define XML_FMT_INT_MOD   "l"
 

Functions

int XML_ProcessFile (XML_Parser parser, const XML_Char *filename, unsigned flags)
 

Variables

int g_read_size_bytes
 

Macro Definition Documentation

◆ XML_EXTERNAL_ENTITIES

#define XML_EXTERNAL_ENTITIES   02

Definition at line 37 of file xmlfile.h.

◆ XML_FMT_INT_MOD

#define XML_FMT_INT_MOD   "l"

Definition at line 42 of file xmlfile.h.

◆ XML_MAP_FILE

#define XML_MAP_FILE   01

Definition at line 36 of file xmlfile.h.

Function Documentation

◆ XML_ProcessFile()

int XML_ProcessFile ( XML_Parser  parser,
const XML_Char filename,
unsigned  flags 
)
extern

Definition at line 245 of file xmlfile.c.

Variable Documentation

◆ g_read_size_bytes

int g_read_size_bytes
extern

Definition at line 75 of file xmlfile.c.