Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
Ddict.rpgle28 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.h43 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.c539 xmlDictCreate(void) { in xmlDictCreate() function
587 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub()
Dlibxml2.syms1577 xmlDictCreate;
Dxmlreader.c5251 reader->ctxt->dict = xmlDictCreate(); in xmlTextReaderSetup()
5365 ret->dict = xmlDictCreate(); in xmlReaderWalker()
5571 reader->dict = xmlDictCreate(); in xmlReaderNewWalker()
DparserInternals.c1593 ctxt->dict = xmlDictCreate(); in xmlInitParserCtxt()
Drngparser.c1448 ctxt.dict = xmlDictCreate(); in xmlConvertCRNG()
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.c12471 ret->dict = xmlDictCreate(); in xmlSchemaNewParserCtxt()
12498 ret->dict = xmlDictCreate(); in xmlSchemaNewMemParserCtxt()
12522 ret->dict = xmlDictCreate(); in xmlSchemaNewDocParserCtxt()
27513 ret->dict = xmlDictCreate(); in xmlSchemaNewValidCtxt()
27641 vctxt->dict = xmlDictCreate(); in xmlSchemaClearValidCtxt()
Dxmlregexp.c6382 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