Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
Ddict.rpgle26 d xmlDictCreate pr extproc('xmlDictCreate')
/external/libxml2/os400/
Dtranscode.c75 err = !(*dict = xmlDictCreate()); in xmlTranscodeResult()
152 if (!(*dict = xmlDictCreate())) in inTranscode()
/external/libxml2/include/libxml/
Ddict.h37 xmlDictCreate (void);
/external/libxml2/
Dschematron.c607 ret->dict = xmlDictCreate(); in xmlSchematronNewParserCtxt()
650 ret->dict = xmlDictCreate(); in xmlSchematronNewMemParserCtxt()
688 ret->dict = xmlDictCreate(); in xmlSchematronNewDocParserCtxt()
Dtestdict.c320 dict = xmlDictCreate(); in run_test1()
Ddict.c536 xmlDictCreate(void) { in xmlDictCreate() function
584 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub()
Dlibxml2.syms1577 xmlDictCreate;
Dxmlreader.c5227 reader->ctxt->dict = xmlDictCreate(); in xmlTextReaderSetup()
5341 ret->dict = xmlDictCreate(); in xmlReaderWalker()
5547 reader->dict = xmlDictCreate(); in xmlReaderNewWalker()
Drngparser.c1448 ctxt.dict = xmlDictCreate(); in xmlConvertCRNG()
DparserInternals.c1576 ctxt->dict = xmlDictCreate(); in xmlInitParserCtxt()
Delfgcchack.h2875 #undef xmlDictCreate
2876 extern __typeof (xmlDictCreate) xmlDictCreate __attribute((alias("xmlDictCreate__internal_alias")));
2878 #ifndef xmlDictCreate
2879 extern __typeof (xmlDictCreate) xmlDictCreate__internal_alias __attribute((visibility("hidden")));
2880 #define xmlDictCreate xmlDictCreate__internal_alias macro
Dxmlschemas.c12458 ret->dict = xmlDictCreate(); in xmlSchemaNewParserCtxt()
12485 ret->dict = xmlDictCreate(); in xmlSchemaNewMemParserCtxt()
12509 ret->dict = xmlDictCreate(); in xmlSchemaNewDocParserCtxt()
27493 ret->dict = xmlDictCreate(); in xmlSchemaNewValidCtxt()
27621 vctxt->dict = xmlDictCreate(); in xmlSchemaClearValidCtxt()
DHTMLparser.c4786 ctxt->dict = xmlDictCreate(); in htmlInitParserCtxt()
Dxmlregexp.c6376 ret->dict = xmlDictCreate(); in xmlExpNewCtxt()
Dtestapi.c516 if (no == 0) return(xmlDictCreate()); in gen_xmlDictPtr()
8156 ret_val = xmlDictCreate(); in test_xmlDictCreate()
/external/libxml2/optim/
Dhash_dict.patch46 + dict = xmlDictCreate();
/external/libxml2/win32/
Dlibxml2.def.src771 xmlDictCreate