* xmlSAX2ErrMemory: * @ctxt: an XML validation parser context * @msg: a string to accompany the error message */
| 39 | * @msg: a string to accompany the error message |
| 40 | */ |
| 41 | static void |
| 42 | xmlSAX2ErrMemory(xmlParserCtxtPtr ctxt) { |
| 43 | xmlCtxtErrMemory(ctxt); |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * xmlValidError: |
no test coverage detected