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()
Ddict.c568 xmlDictCreate(void) { in xmlDictCreate() function
616 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub()
Dtestdict.c320 dict = xmlDictCreate(); in run_test1()
Dlibxml2.syms1577 xmlDictCreate;
Dxmlreader.c5256 reader->ctxt->dict = xmlDictCreate(); in xmlTextReaderSetup()
5370 ret->dict = xmlDictCreate(); in xmlReaderWalker()
5576 reader->dict = xmlDictCreate(); in xmlReaderNewWalker()
Drngparser.c1448 ctxt.dict = xmlDictCreate(); in xmlConvertCRNG()
DparserInternals.c1591 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.c12497 ret->dict = xmlDictCreate(); in xmlSchemaNewParserCtxt()
12524 ret->dict = xmlDictCreate(); in xmlSchemaNewMemParserCtxt()
12548 ret->dict = xmlDictCreate(); in xmlSchemaNewDocParserCtxt()
27562 ret->dict = xmlDictCreate(); in xmlSchemaNewValidCtxt()
27690 vctxt->dict = xmlDictCreate(); in xmlSchemaClearValidCtxt()
Dxmlregexp.c6389 ret->dict = xmlDictCreate(); in xmlExpNewCtxt()
Dtestapi.c516 if (no == 0) return(xmlDictCreate()); in gen_xmlDictPtr()
8181 ret_val = xmlDictCreate(); in test_xmlDictCreate()
/external/libxml2/optim/
Dhash_dict.patch46 + dict = xmlDictCreate();
/external/libxml2/win32/
Dlibxml2.def.src771 xmlDictCreate