Home
last modified time | relevance | path

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

/third_party/libxml2/os400/libxmlrpg/
Ddict.rpgle28 d xmlDictCreate pr extproc('xmlDictCreate')
/third_party/libxml2/os400/
Dtranscode.c75 err = !(*dict = xmlDictCreate()); in xmlTranscodeResult()
152 if (!(*dict = xmlDictCreate())) in inTranscode()
/third_party/libxml2/include/libxml/
Ddict.h36 xmlDictCreate (void);
/third_party/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.c576 xmlDictCreate(void) { in xmlDictCreate() function
624 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub()
Dlibxml2.syms1577 xmlDictCreate;
Dxmlreader.c5329 reader->ctxt->dict = xmlDictCreate(); in xmlTextReaderSetup()
5443 ret->dict = xmlDictCreate(); in xmlReaderWalker()
5649 reader->dict = xmlDictCreate(); in xmlReaderNewWalker()
DparserInternals.c1603 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.c12548 ret->dict = xmlDictCreate(); in xmlSchemaNewParserCtxt()
12575 ret->dict = xmlDictCreate(); in xmlSchemaNewMemParserCtxt()
12599 ret->dict = xmlDictCreate(); in xmlSchemaNewDocParserCtxt()
27761 ret->dict = xmlDictCreate(); in xmlSchemaNewValidCtxt()
27900 vctxt->dict = xmlDictCreate(); in xmlSchemaClearValidCtxt()
DHTMLparser.c5039 ctxt->dict = xmlDictCreate(); in htmlInitParserCtxt()
Dxmlregexp.c6480 ret->dict = xmlDictCreate(); in xmlExpNewCtxt()
Dtestapi.c518 if (no == 0) return(xmlDictCreate()); in gen_xmlDictPtr()
8183 ret_val = xmlDictCreate(); in test_xmlDictCreate()
/third_party/libxml2/win32/
Dlibxml2.def.src771 xmlDictCreate
/third_party/chromium/patch/
D0001-cve.patch103860 -#undef xmlDictCreate
103861 -extern __typeof (xmlDictCreate) xmlDictCreate __attribute((alias("xmlDictCreate__internal_alias"))…
103863 -#ifndef xmlDictCreate
103864 -extern __typeof (xmlDictCreate) xmlDictCreate__internal_alias __attribute((visibility("hidden")));
103865 -#define xmlDictCreate xmlDictCreate__internal_alias
124161 ctxt->dict = xmlDictCreate();