HomeSort by relevance Sort by last modified time
    Searched refs:xmlHashCreate (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/libxslt/libxslt/
extensions.c 338 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);
    [all...]
keys.c 142 cur->keys = xmlHashCreate(0);
attributes.c 315 style->attributeSets = xmlHashCreate(10);
606 style->attributeSets = xmlHashCreate(10);
namespaces.c 296 style->nsAliases = xmlHashCreate(10);
xslt.c 1270 style->cdataSection = xmlHashCreate(10);
    [all...]
variables.c     [all...]
pattern.c     [all...]
transform.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
hash.h 107 xmlHashCreate (int size);
  /external/chromium_org/third_party/libxslt/libexslt/
saxon.c 35 return xmlHashCreate(1);
functions.c 208 return xmlHashCreate(1);
  /external/libxml2/include/libxml/
hash.h 107 xmlHashCreate (int size);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 325 transformContext->globalVars = xmlHashCreate(20);
  /external/chromium_org/third_party/libxml/src/
hash.c 137 * xmlHashCreate:
145 xmlHashCreate(int size) {
179 table = xmlHashCreate(size);
954 ret = xmlHashCreate(table->size);
catalog.c 422 ret->sgml = xmlHashCreate(10);
    [all...]
entities.c 789 return((xmlEntitiesTablePtr) xmlHashCreate(0));
relaxng.c     [all...]
xpath.c     [all...]
elfgcchack.h     [all...]
  /external/libxml2/
hash.c 166 * xmlHashCreate:
174 xmlHashCreate(int size) {
211 table = xmlHashCreate(size);
986 ret = xmlHashCreate(table->size);
catalog.c 426 ret->sgml = xmlHashCreate(10);
    [all...]