Searched refs:xmlHashAddEntry (Results 1 – 16 of 16) sorted by relevance
/external/libxml2/include/libxml/ |
D | hash.h | 119 xmlHashAddEntry (xmlHashTablePtr table,
|
/external/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 87 d xmlHashAddEntry... 88 d pr extproc('xmlHashAddEntry')
|
/external/libxml2/ |
D | rngparser.c | 502 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()
|
D | catalog.c | 1473 xmlHashAddEntry(xmlCatalogXMLFiles, catal->URL, doc); in xmlFetchXMLCatalogFile() 2486 res = xmlHashAddEntry(catal->sgml, name, entry); in xmlParseSGMLCatalog() 2499 res = xmlHashAddEntry(catal->sgml, sysid, entry); in xmlParseSGMLCatalog() 2979 res = xmlHashAddEntry(catal->sgml, orig, entry); in xmlACatalogAdd()
|
D | entities.c | 241 if (xmlHashAddEntry(table, name, ret)) { in xmlAddEntity()
|
D | hash.c | 375 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry() function
|
D | relaxng.c | 2788 ret = xmlHashAddEntry(xmlRelaxNGRegisteredTypes, namespace, lib); in xmlRelaxNGRegisterTypeLibrary() 4502 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) { in xmlRelaxNGParseInterleave() 4635 tmp = xmlHashAddEntry(ctxt->grammar->defs, name, def); in xmlRelaxNGParseDefine() 4672 tmp = xmlHashAddEntry(ctxt->grammar->refs, name, def); in xmlRelaxNGParseImportRef() 4938 tmp = xmlHashAddEntry(ctxt->grammar->refs, def->name, def); in xmlRelaxNGParsePattern() 5055 xmlHashAddEntry(ctxt->parentgrammar->refs, def->name, def); in xmlRelaxNGParsePattern() 5828 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCheckCombine() 5933 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCombineStart()
|
D | libxml2.syms | 861 xmlHashAddEntry;
|
D | valid.c | 2400 if (xmlHashAddEntry(table, name, ret)) { in xmlAddNotationDecl() 2632 if (xmlHashAddEntry(table, value, ret) < 0) { in xmlAddID() 2965 if (xmlHashAddEntry(table, value, ref_list) < 0) { in xmlAddRef()
|
D | elfgcchack.h | 4255 #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
|
D | xmlschemas.c | 3654 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate() 3657 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate() 20803 err = xmlHashAddEntry(*table, name, item); in xmlSchemaAddComponents()
|
D | xpath.c | 4556 xmlHashAddEntry(hash, strval, strval); in xmlXPathDistinctSorted()
|
D | testapi.c | 9792 ret_val = xmlHashAddEntry(table, (const xmlChar *)name, userdata); in test_xmlHashAddEntry()
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.c | 1119 else if (xmlHashAddEntry(dldir, (const xmlChar *) actmarkstr, dlip)) { in dlopenqsys()
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 365 result = xmlHashAddEntry(h, key, data); in hash_add()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 942 xmlHashAddEntry
|