Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/libxslt/libxslt/
Dextensions.c338 xsltModuleHash = xmlHashCreate(5); in xsltExtModuleRegisterDynamic()
599 ctxt->extFunctions = xmlHashCreate(10); in xsltRegisterExtFunction()
628 ctxt->extElements = xmlHashCreate(10); in xsltRegisterExtElement()
698 style->extInfos = xmlHashCreate(10); in xsltStyleInitializeStylesheetModule()
869 ctxt->extInfos = xmlHashCreate(10); in xsltGetExtData()
984 ctxt->ctxt->extInfos = xmlHashCreate(10); in xsltInitCtxtExt()
1260 xsltExtensionsHash = xmlHashCreate(10); in xsltRegisterExtModuleFull()
1394 xsltFunctionsHash = xmlHashCreate(10); in xsltRegisterExtModuleFunction()
1633 xsltElementsHash = xmlHashCreate(10); in xsltRegisterExtModuleElement()
1830 xsltTopLevelsHash = xmlHashCreate(10); in xsltRegisterExtModuleTopLevel()
Dattributes.c315 style->attributeSets = xmlHashCreate(10); in xsltParseStylesheetAttributeSet()
606 style->attributeSets = xmlHashCreate(10); in xsltResolveStylesheetAttributeSet()
Dnamespaces.c296 style->nsAliases = xmlHashCreate(10); in xsltNamespaceAlias()
Dkeys.c142 cur->keys = xmlHashCreate(0); in xsltNewKeyTable()
Dxslt.c1270 style->cdataSection = xmlHashCreate(10); in xsltParseStylesheetOutput()
1490 style->stripSpaces = xmlHashCreate(10); in xsltParseStylesheetPreserveSpace()
1629 style->stripSpaces = xmlHashCreate(10); in xsltParseStylesheetStripSpace()
3652 style->nsHash = xmlHashCreate(10); in xsltGatherNamespaces()
Dvariables.c1465 ctxt->globalVars = xmlHashCreate(20); in xsltProcessUserParamInternal()
Dpattern.c2119 style->templatesHash = xmlHashCreate(1024); in xsltAddTemplate()
/external/chromium_org/third_party/libxslt/libexslt/
Dsaxon.c35 return xmlHashCreate(1); in exsltSaxonInit()
Dfunctions.c208 return xmlHashCreate(1); in exsltFuncStyleInit()
/external/chromium_org/third_party/libxml/src/include/libxml/
Dhash.h107 xmlHashCreate (int size);
/external/libxml2/include/libxml/
Dhash.h107 xmlHashCreate (int size);
/external/chromium_org/third_party/libxml/src/
Dhash.c145 xmlHashCreate(int size) { in xmlHashCreate() function
179 table = xmlHashCreate(size); in xmlHashCreateDict()
954 ret = xmlHashCreate(table->size); in xmlHashCopy()
Dcatalog.c422 ret->sgml = xmlHashCreate(10); in xmlCreateNewCatalog()
1467 xmlCatalogXMLFiles = xmlHashCreate(10); in xmlFetchXMLCatalogFile()
2977 catal->sgml = xmlHashCreate(10); in xmlACatalogAdd()
3027 catal->sgml = xmlHashCreate(10); in xmlNewCatalog()
Dentities.c789 return((xmlEntitiesTablePtr) xmlHashCreate(0)); in xmlCreateEntitiesTable()
Drelaxng.c2811 xmlRelaxNGRegisteredTypes = xmlHashCreate(10); in xmlRelaxNGInitTypes()
4125 triage = xmlHashCreate(10); in xmlRelaxNGCheckChoiceDeterminism()
4375 partitions->triage = xmlHashCreate(nbgroups); in xmlRelaxNGComputeInterleaves()
4491 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGParseInterleave()
4625 ctxt->grammar->defs = xmlHashCreate(10); in xmlRelaxNGParseDefine()
4708 ctxt->grammar->refs = xmlHashCreate(10); in xmlRelaxNGParseImportRefs()
4926 ctxt->grammar->refs = xmlHashCreate(10); in xmlRelaxNGParsePattern()
5042 ctxt->parentgrammar->refs = xmlHashCreate(10); in xmlRelaxNGParsePattern()
5815 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCheckCombine()
5920 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCombineStart()
Dxpath.c4435 hash = xmlHashCreate (l); in xmlXPathDistinctSorted()
4751 ctxt->funcHash = xmlHashCreate(0); in xmlXPathRegisterFuncNS()
4901 ctxt->varHash = xmlHashCreate(0); in xmlXPathRegisterVariableNS()
5025 ctxt->nsHash = xmlHashCreate(10); in xmlXPathRegisterNs()
6010 ret->funcHash = xmlHashCreate(0); in xmlXPathNewContext()
Delfgcchack.h4203 #undef xmlHashCreate
4204 extern __typeof (xmlHashCreate) xmlHashCreate __attribute((alias("xmlHashCreate__internal_alias")));
4206 #ifndef xmlHashCreate
4207 extern __typeof (xmlHashCreate) xmlHashCreate__internal_alias __attribute((visibility("hidden")));
4208 #define xmlHashCreate xmlHashCreate__internal_alias macro
/external/libxml2/
Dhash.c174 xmlHashCreate(int size) { in xmlHashCreate() function
211 table = xmlHashCreate(size); in xmlHashCreateDict()
986 ret = xmlHashCreate(table->size); in xmlHashCopy()
Dcatalog.c426 ret->sgml = xmlHashCreate(10); in xmlCreateNewCatalog()
1463 xmlCatalogXMLFiles = xmlHashCreate(10); in xmlFetchXMLCatalogFile()
2973 catal->sgml = xmlHashCreate(10); in xmlACatalogAdd()
3023 catal->sgml = xmlHashCreate(10); in xmlNewCatalog()
Drelaxng.c2812 xmlRelaxNGRegisteredTypes = xmlHashCreate(10); in xmlRelaxNGInitTypes()
4126 triage = xmlHashCreate(10); in xmlRelaxNGCheckChoiceDeterminism()
4376 partitions->triage = xmlHashCreate(nbgroups); in xmlRelaxNGComputeInterleaves()
4492 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGParseInterleave()
4626 ctxt->grammar->defs = xmlHashCreate(10); in xmlRelaxNGParseDefine()
4709 ctxt->grammar->refs = xmlHashCreate(10); in xmlRelaxNGParseImportRefs()
4927 ctxt->grammar->refs = xmlHashCreate(10); in xmlRelaxNGParsePattern()
5043 ctxt->parentgrammar->refs = xmlHashCreate(10); in xmlRelaxNGParsePattern()
5816 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCheckCombine()
5921 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCombineStart()
Dentities.c872 return((xmlEntitiesTablePtr) xmlHashCreate(0)); in xmlCreateEntitiesTable()
Dxpath.c4546 hash = xmlHashCreate (l); in xmlXPathDistinctSorted()
4865 ctxt->funcHash = xmlHashCreate(0); in xmlXPathRegisterFuncNS()
5015 ctxt->varHash = xmlHashCreate(0); in xmlXPathRegisterVariableNS()
5139 ctxt->nsHash = xmlHashCreate(10); in xmlXPathRegisterNs()
6124 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
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXSLTProcessorLibxslt.cpp325 transformContext->globalVars = xmlHashCreate(20); in transformToString()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src937 xmlHashCreate

12