Home
last modified time | relevance | path

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

/external/libxml2/fuzz/
Dfuzz.c213 if (xmlHashLookup(fuzzData.entities, (xmlChar *)url) == NULL) { in xmlFuzzReadEntities()
269 entity = xmlHashLookup(fuzzData.entities, (xmlChar *) URL); in xmlFuzzEntityLoader()
DgenSeed.c63 } else if (xmlHashLookup(globalData.entities, in fuzzEntityRecorder()
/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.c1435 xmlHashLookup(xmlCatalogXMLFiles, catal->URL); in xmlFetchXMLCatalogFile()
1563 cur = (xmlCatalogEntryPtr)xmlHashLookup(xmlCatalogXMLFiles, catal->URL); in xmlAddXMLCatalog()
2563 entry = (xmlCatalogEntryPtr) xmlHashLookup(catal, pubID); in xmlCatalogGetSGMLPublic()
2595 entry = (xmlCatalogEntryPtr) xmlHashLookup(catal, sysID); in xmlCatalogGetSGMLSystem()
Dvalid.c2859 id = xmlHashLookup(table, ID); in xmlRemoveID()
2897 id = xmlHashLookup(table, ID); in xmlGetID()
3068 if (NULL == (ref_list = xmlHashLookup(table, value))) { in xmlAddRef()
3188 ref_list = xmlHashLookup(table, ID); in xmlRemoveRef()
3244 return (xmlHashLookup(table, ID)); in xmlGetRefs()
3452 return(xmlHashLookup(table, name)); in xmlGetDtdNotationDesc()
Dentities.c496 return((xmlEntityPtr) xmlHashLookup(table, name)); in xmlGetEntityFromTable()
Dhash.c466 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup() function
Drelaxng.c2783 if (xmlHashLookup(xmlRelaxNGRegisteredTypes, namespace) != NULL) { in xmlRelaxNGRegisterTypeLibrary()
3566 xmlHashLookup(xmlRelaxNGRegisteredTypes, library); in xmlRelaxNGParseValue()
3666 xmlHashLookup(xmlRelaxNGRegisteredTypes, library); in xmlRelaxNGParseData()
4661 prev = xmlHashLookup(ctxt->grammar->defs, name); in xmlRelaxNGParseDefine()
4699 xmlHashLookup(ctxt->grammar->refs, def->name); in xmlRelaxNGParseImportRef()
4965 xmlHashLookup(ctxt->grammar->refs, def->name); in xmlRelaxNGParsePattern()
5082 xmlHashLookup(ctxt->parentgrammar->refs, def->name); in xmlRelaxNGParsePattern()
5729 def = xmlHashLookup(grammar->defs, name); in xmlRelaxNGCheckReference()
Dtree.c174 return((xmlEntityPtr) xmlHashLookup(table, name)); in xmlGetEntityFromDtd()
195 return((xmlEntityPtr) xmlHashLookup(table, name)); in xmlGetParameterEntityFromDtd()
3883 if (xmlHashLookup(doc->intSubset->entities, cur->name) == cur) in xmlUnlinkNode()
3886 if (xmlHashLookup(doc->intSubset->pentities, cur->name) == cur) in xmlUnlinkNode()
3891 if (xmlHashLookup(doc->extSubset->entities, cur->name) == cur) in xmlUnlinkNode()
3894 if (xmlHashLookup(doc->extSubset->pentities, cur->name) == cur) in xmlUnlinkNode()
Dlibxml2.syms867 xmlHashLookup;
Dxmlschemas.c4802 ret = xmlHashLookup(schema->slot, name); \
4808 import = xmlHashLookup(schema->schemasImports, \
4811 import = xmlHashLookup(schema->schemasImports, nsName); \
4814 ret = xmlHashLookup(import->schema->slot, name); \
23171 e = xmlHashLookup(matcher->htab, value); in xmlSchemaXPathProcessHistory()
23288 r = xmlHashLookup(matcher->htab, value); in xmlSchemaXPathProcessHistory()
24032 r = xmlHashLookup(table, value); in xmlSchemaCheckCVCIDCKeyRef()
24051 e = xmlHashLookup(table, value); in xmlSchemaCheckCVCIDCKeyRef()
Dxpath.c4528 if (xmlHashLookup(hash, strval) == NULL) { in xmlXPathDistinctSorted()
5165 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix)); in xmlXPathNsLookup()
Dtestapi.c9994 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.src950 xmlHashLookup