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

Function constQString

ThirdParty/libxml2/vtklibxml2/xmlreader.c:221–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221static const xmlChar *
222constQString(xmlTextReaderPtr reader, const xmlChar *prefix,
223 const xmlChar *name) {
224 const xmlChar *dictString;
225
226 if (name == NULL)
227 return(NULL);
228
229 dictString = xmlDictQLookup(reader->dict, prefix, name);
230 if (dictString == NULL)
231 xmlTextReaderErrMemory(reader);
232
233 return(dictString);
234}
235
236/************************************************************************
237 * *

Callers 1

xmlTextReaderConstNameFunction · 0.85

Calls 2

xmlDictQLookupFunction · 0.85
xmlTextReaderErrMemoryFunction · 0.85

Tested by

no test coverage detected