Home | History | Annotate | Download | only in libxml2

Lines Matching refs:extra

101  * @extra:  extra informations
106 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra)
116 if (extra)
118 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
120 "Memory allocation failed : %s\n", extra);