Apache HTTPD
Classes | Macros | Functions
structdata.h File Reference
#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)
 

Macro Definition Documentation

◆ XML_STRUCTDATA_H

#define XML_STRUCTDATA_H   1

Definition at line 38 of file structdata.h.

Function Documentation

◆ StructData_AddItem()

void StructData_AddItem ( StructData storage,
const XML_Char s,
int  data0,
int  data1,
int  data2 
)

Definition at line 80 of file structdata.c.

◆ StructData_CheckItems()

void StructData_CheckItems ( StructData storage,
const StructDataEntry expected,
int  count 
)

Definition at line 108 of file structdata.c.

◆ StructData_Dispose()

void StructData_Dispose ( StructData storage)

Definition at line 148 of file structdata.c.

◆ StructData_Init()

void StructData_Init ( StructData storage)

Definition at line 72 of file structdata.c.