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

Function xmlHashLookup2

ThirdParty/libxml2/vtklibxml2/hash.c:849–853  ·  view source on GitHub ↗

* xmlHashLookup2: * @hash: hash table * @key: first string key * @key2: second string key * * Find the payload specified by the (@key, @key2) tuple. * * Returns a pointer to the payload or NULL if no entry was found. */

Source from the content-addressed store, hash-verified

847 * Returns a pointer to the payload or NULL if no entry was found.
848 */
849void *
850xmlHashLookup2(xmlHashTablePtr hash, const xmlChar *key,
851 const xmlChar *key2) {
852 return(xmlHashLookup3(hash, key, key2, NULL));
853}
854
855/**
856 * xmlHashQLookup:

Callers 15

xmlAddElementDeclFunction · 0.85
xmlGetDtdElementDescFunction · 0.85
xmlGetDtdElementDesc2Function · 0.85
xmlGetDtdQElementDescFunction · 0.85
xmlValidateAttributeDeclFunction · 0.85
xmlValidateElementDeclFunction · 0.85
xmlXPathFunctionLookupNSFunction · 0.85
xmlXPathVariableLookupNSFunction · 0.85
xmlSchemaSubstGroupGetFunction · 0.85
xmlAddDefAttrsFunction · 0.85
areBlanksFunction · 0.85

Calls 1

xmlHashLookup3Function · 0.85

Tested by

no test coverage detected