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