Home
last modified time | relevance | path

Searched refs:xmlHashCreate (Results 1 – 19 of 19) sorted by relevance

/third_party/libxml2/fuzz/
DgenSeed.c62 globalData.entities = xmlHashCreate(4); in fuzzEntityRecorder()
91 globalData.entities = xmlHashCreate(8); in fuzzRecorderInit()
Dfuzz.c70 fuzzData.entities = xmlHashCreate(8); in xmlFuzzDataInit()
/third_party/libxml2/include/libxml/
Dhash.h107 xmlHashCreate (int size);
/third_party/libxml2/os400/libxmlrpg/
Dhash.rpgle71 d xmlHashCreate pr extproc('xmlHashCreate')
/third_party/libxml2/
Dhash.c181 xmlHashCreate(int size) { in xmlHashCreate() function
218 table = xmlHashCreate(size); in xmlHashCreateDict()
1008 ret = xmlHashCreate(table->size); in xmlHashCopy()
Dcatalog.c429 ret->sgml = xmlHashCreate(10); in xmlCreateNewCatalog()
1474 xmlCatalogXMLFiles = xmlHashCreate(10); in xmlFetchXMLCatalogFile()
2984 catal->sgml = xmlHashCreate(10); in xmlACatalogAdd()
3033 catal->sgml = xmlHashCreate(10); in xmlNewCatalog()
Drngparser.c496 ctxt->namespaces = xmlHashCreate(10); in xmlParseCRNG_bindPrefix()
543 ctxt->datatypes = xmlHashCreate(10); in xmlParseCRNG_bindDatatypePrefix()
Drelaxng.c2827 xmlRelaxNGRegisteredTypes = xmlHashCreate(10); in xmlRelaxNGInitTypes()
4150 triage = xmlHashCreate(10); in xmlRelaxNGCheckChoiceDeterminism()
4401 partitions->triage = xmlHashCreate(nbgroups); in xmlRelaxNGComputeInterleaves()
4517 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGParseInterleave()
4651 ctxt->grammar->defs = xmlHashCreate(10); in xmlRelaxNGParseDefine()
4734 ctxt->grammar->refs = xmlHashCreate(10); in xmlRelaxNGParseImportRefs()
4952 ctxt->grammar->refs = xmlHashCreate(10); in xmlRelaxNGParsePattern()
5068 ctxt->parentgrammar->refs = xmlHashCreate(10); in xmlRelaxNGParsePattern()
5850 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCheckCombine()
5955 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCombineStart()
Dentities.c906 return((xmlEntitiesTablePtr) xmlHashCreate(0)); in xmlCreateEntitiesTable()
Dlibxml2.syms865 xmlHashCreate;
Dxpath.c4524 hash = xmlHashCreate (l); in xmlXPathDistinctSorted()
4846 ctxt->funcHash = xmlHashCreate(0); in xmlXPathRegisterFuncNS()
5000 ctxt->varHash = xmlHashCreate(0); in xmlXPathRegisterVariableNS()
5123 ctxt->nsHash = xmlHashCreate(10); in xmlXPathRegisterNs()
6115 ret->funcHash = xmlHashCreate(0); in xmlXPathNewContext()
Delfgcchack.h4295 #undef xmlHashCreate
4296 extern __typeof (xmlHashCreate) xmlHashCreate __attribute((alias("xmlHashCreate__internal_alias")));
4298 #ifndef xmlHashCreate
4299 extern __typeof (xmlHashCreate) xmlHashCreate__internal_alias __attribute((visibility("hidden")));
4300 #define xmlHashCreate xmlHashCreate__internal_alias macro
Dxmlschemastypes.c400 xmlSchemaTypesBank = xmlHashCreate(40); in xmlSchemaInitTypes()
Dxmlschemas.c23295 matcher->htab = xmlHashCreate(4); in xmlSchemaXPathProcessHistory()
24035 table = xmlHashCreate(bind->nbNodes * 2); in xmlSchemaCheckCVCIDCKeyRef()
Dtestapi.c625 if (no == 0) return(xmlHashCreate(10)); in gen_xmlHashTablePtr()
/third_party/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c1303 sethash = xmlHashCreate(1); in builddfa()
1500 h = xmlHashCreate(4); in optimizedfa()
1534 h = xmlHashCreate(1); in optimizedfa()
/third_party/libxml2/os400/dlfcn/
Ddlfcn.c157 dldir = xmlHashCreate(16); in dlinit()
/third_party/libxml2/win32/
Dlibxml2.def.src946 xmlHashCreate
/third_party/chromium/patch/
D0001-cve.patch105280 -#undef xmlHashCreate
105281 -extern __typeof (xmlHashCreate) xmlHashCreate __attribute((alias("xmlHashCreate__internal_alias"))…
105283 -#ifndef xmlHashCreate
105284 -extern __typeof (xmlHashCreate) xmlHashCreate__internal_alias __attribute((visibility("hidden")));
105285 -#define xmlHashCreate xmlHashCreate__internal_alias
139262 style->stripSpaces = xmlHashCreate(10);