Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Ddict.h31 xmlDictCreate (void);
/external/libxml2/
Dschematron.c605 ret->dict = xmlDictCreate(); in xmlSchematronNewParserCtxt()
648 ret->dict = xmlDictCreate(); in xmlSchematronNewMemParserCtxt()
686 ret->dict = xmlDictCreate(); in xmlSchematronNewDocParserCtxt()
Ddict.c441 xmlDictCreate(void) { in xmlDictCreate() function
483 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub()
Dxmlreader.c5029 reader->ctxt->dict = xmlDictCreate(); in xmlTextReaderSetup()
5143 ret->dict = xmlDictCreate(); in xmlReaderWalker()
5346 reader->dict = xmlDictCreate(); in xmlReaderNewWalker()
DparserInternals.c1530 ctxt->dict = xmlDictCreate(); in xmlInitParserCtxt()
Delfgcchack.h2803 #undef xmlDictCreate
2804 extern __typeof (xmlDictCreate) xmlDictCreate __attribute((alias("xmlDictCreate__internal_alias")));
2806 #ifndef xmlDictCreate
2807 extern __typeof (xmlDictCreate) xmlDictCreate__internal_alias __attribute((visibility("hidden")));
2808 #define xmlDictCreate xmlDictCreate__internal_alias macro
Dxmlschemas.c12424 ret->dict = xmlDictCreate(); in xmlSchemaNewParserCtxt()
12451 ret->dict = xmlDictCreate(); in xmlSchemaNewMemParserCtxt()
12475 ret->dict = xmlDictCreate(); in xmlSchemaNewDocParserCtxt()
27368 ret->dict = xmlDictCreate(); in xmlSchemaNewValidCtxt()
27476 vctxt->dict = xmlDictCreate(); in xmlSchemaClearValidCtxt()
DHTMLparser.c4264 ctxt->dict = xmlDictCreate(); in htmlInitParserCtxt()
Dxmlregexp.c6293 ret->dict = xmlDictCreate(); in xmlExpNewCtxt()