Searched refs:xmlHashCreate (Results 1 - 25 of 28) sorted by path

12

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTProcessorLibxslt.cpp325 transformContext->globalVars = xmlHashCreate(20);
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c422 ret->sgml = xmlHashCreate(10);
1467 xmlCatalogXMLFiles = xmlHashCreate(10);
2977 catal->sgml = xmlHashCreate(10);
3027 catal->sgml = xmlHashCreate(10);
H A Delfgcchack.h4203 #undef xmlHashCreate macro
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
H A Dentities.c789 return((xmlEntitiesTablePtr) xmlHashCreate(0));
H A Dhash.c137 * xmlHashCreate:
145 xmlHashCreate(int size) { function
179 table = xmlHashCreate(size);
954 ret = xmlHashCreate(table->size);
H A Drelaxng.c2811 xmlRelaxNGRegisteredTypes = xmlHashCreate(10);
4125 triage = xmlHashCreate(10);
4375 partitions->triage = xmlHashCreate(nbgroups);
4491 ctxt->interleaves = xmlHashCreate(10);
4625 ctxt->grammar->defs = xmlHashCreate(10);
4708 ctxt->grammar->refs = xmlHashCreate(10);
4926 ctxt->grammar->refs = xmlHashCreate(10);
5042 ctxt->parentgrammar->refs = xmlHashCreate(10);
5815 ctxt->interleaves = xmlHashCreate(10);
5920 ctxt->interleaves = xmlHashCreate(1
[all...]
H A Dtestapi.c627 if (no == 0) return(xmlHashCreate(10));
[all...]
H A Dxmlschemastypes.c391 xmlSchemaTypesBank = xmlHashCreate(40);
H A Dxpath.c4435 hash = xmlHashCreate (l);
4751 ctxt->funcHash = xmlHashCreate(0);
4901 ctxt->varHash = xmlHashCreate(0);
5025 ctxt->nsHash = xmlHashCreate(10);
6010 ret->funcHash = xmlHashCreate(0);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dhash.h107 xmlHashCreate (int size);
/external/chromium_org/third_party/libxslt/libexslt/
H A Dfunctions.c208 return xmlHashCreate(1);
H A Dsaxon.c35 return xmlHashCreate(1);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dattributes.c315 style->attributeSets = xmlHashCreate(10);
606 style->attributeSets = xmlHashCreate(10);
H A Dextensions.c338 xsltModuleHash = xmlHashCreate(5);
599 ctxt->extFunctions = xmlHashCreate(10);
628 ctxt->extElements = xmlHashCreate(10);
698 style->extInfos = xmlHashCreate(10);
869 ctxt->extInfos = xmlHashCreate(10);
984 ctxt->ctxt->extInfos = xmlHashCreate(10);
1260 xsltExtensionsHash = xmlHashCreate(10);
1394 xsltFunctionsHash = xmlHashCreate(10);
1633 xsltElementsHash = xmlHashCreate(10);
1830 xsltTopLevelsHash = xmlHashCreate(1
[all...]
H A Dkeys.c142 cur->keys = xmlHashCreate(0);
H A Dnamespaces.c296 style->nsAliases = xmlHashCreate(10);
H A Dpattern.c2119 style->templatesHash = xmlHashCreate(1024);
H A Dtransform.c3482 style->stripSpaces = xmlHashCreate(10);
6028 ctxt->globalVars = xmlHashCreate(20);
H A Dvariables.c1465 ctxt->globalVars = xmlHashCreate(20);
H A Dxslt.c1270 style->cdataSection = xmlHashCreate(10);
1490 style->stripSpaces = xmlHashCreate(10);
1629 style->stripSpaces = xmlHashCreate(10);
3652 style->nsHash = xmlHashCreate(10);
/external/libxml2/
H A Dcatalog.c426 ret->sgml = xmlHashCreate(10);
1463 xmlCatalogXMLFiles = xmlHashCreate(10);
2973 catal->sgml = xmlHashCreate(10);
3023 catal->sgml = xmlHashCreate(10);
H A Delfgcchack.h4295 #undef xmlHashCreate macro
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
H A Dentities.c872 return((xmlEntitiesTablePtr) xmlHashCreate(0));
H A Dhash.c166 * xmlHashCreate:
174 xmlHashCreate(int size) { function
211 table = xmlHashCreate(size);
986 ret = xmlHashCreate(table->size);
/external/libxml2/include/libxml/
H A Dhash.h107 xmlHashCreate (int size);

Completed in 722 milliseconds

12