Symbol: XML_Content
lib/libexpat/examples/element_declarations.c
123
dumpContentModelElement(const XML_Content *model, unsigned level,
lib/libexpat/examples/element_declarations.c
124
const XML_Content *root) {
lib/libexpat/examples/element_declarations.c
145
dumpContentModel(const XML_Char *name, const XML_Content *root) {
lib/libexpat/examples/element_declarations.c
153
const XML_Content *const model = stackTop->model;
lib/libexpat/examples/element_declarations.c
181
XML_Content *model) {
lib/libexpat/examples/element_declarations.c
62
const XML_Content *model;
lib/libexpat/examples/element_declarations.c
68
stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) {
lib/libexpat/lib/expat.h
181
XML_Content *children;
lib/libexpat/lib/expat.h
192
XML_Content *model);
lib/libexpat/lib/expat.h
992
XML_FreeContentModel(XML_Parser parser, XML_Content *model);
lib/libexpat/lib/xmlparse.c
2755
XML_FreeContentModel(XML_Parser parser, XML_Content *model) {
lib/libexpat/lib/xmlparse.c
613
static XML_Content *build_model(XML_Parser parser);
lib/libexpat/lib/xmlparse.c
6130
XML_Content *content = parser->m_mem.malloc_fcn(sizeof(XML_Content));
lib/libexpat/lib/xmlparse.c
6219
XML_Content *model = build_model(parser);
lib/libexpat/lib/xmlparse.c
8362
static XML_Content *
lib/libexpat/lib/xmlparse.c
8369
XML_Content *ret;
lib/libexpat/lib/xmlparse.c
8377
if (dtd->scaffCount > SIZE_MAX / sizeof(XML_Content)) {
lib/libexpat/lib/xmlparse.c
8384
if (dtd->scaffCount * sizeof(XML_Content)
lib/libexpat/lib/xmlparse.c
8389
const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content)
lib/libexpat/lib/xmlparse.c
8448
XML_Content *dest = ret; /* tree node writing location, moves upwards */
lib/libexpat/lib/xmlparse.c
8449
XML_Content *const destLimit = &ret[dtd->scaffCount];
lib/libexpat/lib/xmlparse.c
8450
XML_Content *jobDest = ret; /* next free writing location in target array */
lib/libexpat/tests/basic_tests.c
2250
XML_Content *model) {
lib/libexpat/tests/basic_tests.c
6151
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
1854
XML_Content *model) {
lib/libexpat/tests/handlers.c
1863
XML_Content *model) {
lib/libexpat/tests/handlers.c
568
XML_Content *model) {
lib/libexpat/tests/handlers.h
260
XML_Content *model);
lib/libexpat/tests/handlers.h
565
XML_Content *model);
lib/libexpat/tests/handlers.h
569
XML_Content *model);