Home
last modified time | relevance | path

Searched refs:XML_Content (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/expat/
Dexpat.h164 typedef struct XML_cp XML_Content; typedef
171 XML_Content * children;
181 XML_Content *model);
1009 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
Dxmlparse.c515 static XML_Content * build_model(XML_Parser parser);
2284 XML_FreeContentModel(XML_Parser parser, XML_Content *model) in XML_FreeContentModel()
5166 XML_Content * content = (XML_Content *) MALLOC(parser, sizeof(XML_Content)); in doProlog()
5249 XML_Content *model = build_model(parser); in doProlog()
7115 XML_Content *dest, in build_node()
7116 XML_Content **contpos, in build_node()
7150 static XML_Content *
7154 XML_Content *ret; in build_model()
7155 XML_Content *cpos; in build_model()
7157 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
[all …]
/external/python/cpython3/Modules/expat/
Dexpat.h164 typedef struct XML_cp XML_Content; typedef
171 XML_Content * children;
181 XML_Content *model);
1009 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
Dxmlparse.c515 static XML_Content * build_model(XML_Parser parser);
2284 XML_FreeContentModel(XML_Parser parser, XML_Content *model) in XML_FreeContentModel()
5166 XML_Content * content = (XML_Content *) MALLOC(parser, sizeof(XML_Content)); in doProlog()
5249 XML_Content *model = build_model(parser); in doProlog()
7115 XML_Content *dest, in build_node()
7116 XML_Content **contpos, in build_node()
7150 static XML_Content *
7154 XML_Content *ret; in build_model()
7155 XML_Content *cpos; in build_model()
7157 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
[all …]
/external/expat/lib/
Dexpat.h164 typedef struct XML_cp XML_Content; typedef
171 XML_Content * children;
181 XML_Content *model);
1009 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
Dxmlparse.c515 static XML_Content * build_model(XML_Parser parser);
2284 XML_FreeContentModel(XML_Parser parser, XML_Content *model) in XML_FreeContentModel()
5166 XML_Content * content = (XML_Content *) MALLOC(parser, sizeof(XML_Content)); in doProlog()
5249 XML_Content *model = build_model(parser); in doProlog()
7115 XML_Content *dest, in build_node()
7116 XML_Content **contpos, in build_node()
7150 static XML_Content *
7154 XML_Content *ret; in build_model()
7155 XML_Content *cpos; in build_model()
7157 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
[all …]
/external/python/cpython3/Modules/
Dpyexpat.c518 conv_content_model(XML_Content * const model, in conv_content_model()
546 XML_Content *model) in my_ElementDeclHandler()
/external/python/cpython2/Modules/
Dpyexpat.c686 conv_content_model(XML_Content * const model, in conv_content_model()
714 XML_Content *model) in my_ElementDeclHandler()
/external/expat/tests/
Druntests.c268 XML_Content *model) in dummy_element_decl_handler()
3309 XML_Content *model) in entity_suspending_decl_handler()
5348 XML_Content *model) in element_decl_suspender()