|
Apache HTTPD
|
#include "expat.h"Go to the source code of this file.
Classes | |
| struct | CharData |
Macros | |
| #define | XML_CHARDATA_H 1 |
Functions | |
| void | CharData_Init (CharData *storage) |
| void | CharData_AppendXMLChars (CharData *storage, const XML_Char *s, int len) |
| int | CharData_CheckXMLChars (CharData *storage, const XML_Char *s) |
| #define XML_CHARDATA_H 1 |
Definition at line 40 of file chardata.h.
Definition at line 67 of file chardata.c.
Definition at line 87 of file chardata.c.
| void CharData_Init | ( | CharData * | storage | ) |
Definition at line 61 of file chardata.c.