|
Apache HTTPD
|
Go to the source code of this file.
Classes | |
| struct | StackStruct |
Macros | |
| #define | XML_FMT_INT_MOD "l" |
| #define | XML_FMT_STR "s" |
Typedefs | |
| typedef struct StackStruct | Stack |
Functions | |
| static Stack * | stackPushMalloc (Stack *stackTop, const XML_Content *model, unsigned level) |
| static Stack * | stackPopFree (Stack *stackTop) |
| static char * | contentTypeName (enum XML_Content_Type contentType) |
| static char * | contentQuantName (enum XML_Content_Quant contentQuant) |
| static void | dumpContentModelElement (const XML_Content *model, unsigned level, const XML_Content *root) |
| static bool | dumpContentModel (const XML_Char *name, const XML_Content *root) |
| static void XMLCALL | handleElementDeclaration (void *userData, const XML_Char *name, XML_Content *model) |
| int | main (void) |
| #define XML_FMT_INT_MOD "l" |
Definition at line 49 of file element_declarations.c.
| #define XML_FMT_STR "s" |
Definition at line 55 of file element_declarations.c.
|
static |
Definition at line 106 of file element_declarations.c.
|
static |
Definition at line 86 of file element_declarations.c.
Definition at line 144 of file element_declarations.c.
|
static |
Definition at line 122 of file element_declarations.c.
|
static |
Definition at line 179 of file element_declarations.c.
| int main | ( | void | ) |
Definition at line 190 of file element_declarations.c.
Definition at line 79 of file element_declarations.c.
|
static |
Definition at line 67 of file element_declarations.c.