Home
last modified time | relevance | path

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

/external/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()
/external/libxml2/include/libxml/
Dhash.h107 xmlHashCreate (int size);
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle71 d xmlHashCreate pr extproc('xmlHashCreate')
/external/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.c946 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()
Dxmlschemastypes.c400 xmlSchemaTypesBank = xmlHashCreate(40); in xmlSchemaInitTypes()
Dxmlschemas.c23284 matcher->htab = xmlHashCreate(4); in xmlSchemaXPathProcessHistory()
24024 table = xmlHashCreate(bind->nbNodes * 2); in xmlSchemaCheckCVCIDCKeyRef()
Dtestapi.c628 if (no == 0) return(xmlHashCreate(10)); in gen_xmlHashTablePtr()
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c1303 sethash = xmlHashCreate(1); in builddfa()
1500 h = xmlHashCreate(4); in optimizedfa()
1534 h = xmlHashCreate(1); in optimizedfa()
/external/libxml2/optim/
Dhash_dict.patch39 xmlHashCreate(int size) {
/external/libxml2/os400/dlfcn/
Ddlfcn.c157 dldir = xmlHashCreate(16); in dlinit()
/external/libxml2/win32/
Dlibxml2.def.src946 xmlHashCreate