Home
last modified time | relevance | path

Searched refs:xmlDictCreate (Results 1 – 10 of 10) 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.c468 xmlDictCreate(void) { in xmlDictCreate() function
515 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub()
Dxmlreader.c5068 reader->ctxt->dict = xmlDictCreate(); in xmlTextReaderSetup()
5182 ret->dict = xmlDictCreate(); in xmlReaderWalker()
5385 reader->dict = xmlDictCreate(); in xmlReaderNewWalker()
DparserInternals.c1616 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.c12437 ret->dict = xmlDictCreate(); in xmlSchemaNewParserCtxt()
12464 ret->dict = xmlDictCreate(); in xmlSchemaNewMemParserCtxt()
12488 ret->dict = xmlDictCreate(); in xmlSchemaNewDocParserCtxt()
27446 ret->dict = xmlDictCreate(); in xmlSchemaNewValidCtxt()
27554 vctxt->dict = xmlDictCreate(); in xmlSchemaClearValidCtxt()
DHTMLparser.c4714 ctxt->dict = xmlDictCreate(); in htmlInitParserCtxt()
Dxmlregexp.c6362 ret->dict = xmlDictCreate(); in xmlExpNewCtxt()
/external/libxslt/libxslt/
Dxslt.c752 ret->dict = xmlDictCreate(); in xsltNewStylesheet()