Searched refs:xmlHashAddEntry (Results 1 – 16 of 16) sorted by relevance
/external/libxml2/include/libxml/ |
D | hash.h | 122 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 | 1478 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()
|
D | entities.c | 246 if (xmlHashAddEntry(table, name, ret)) { in xmlAddEntity()
|
D | hash.c | 387 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry() function
|
D | relaxng.c | 2790 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()
|
D | libxml2.syms | 861 xmlHashAddEntry;
|
D | valid.c | 2418 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()
|
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 | 3669 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate() 3672 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate() 20829 err = xmlHashAddEntry(*table, name, item); in xmlSchemaAddComponents()
|
D | xpath.c | 4564 xmlHashAddEntry(hash, strval, strval); in xmlXPathDistinctSorted()
|
D | testapi.c | 9823 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
|