Searched refs:XML_Content (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h121 and children point to an array of XML_Content cells that will be
130 of XML_Content cells.
135 typedef struct XML_cp XML_Content; typedef in typeref:struct:XML_cp
142 XML_Content * children;
152 XML_Content *model);
972 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
H A Dxmlparse.c430 static XML_Content * build_model(XML_Parser parser);
1890 XML_FreeContentModel(XML_Parser parser, XML_Content *model)
4575 XML_Content * content = (XML_Content *) MALLOC(sizeof(XML_Content));
4658 XML_Content *model = build_model(parser);
6324 XML_Content *dest,
6325 XML_Content **contpos,
6359 static XML_Content *
6363 XML_Content *re
[all...]
/external/expat/lib/
H A Dexpat.h121 and children point to an array of XML_Content cells that will be
130 of XML_Content cells.
135 typedef struct XML_cp XML_Content; typedef in typeref:struct:XML_cp
142 XML_Content * children;
152 XML_Content *model);
972 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
H A Dxmlparse.c430 static XML_Content * build_model(XML_Parser parser);
1890 XML_FreeContentModel(XML_Parser parser, XML_Content *model)
4575 XML_Content * content = (XML_Content *) MALLOC(sizeof(XML_Content));
4658 XML_Content *model = build_model(parser);
6324 XML_Content *dest,
6325 XML_Content **contpos,
6359 static XML_Content *
6363 XML_Content *re
[all...]
/external/expat/tests/
H A Druntests.c126 XML_Content *model)

Completed in 2025 milliseconds