|
Apache HTTPD
|
#include "expat.h"Go to the source code of this file.
Classes | |
| struct | StructDataEntry |
| struct | StructData |
Macros | |
| #define | XML_STRUCTDATA_H 1 |
Functions | |
| void | StructData_Init (StructData *storage) |
| void | StructData_AddItem (StructData *storage, const XML_Char *s, int data0, int data1, int data2) |
| void | StructData_CheckItems (StructData *storage, const StructDataEntry *expected, int count) |
| void | StructData_Dispose (StructData *storage) |
| #define XML_STRUCTDATA_H 1 |
Definition at line 38 of file structdata.h.
| void StructData_AddItem | ( | StructData * | storage, |
| const XML_Char * | s, | ||
| int | data0, | ||
| int | data1, | ||
| int | data2 | ||
| ) |
Definition at line 80 of file structdata.c.
| void StructData_CheckItems | ( | StructData * | storage, |
| const StructDataEntry * | expected, | ||
| int | count | ||
| ) |
Definition at line 108 of file structdata.c.
| void StructData_Dispose | ( | StructData * | storage | ) |
Definition at line 148 of file structdata.c.
| void StructData_Init | ( | StructData * | storage | ) |
Definition at line 72 of file structdata.c.