Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dhash.h107 xmlHashCreate (int size);
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle71 d xmlHashCreate pr extproc('xmlHashCreate')
/external/libxml2/
Dhash.c174 xmlHashCreate(int size) { in xmlHashCreate() function
211 table = xmlHashCreate(size); in xmlHashCreateDict()
1001 ret = xmlHashCreate(table->size); in xmlHashCopy()
Dcatalog.c429 ret->sgml = xmlHashCreate(10); in xmlCreateNewCatalog()
1473 xmlCatalogXMLFiles = xmlHashCreate(10); in xmlFetchXMLCatalogFile()
2983 catal->sgml = xmlHashCreate(10); in xmlACatalogAdd()
3032 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()
4149 triage = xmlHashCreate(10); in xmlRelaxNGCheckChoiceDeterminism()
4400 partitions->triage = xmlHashCreate(nbgroups); in xmlRelaxNGComputeInterleaves()
4516 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGParseInterleave()
4650 ctxt->grammar->defs = xmlHashCreate(10); in xmlRelaxNGParseDefine()
4733 ctxt->grammar->refs = xmlHashCreate(10); in xmlRelaxNGParseImportRefs()
4951 ctxt->grammar->refs = xmlHashCreate(10); in xmlRelaxNGParsePattern()
5067 ctxt->parentgrammar->refs = xmlHashCreate(10); in xmlRelaxNGParsePattern()
5845 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCheckCombine()
5950 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCombineStart()
Dentities.c877 return((xmlEntitiesTablePtr) xmlHashCreate(0)); in xmlCreateEntitiesTable()
Dlibxml2.syms865 xmlHashCreate;
Dxpath.c4557 hash = xmlHashCreate (l); in xmlXPathDistinctSorted()
4876 ctxt->funcHash = xmlHashCreate(0); in xmlXPathRegisterFuncNS()
5030 ctxt->varHash = xmlHashCreate(0); in xmlXPathRegisterVariableNS()
5153 ctxt->nsHash = xmlHashCreate(10); in xmlXPathRegisterNs()
6144 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()
Dtestapi.c623 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