Searched refs:xmlHashAddEntry2 (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/include/libxml/ |
D | hash.h | 131 xmlHashAddEntry2(xmlHashTablePtr table,
|
/external/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 102 d xmlHashAddEntry2... 103 d pr extproc('xmlHashAddEntry2')
|
/external/libxml2/ |
D | relaxng.c | 4146 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism() 4154 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism() 4158 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism() 4165 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism() 4169 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism() 4407 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves() 4415 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves() 4419 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves() 4426 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves() 4430 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
|
D | hash.c | 404 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2() function
|
D | libxml2.syms | 862 xmlHashAddEntry2;
|
D | elfgcchack.h | 4265 #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
|
D | valid.c | 1543 if (xmlHashAddEntry2(table, name, ns, ret)) { in xmlAddElementDecl() 3255 xmlHashAddEntry2(table, name, prefix, cur); in xmlGetDtdElementDesc2()
|
D | xmlschemastypes.c | 327 xmlHashAddEntry2(xmlSchemaTypesBank, ret->name, in xmlSchemaInitBasicType()
|
D | xpath.c | 4884 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, (void *) f)); in xmlXPathRegisterFuncNS()
|
D | parser.c | 1331 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr, in xmlAddSpecialAttr()
|
D | xmlschemas.c | 5755 if (xmlHashAddEntry2(WXS_SUBST_GROUPS(pctxt), in xmlSchemaSubstGroupAdd()
|
D | testapi.c | 9873 ret_val = xmlHashAddEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata); in test_xmlHashAddEntry2()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 943 xmlHashAddEntry2
|