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

Function xmlXPtrErrMemory

ThirdParty/libxml2/vtklibxml2/xpointer.c:204–208  ·  view source on GitHub ↗

* xmlXPtrErrMemory: * @extra: extra information * * Handle a redefinition of attribute error */

Source from the content-addressed store, hash-verified

202 * Handle a redefinition of attribute error
203 */
204static void
205xmlXPtrErrMemory(const char *extra ATTRIBUTE_UNUSED)
206{
207 xmlRaiseMemoryError(NULL, NULL, NULL, XML_FROM_XPOINTER, NULL);
208}
209
210/**
211 * xmlXPtrCmpPoints:

Callers 7

xmlXPtrNewPointFunction · 0.85
xmlXPtrNewRangeInternalFunction · 0.85
xmlXPtrLocationSetCreateFunction · 0.85
xmlXPtrLocationSetAddFunction · 0.85
xmlXPtrWrapLocationSetFunction · 0.85

Calls 1

xmlRaiseMemoryErrorFunction · 0.85

Tested by

no test coverage detected