Home
last modified time | relevance | path

Searched refs:xmlHashAddEntry2 (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/libxml/src/include/libxml/
Dhash.h128 xmlHashAddEntry2(xmlHashTablePtr table,
/external/libxml2/include/libxml/
Dhash.h128 xmlHashAddEntry2(xmlHashTablePtr table,
/external/chromium_org/third_party/libxslt/libexslt/
Dfunctions.c116 if (xmlHashAddEntry2(ch->hash, URI, name, func) < 0) { in exsltFuncRegisterImportFunc()
529 if (xmlHashAddEntry2 (data, ns->href, name, func) < 0) { in exsltFuncFunctionComp()
/external/chromium_org/third_party/libxslt/libxslt/
Dextensions.c603 ret = xmlHashAddEntry2(ctxt->extFunctions, name, URI, in xsltRegisterExtFunction()
631 return (xmlHashAddEntry2 in xsltRegisterExtElement()
Dattributes.c552 ret = xmlHashAddEntry2(style->attributeSets, name, ns, values); in xsltMergeSASCallback()
Dvariables.c1266 xmlHashAddEntry2(ctxt->globalVars, in xsltEvalGlobalVariables()
1592 res = xmlHashAddEntry2(ctxt->globalVars, name, href, elem); in xsltProcessUserParamInternal()
Dxslt.c1328 xmlHashAddEntry2(style->cdataSection, element, URI, in xsltParseStylesheetOutput()
1517 xmlHashAddEntry2(style->stripSpaces, element, URI, in xsltParseStylesheetPreserveSpace()
1656 xmlHashAddEntry2(style->stripSpaces, element, URI, in xsltParseStylesheetStripSpace()
Dtransform.c3506 xmlHashAddEntry2(style->stripSpaces, element, URI, in xsltDocumentElem()
/external/chromium_org/third_party/libxml/src/
Drelaxng.c4141 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4149 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4153 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4160 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4164 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4401 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4409 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4413 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4420 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4424 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
Dhash.c360 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2() function
Delfgcchack.h4173 #undef xmlHashAddEntry2
4174 extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2 __attribute((alias("xmlHashAddEntry2__internal_…
4176 #ifndef xmlHashAddEntry2
4177 extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden…
4178 #define xmlHashAddEntry2 xmlHashAddEntry2__internal_alias macro
Dvalid.c1537 if (xmlHashAddEntry2(table, name, ns, ret)) { in xmlAddElementDecl()
3225 xmlHashAddEntry2(table, name, prefix, cur); in xmlGetDtdElementDesc2()
Dxmlschemastypes.c318 xmlHashAddEntry2(xmlSchemaTypesBank, ret->name, in xmlSchemaInitBasicType()
Dparser.c1242 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr, in xmlAddSpecialAttr()
Dxpath.c4756 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f))); in xmlXPathRegisterFuncNS()
Dxmlschemas.c5694 if (xmlHashAddEntry2(WXS_SUBST_GROUPS(pctxt), in xmlSchemaSubstGroupAdd()
/external/libxml2/
Drelaxng.c4142 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4150 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4154 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4161 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4165 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4402 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4410 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4414 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4421 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4425 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
Dhash.c392 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2() function
Delfgcchack.h4265 #undef xmlHashAddEntry2
4266 extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2 __attribute((alias("xmlHashAddEntry2__internal_…
4268 #ifndef xmlHashAddEntry2
4269 extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden…
4270 #define xmlHashAddEntry2 xmlHashAddEntry2__internal_alias macro
Dvalid.c1537 if (xmlHashAddEntry2(table, name, ns, ret)) { in xmlAddElementDecl()
3225 xmlHashAddEntry2(table, name, prefix, cur); in xmlGetDtdElementDesc2()
Dxmlschemastypes.c318 xmlHashAddEntry2(xmlSchemaTypesBank, ret->name, in xmlSchemaInitBasicType()
Dxpath.c4870 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f))); in xmlXPathRegisterFuncNS()
Dparser.c1291 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr, in xmlAddSpecialAttr()
Dxmlschemas.c5713 if (xmlHashAddEntry2(WXS_SUBST_GROUPS(pctxt), in xmlSchemaSubstGroupAdd()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src934 xmlHashAddEntry2

12