MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlHashLookup

Function xmlHashLookup

ThirdParty/libxml2/vtklibxml2/hash.c:834–837  ·  view source on GitHub ↗

* xmlHashLookup: * @hash: hash table * @key: string key * * Find the entry specified by @key. * * Returns a pointer to the payload or NULL if no entry was found. */

Source from the content-addressed store, hash-verified

832 * Returns a pointer to the payload or NULL if no entry was found.
833 */
834void *
835xmlHashLookup(xmlHashTablePtr hash, const xmlChar *key) {
836 return(xmlHashLookup3(hash, key, NULL, NULL));
837}
838
839/**
840 * xmlHashLookup2:

Callers 15

xmlFetchXMLCatalogFileFunction · 0.85
xmlAddXMLCatalogFunction · 0.85
xmlCatalogGetSGMLPublicFunction · 0.85
xmlCatalogGetSGMLSystemFunction · 0.85
xmlAddIDInternalFunction · 0.85
xmlGetIDFunction · 0.85
xmlAddRefFunction · 0.85
xmlRemoveRefFunction · 0.85
xmlGetRefsFunction · 0.85
xmlGetDtdNotationDescFunction · 0.85
xmlXPathDistinctSortedFunction · 0.85
xmlXPathNsLookupFunction · 0.85

Calls 1

xmlHashLookup3Function · 0.85

Tested by 2

getEntityDebugFunction · 0.68
getParameterEntityDebugFunction · 0.68