/external/chromium_org/third_party/libxslt/libxslt/ |
D | extensions.c | 338 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()
|
D | attributes.c | 315 style->attributeSets = xmlHashCreate(10); in xsltParseStylesheetAttributeSet() 606 style->attributeSets = xmlHashCreate(10); in xsltResolveStylesheetAttributeSet()
|
D | namespaces.c | 296 style->nsAliases = xmlHashCreate(10); in xsltNamespaceAlias()
|
D | keys.c | 142 cur->keys = xmlHashCreate(0); in xsltNewKeyTable()
|
D | xslt.c | 1270 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()
|
D | variables.c | 1465 ctxt->globalVars = xmlHashCreate(20); in xsltProcessUserParamInternal()
|
D | pattern.c | 2119 style->templatesHash = xmlHashCreate(1024); in xsltAddTemplate()
|
/external/chromium_org/third_party/libxslt/libexslt/ |
D | saxon.c | 35 return xmlHashCreate(1); in exsltSaxonInit()
|
D | functions.c | 208 return xmlHashCreate(1); in exsltFuncStyleInit()
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | hash.h | 107 xmlHashCreate (int size);
|
/external/libxml2/include/libxml/ |
D | hash.h | 107 xmlHashCreate (int size);
|
/external/chromium_org/third_party/libxml/src/ |
D | hash.c | 145 xmlHashCreate(int size) { in xmlHashCreate() function 179 table = xmlHashCreate(size); in xmlHashCreateDict() 954 ret = xmlHashCreate(table->size); in xmlHashCopy()
|
D | catalog.c | 422 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()
|
D | entities.c | 789 return((xmlEntitiesTablePtr) xmlHashCreate(0)); in xmlCreateEntitiesTable()
|
D | relaxng.c | 2811 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()
|
D | xpath.c | 4435 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()
|
D | elfgcchack.h | 4203 #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/ |
D | hash.c | 174 xmlHashCreate(int size) { in xmlHashCreate() function 211 table = xmlHashCreate(size); in xmlHashCreateDict() 986 ret = xmlHashCreate(table->size); in xmlHashCopy()
|
D | catalog.c | 426 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()
|
D | relaxng.c | 2812 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()
|
D | entities.c | 872 return((xmlEntitiesTablePtr) xmlHashCreate(0)); in xmlCreateEntitiesTable()
|
D | xpath.c | 4546 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()
|
D | elfgcchack.h | 4295 #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/ |
D | XSLTProcessorLibxslt.cpp | 325 transformContext->globalVars = xmlHashCreate(20); in transformToString()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 937 xmlHashCreate
|