XML_Content 135 third_party/expat/files/lib/expat.h typedef struct XML_cp XML_Content; XML_Content 142 third_party/expat/files/lib/expat.h XML_Content * children; XML_Content 152 third_party/expat/files/lib/expat.h XML_Content *model); XML_Content 972 third_party/expat/files/lib/expat.h XML_FreeContentModel(XML_Parser parser, XML_Content *model); XML_Content 430 third_party/expat/files/lib/xmlparse.c static XML_Content * build_model(XML_Parser parser); XML_Content 1890 third_party/expat/files/lib/xmlparse.c XML_FreeContentModel(XML_Parser parser, XML_Content *model) XML_Content 4575 third_party/expat/files/lib/xmlparse.c XML_Content * content = (XML_Content *) MALLOC(sizeof(XML_Content)); XML_Content 4658 third_party/expat/files/lib/xmlparse.c XML_Content *model = build_model(parser); XML_Content 6324 third_party/expat/files/lib/xmlparse.c XML_Content *dest, XML_Content 6325 third_party/expat/files/lib/xmlparse.c XML_Content **contpos, XML_Content 6359 third_party/expat/files/lib/xmlparse.c static XML_Content * XML_Content 6363 third_party/expat/files/lib/xmlparse.c XML_Content *ret; XML_Content 6364 third_party/expat/files/lib/xmlparse.c XML_Content *cpos; XML_Content 6366 third_party/expat/files/lib/xmlparse.c int allocsize = (dtd->scaffCount * sizeof(XML_Content) XML_Content 6369 third_party/expat/files/lib/xmlparse.c ret = (XML_Content *)MALLOC(allocsize);