Home
last modified time | relevance | path

Searched refs:xmlHashLookup (Results 1 – 18 of 18) sorted by relevance

/external/libxml2/include/libxml/
Dhash.h173 xmlHashLookup (xmlHashTablePtr table,
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle166 d xmlHashLookup pr * extproc('xmlHashLookup') void *
/external/libxml2/
Drngparser.c573 ret = xmlHashLookup(ctxt->namespaces, xmlCRelaxNGDefault); in xmlParseCRNG_lookupPrefix()
575 ret = xmlHashLookup(ctxt->namespaces, prefix); in xmlParseCRNG_lookupPrefix()
593 ret = xmlHashLookup(ctxt->datatypes, prefix); in xmlParseCRNG_lookupDatatypePrefix()
Dcatalog.c1434 xmlHashLookup(xmlCatalogXMLFiles, catal->URL); in xmlFetchXMLCatalogFile()
1562 cur = (xmlCatalogEntryPtr)xmlHashLookup(xmlCatalogXMLFiles, catal->URL); in xmlAddXMLCatalog()
2562 entry = (xmlCatalogEntryPtr) xmlHashLookup(catal, pubID); in xmlCatalogGetSGMLPublic()
2594 entry = (xmlCatalogEntryPtr) xmlHashLookup(catal, sysID); in xmlCatalogGetSGMLSystem()
Dvalid.c2781 id = xmlHashLookup(table, ID); in xmlRemoveID()
2819 id = xmlHashLookup(table, ID); in xmlGetID()
2988 if (NULL == (ref_list = xmlHashLookup(table, value))) { in xmlAddRef()
3102 ref_list = xmlHashLookup(table, ID); in xmlRemoveRef()
3156 return (xmlHashLookup(table, ID)); in xmlGetRefs()
3364 return(xmlHashLookup(table, name)); in xmlGetDtdNotationDesc()
Dentities.c441 return((xmlEntityPtr) xmlHashLookup(table, name)); in xmlGetEntityFromTable()
Dhash.c459 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup() function
Drelaxng.c2769 if (xmlHashLookup(xmlRelaxNGRegisteredTypes, namespace) != NULL) { in xmlRelaxNGRegisterTypeLibrary()
3552 xmlHashLookup(xmlRelaxNGRegisteredTypes, library); in xmlRelaxNGParseValue()
3651 xmlHashLookup(xmlRelaxNGRegisteredTypes, library); in xmlRelaxNGParseData()
4641 prev = xmlHashLookup(ctxt->grammar->defs, name); in xmlRelaxNGParseDefine()
4679 xmlHashLookup(ctxt->grammar->refs, def->name); in xmlRelaxNGParseImportRef()
4945 xmlHashLookup(ctxt->grammar->refs, def->name); in xmlRelaxNGParsePattern()
5062 xmlHashLookup(ctxt->parentgrammar->refs, def->name); in xmlRelaxNGParsePattern()
5701 def = xmlHashLookup(grammar->defs, name); in xmlRelaxNGCheckReference()
Dtree.c174 return((xmlEntityPtr) xmlHashLookup(table, name)); in xmlGetEntityFromDtd()
195 return((xmlEntityPtr) xmlHashLookup(table, name)); in xmlGetParameterEntityFromDtd()
3835 if (xmlHashLookup(doc->intSubset->entities, cur->name) == cur) in xmlUnlinkNode()
3838 if (xmlHashLookup(doc->intSubset->pentities, cur->name) == cur) in xmlUnlinkNode()
3843 if (xmlHashLookup(doc->extSubset->entities, cur->name) == cur) in xmlUnlinkNode()
3846 if (xmlHashLookup(doc->extSubset->pentities, cur->name) == cur) in xmlUnlinkNode()
Dlibxml2.syms867 xmlHashLookup;
Delfgcchack.h4325 #undef xmlHashLookup
4326 extern __typeof (xmlHashLookup) xmlHashLookup __attribute((alias("xmlHashLookup__internal_alias")));
4328 #ifndef xmlHashLookup
4329 extern __typeof (xmlHashLookup) xmlHashLookup__internal_alias __attribute((visibility("hidden")));
4330 #define xmlHashLookup xmlHashLookup__internal_alias macro
Dxmlreader.c268 id = xmlHashLookup(table, ID); in xmlTextReaderRemoveID()
Dxmlschemas.c4757 ret = xmlHashLookup(schema->slot, name); \
4763 import = xmlHashLookup(schema->schemasImports, \
4766 import = xmlHashLookup(schema->schemasImports, nsName); \
4769 ret = xmlHashLookup(import->schema->slot, name); \
Dxpath.c4563 if (xmlHashLookup(hash, strval) == NULL) { in xmlXPathDistinctSorted()
5197 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix)); in xmlXPathNsLookup()
Dtestapi.c10045 ret_val = xmlHashLookup(table, (const xmlChar *)name); in test_xmlHashLookup()
/external/libxml2/os400/dlfcn/
Ddlfcn.c1113 dlip2 = (dlinfo *) xmlHashLookup(dldir, actmarkstr); in dlopenqsys()
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c351 result = xmlHashLookup(h, key); in hash_get()
/external/libxml2/win32/
Dlibxml2.def.src949 xmlHashLookup