Symbol: XML_Content
lib/libexpat/examples/element_declarations.c
122
dumpContentModelElement(const XML_Content *model, unsigned level,
lib/libexpat/examples/element_declarations.c
123
const XML_Content *root) {
lib/libexpat/examples/element_declarations.c
144
dumpContentModel(const XML_Char *name, const XML_Content *root) {
lib/libexpat/examples/element_declarations.c
152
const XML_Content *const model = stackTop->model;
lib/libexpat/examples/element_declarations.c
180
XML_Content *model) {
lib/libexpat/examples/element_declarations.c
61
const XML_Content *model;
lib/libexpat/examples/element_declarations.c
67
stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) {
lib/libexpat/lib/expat.h
180
XML_Content *children;
lib/libexpat/lib/expat.h
191
XML_Content *model);
lib/libexpat/lib/expat.h
980
XML_FreeContentModel(XML_Parser parser, XML_Content *model);
lib/libexpat/lib/xmlparse.c
2818
XML_FreeContentModel(XML_Parser parser, XML_Content *model) {
lib/libexpat/lib/xmlparse.c
601
static XML_Content *build_model(XML_Parser parser);
lib/libexpat/lib/xmlparse.c
6116
XML_Content *content = parser->m_mem.malloc_fcn(sizeof(XML_Content));
lib/libexpat/lib/xmlparse.c
6205
XML_Content *model = build_model(parser);
lib/libexpat/lib/xmlparse.c
8333
static XML_Content *
lib/libexpat/lib/xmlparse.c
8340
XML_Content *ret;
lib/libexpat/lib/xmlparse.c
8348
if (dtd->scaffCount > SIZE_MAX / sizeof(XML_Content)) {
lib/libexpat/lib/xmlparse.c
8355
if (dtd->scaffCount * sizeof(XML_Content)
lib/libexpat/lib/xmlparse.c
8360
const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content)
lib/libexpat/lib/xmlparse.c
8419
XML_Content *dest = ret; /* tree node writing location, moves upwards */
lib/libexpat/lib/xmlparse.c
8420
XML_Content *const destLimit = &ret[dtd->scaffCount];
lib/libexpat/lib/xmlparse.c
8421
XML_Content *jobDest = ret; /* next free writing location in target array */
lib/libexpat/tests/basic_tests.c
2227
XML_Content *model) {
lib/libexpat/tests/basic_tests.c
5829
element_decl_counter(void *userData, const XML_Char *name, XML_Content *model) {
lib/libexpat/tests/dummy.c
122
XML_Content *model) {
lib/libexpat/tests/dummy.h
98
XML_Content *model);
lib/libexpat/tests/handlers.c
1849
XML_Content *model) {
lib/libexpat/tests/handlers.c
1858
XML_Content *model) {
lib/libexpat/tests/handlers.c
562
XML_Content *model) {
lib/libexpat/tests/handlers.h
257
XML_Content *model);
lib/libexpat/tests/handlers.h
562
XML_Content *model);
lib/libexpat/tests/handlers.h
566
XML_Content *model);