Home
last modified time | relevance | path

Searched refs:xmlHashAddEntry (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/include/libxml/
Dhash.h122 xmlHashAddEntry (xmlHashTablePtr table,
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle87 d xmlHashAddEntry...
88 d pr extproc('xmlHashAddEntry')
/external/libxml2/
Drngparser.c502 ret = xmlHashAddEntry(ctxt->namespaces, xmlCRelaxNGDefault, in xmlParseCRNG_bindPrefix()
505 ret = xmlHashAddEntry(ctxt->namespaces, prefix, in xmlParseCRNG_bindPrefix()
548 ret = xmlHashAddEntry(ctxt->datatypes, prefix, in xmlParseCRNG_bindDatatypePrefix()
Dcatalog.c1478 xmlHashAddEntry(xmlCatalogXMLFiles, catal->URL, doc); in xmlFetchXMLCatalogFile()
2492 res = xmlHashAddEntry(catal->sgml, name, entry); in xmlParseSGMLCatalog()
2505 res = xmlHashAddEntry(catal->sgml, sysid, entry); in xmlParseSGMLCatalog()
2984 res = xmlHashAddEntry(catal->sgml, orig, entry); in xmlACatalogAdd()
Dentities.c246 if (xmlHashAddEntry(table, name, ret)) { in xmlAddEntity()
Dhash.c387 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry() function
Drelaxng.c2790 ret = xmlHashAddEntry(xmlRelaxNGRegisteredTypes, namespace, lib); in xmlRelaxNGRegisterTypeLibrary()
4504 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) { in xmlRelaxNGParseInterleave()
4637 tmp = xmlHashAddEntry(ctxt->grammar->defs, name, def); in xmlRelaxNGParseDefine()
4674 tmp = xmlHashAddEntry(ctxt->grammar->refs, name, def); in xmlRelaxNGParseImportRef()
4940 tmp = xmlHashAddEntry(ctxt->grammar->refs, def->name, def); in xmlRelaxNGParsePattern()
5057 xmlHashAddEntry(ctxt->parentgrammar->refs, def->name, def); in xmlRelaxNGParsePattern()
5831 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCheckCombine()
5936 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCombineStart()
Dlibxml2.syms861 xmlHashAddEntry;
Dvalid.c2418 if (xmlHashAddEntry(table, name, ret)) { in xmlAddNotationDecl()
2656 if (xmlHashAddEntry(table, value, ret) < 0) { in xmlAddID()
2995 if (xmlHashAddEntry(table, value, ref_list) < 0) { in xmlAddRef()
Delfgcchack.h4255 #undef xmlHashAddEntry
4256 extern __typeof (xmlHashAddEntry) xmlHashAddEntry __attribute((alias("xmlHashAddEntry__internal_ali…
4258 #ifndef xmlHashAddEntry
4259 extern __typeof (xmlHashAddEntry) xmlHashAddEntry__internal_alias __attribute((visibility("hidden")…
4260 #define xmlHashAddEntry xmlHashAddEntry__internal_alias macro
Dxmlschemas.c3669 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
3672 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
20829 err = xmlHashAddEntry(*table, name, item); in xmlSchemaAddComponents()
Dxpath.c4564 xmlHashAddEntry(hash, strval, strval); in xmlXPathDistinctSorted()
Dtestapi.c9823 ret_val = xmlHashAddEntry(table, (const xmlChar *)name, userdata); in test_xmlHashAddEntry()
/external/libxml2/os400/dlfcn/
Ddlfcn.c1119 else if (xmlHashAddEntry(dldir, (const xmlChar *) actmarkstr, dlip)) { in dlopenqsys()
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c365 result = xmlHashAddEntry(h, key, data); in hash_add()
/external/libxml2/win32/
Dlibxml2.def.src942 xmlHashAddEntry