|
Apache HTTPD
|
#include "expat_config.h"#include "minicheck.h"#include <assert.h>#include <stdio.h>#include <string.h>#include "chardata.h"Go to the source code of this file.
Functions | |
| static int | xmlstrlen (const XML_Char *s) |
| void | CharData_Init (CharData *storage) |
| void | CharData_AppendXMLChars (CharData *storage, const XML_Char *s, int len) |
| int | CharData_CheckXMLChars (CharData *storage, const XML_Char *expected) |
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.