Searched refs:XML_Content (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/expat/examples/ |
H A D | element_declarations.c | 58 // While traversing the XML_Content tree, we avoid recursion 61 const XML_Content *model; 67 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc() 122 dumpContentModelElement(const XML_Content *model, unsigned level, in dumpContentModelElement() 123 const XML_Content *root) { in dumpContentModelElement() 144 dumpContentModel(const XML_Char *name, const XML_Content *root) { in dumpContentModel() 152 const XML_Content *const model = stackTop->model; in dumpContentModel() 180 XML_Content *model) { in handleElementDeclaration()
|
/freebsd/contrib/expat/lib/ |
H A D | expat.h | 172 typedef struct XML_cp XML_Content; typedef 179 XML_Content *children; 190 XML_Content *model); 979 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
|
H A D | xmlparse.c | 594 static XML_Content *build_model(XML_Parser parser); 2494 XML_FreeContentModel(XML_Parser parser, XML_Content *model) { in XML_FreeContentModel() 5733 XML_Content *content in doProlog() 5734 = (XML_Content *)MALLOC(parser, sizeof(XML_Content)); in doProlog() 5823 XML_Content *model = build_model(parser); in doProlog() 7914 static XML_Content * 7921 XML_Content *ret; in build_model() 7929 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) { in build_model() 7936 if (dtd->scaffCount * sizeof(XML_Content) in build_model() 7941 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() [all …]
|
/freebsd/contrib/expat/tests/ |
H A D | handlers.h | 254 XML_Content *model); 559 XML_Content *model); 563 XML_Content *model);
|
H A D | dummy.h | 98 XML_Content *model);
|
H A D | dummy.c | 122 XML_Content *model) { in dummy_element_decl_handler()
|
H A D | handlers.c | 552 XML_Content *model) { in entity_suspending_decl_handler() 1838 XML_Content *model) { in element_decl_suspender() 1847 XML_Content *model) { in suspend_after_element_declaration()
|
H A D | basic_tests.c | 2227 XML_Content *model) { in element_decl_check_model() 5779 element_decl_counter(void *userData, const XML_Char *name, XML_Content *model) { in element_decl_counter()
|
/freebsd/contrib/expat/fuzz/ |
H A D | xml_lpm_fuzzer.cpp | 149 TouchNodeAndRecurse(XML_Content *content) { in TouchNodeAndRecurse() 200 ElementDeclHandler(void *userData, const XML_Char *name, XML_Content *model) { in ElementDeclHandler()
|